Cisco6509:
interface FastEthernet1/1 ipaddress 192.168.100.240 255.255.255.0 ipnat outside iproute-cache flow
interface Vlan4 ipaddress 10.10.10.2 255.255.255.0 interface Vlan10 ipaddress 192.168.2.1 255.255.255.0 ipnat inside
ip nat pool outside 192.168.100.240192.168.100.240 netmask 255.255.255.0 ip nat pool test2 10.10.10.1 10.10.10.1netmask 255.255.255.0 ip nat inside source list 1 pool outsideoverload ip nat outside source list 2 pool test2
ip route 0.0.0.0 0.0.0.0 192.168.100.254
access-list 1 permit any access-list 2 permit 112.253.19.196
我想把到112.253.19.196目的改成10.10.10.1,这样设了后,为什么 SERVERping不通65,65能ping通server
|