cisco 2600 PAT 问题
帮我看一下用cisco 2600 做的PAT那里出错么?内网访问不到外网,但在2600 ping外网是通的,谢谢!User Access Verification
Password:
titanlight_route>en
titanlight_route#sh run
interface Ethernet0/0
ip address 202.96.186.214 255.255.255.224
ip nat outside
no ip route-cache
half-duplex
no mop enabled
!
interface Ethernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip route-cache
half-duplex
!
ip nat pool 2600 202.96.186.214 202.96.186.214 netmask 255.255.255.0
ip nat inside source list 1 pool 2600 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 202.96.186.193
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
titanlight_route# 修正ip nat pool 2600 202.96.186.214 202.96.186.214 netmask 255.255.255.0
应该是ip nat pool 2600 202.96.186.214 202.96.186.214 netmask 255.255.255.224 ip nat inside source list 1 interface Ethernet0/0 overload 谢啦,帮你顶
页:
[1]