华为路由器配置端口映?/p>
华为的这个路由器,在指定
outside
?/p>
inside
的端口有一点不一样,希望对大
家有帮助,不走弯路!
Quidway#show run
Now create configuration...
Current configuration
!
version 1.66
enable password ,Y@JM,UXNZL0XaLTV.U4*!!!
access-list normal 100 permit ip 10.0.0.0 0.255.255.255 any
!
interface Aux0
async mode interactive
encapsulation ppp
!
interface Ethernet0 #inside port#
speed auto
duplex auto
no loopback
ip address 10.0.0.2 255.255.255.0
!
interface Ethernet1 #outside port#
speed auto
duplex auto
no loopback
ip address 192.168.0.198 255.255.255.0
nat inside 100 interface #
通过这个命令帮定访问列表和地址池在外部端口?/p>
#
!
interface Serial0
encapsulation ppp
!
exit
ip route 0.0.0.0 0.0.0.0 192.168.0.254 preference 60
!
end
Quidway#
NAT
的配置任务列表如下:
1.
配置地址?/p>