关于思科NAT一个配置问题,求高手解答,内详。
inside destinatiointerface FastEthernet0/3 no switchportip address 24.1.1.1 255.255.255.252
ip nat outside
ip virtual-reassembly
!
interface FastEthernet0/4
no switchport
ip address 10.10.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip nat pool yang 10.10.1.2 10.10.1.3 netmask 255.255.255.0 type rotary
ip nat inside destination list 2 pool yang
!
access-list 1 permit any
access-list 2 permit 10.1.1.10
这个是我 inside destination配置,我PC PING 10.10.1.10,发现这台路由器没有NAT表项,直接PING 10.10.1.2 10.10.1.3都可以PING通,求高手解答,是GNS3模拟器问题,还是我配置问题。
把拓扑截图发来看看。 qq985760924 发表于 2016-3-16 20:54
把拓扑截图发来看看。
荒.....原~ 发表于 2016-3-17 09:06
请问你图中那个设备IP地址是10.10.1.10
页:
[1]