AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法
更新時間:2007年04月10日 00:00:00 作者:
發(fā)的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
#
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
相關文章
如何反編譯D-Link路由器固件程序并發(fā)現(xiàn)它的后門
反編譯D-Link路由器固件程序,對于喜歡單片機的朋友一定喜歡研究這個,學習一下人家的方法。2013-10-10AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法
AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法...2007-04-04遭遇Reply from : TTL expired in transit.
遭遇Reply from : TTL expired in transit....2007-08-08