AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法
人气:0想了解AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法的相关内容吗,在本文为您仔细讲解的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:AR28/AR46系列路由器用出接口地址做Easy,NAT的典型配置方法,下面大家一起来学习吧。
发的blog上了,这是最简单的nat配置了,需要的网络朋友自己看吧! #
sysname RouterA
#
radius scheme system
#
domain system
#
acl number 2000 /配置允许进行NAT转换的内网地址段/
rule 0 permit source 192.168.0.0 0.0.0.255
rule 1 deny
#
interface Ethernet0/0
ip address 202.1.1.2 255.255.255.248
nat outbound 2000
#
interface Ethernet0/1
ip address 192.168.0.1 255.255.255.0 /内网网关/
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 202.1.1.1 preference 60 /配置默认路由/
#
user-interface con 0
user-interface vty 0 4
#
return
加载全部内容