Link to home
Start Free TrialLog in
Avatar of ciscokid2000
ciscokid2000

asked on

PIX blocking icmp-echo reply

I have configured static network address translations (NAT) on a Cisco 2620 (IOS 12.2) router, the router shares same default gateway (PIX 515 6.3) as the destination hosts. Debugging ip packets on the router show that this traffic is being forwarded out the Ethernet0/0 interface. However, there is no echo-reply. I get icmp replies from the translated address for the PIX itself (172.20.6.1) and a device outside the firewall (172.20.6.98). Is the PIX redirecting or blocking icmp ? With this config, the overloaded address should be seen as on the source address by other hosts on the LAN. Right?

ip nat inside source list nocnat interface Ethernet0/0 overload
Ping successful -> ip nat outside source static 192.168.221.1 172.20.6.1 ! default gateway/PIX
Ping successful -> ip nat outside source static xx.xx.xx.xx 172.20.6.98 ! host on outside of PIX
!
!ping tests to the following 172.20.6.0 addresses fail with 'no response'.
ip nat outside source static 192.168.221.58 172.20.6.58
ip nat outside source static 192.168.221.59 172.20.6.59
ip nat outside source static 192.168.221.11 172.20.6.11

Thanks in advance for any assistance.

ASKER CERTIFIED SOLUTION
Avatar of ciscokid2000
ciscokid2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial