AR28/AR46系列路由器用出接口地址做Easy NAT的典型配置方法
更新時(shí)間:2007年04月10日 00:00:00 作者:
發(fā)的blog上了,這是最簡(jiǎn)單的nat配置了,需要的網(wǎng)絡(luò)朋友自己看吧!
#
sysname RouterA
#
radius scheme system
#
domain system
#
acl number 2000 /配置允許進(jìn)行NAT轉(zhuǎn)換的內(nèi)網(wǎng)地址段/
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 /內(nèi)網(wǎng)網(wǎng)關(guān)/
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 202.1.1.1 preference 60 /配置默認(rèn)路由/
#
user-interface con 0
user-interface vty 0 4
#
return
#
sysname RouterA
#
radius scheme system
#
domain system
#
acl number 2000 /配置允許進(jìn)行NAT轉(zhuǎn)換的內(nèi)網(wǎng)地址段/
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 /內(nèi)網(wǎng)網(wǎng)關(guān)/
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 202.1.1.1 preference 60 /配置默認(rèn)路由/
#
user-interface con 0
user-interface vty 0 4
#
return
相關(guān)文章
如何反編譯D-Link路由器固件程序并發(fā)現(xiàn)它的后門(mén)
反編譯D-Link路由器固件程序,對(duì)于喜歡單片機(jī)的朋友一定喜歡研究這個(gè),學(xué)習(xí)一下人家的方法。2013-10-10
AR28/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
Cisco路由器和H3C交換設(shè)備ARP病毒快速解決辦法
最近arp病毒瘋狂網(wǎng)絡(luò),好多服務(wù)器都出現(xiàn)頁(yè)面掛馬現(xiàn)象2008-01-01
分析對(duì)比華為虛擬化CSS與H3C虛擬化IRF2技術(shù)
這篇文章主要介紹了了華為虛擬化CSS與H3C虛擬化IRF2技術(shù),并對(duì)這兩種技術(shù)作了詳細(xì)的對(duì)比,有需要的朋友可以借鑒參考下,希望可以幫助廣大讀者對(duì)虛擬化集群管理有更深一步的了解2021-08-08
關(guān)于華為設(shè)備產(chǎn)品型號(hào)解釋
關(guān)于華為設(shè)備產(chǎn)品型號(hào)解釋...2007-04-04
交換機(jī)如何配置 新手配置交換機(jī)詳細(xì)教程
下面我來(lái)為大家介紹一下,交換機(jī)的配置方法,新手看仔細(xì),老手過(guò)2010-06-06

