AidanMcGoey
Technical User
I have a single web server which I need to access by two IPs while moving from one subnet to another. Can anyone explain why it is not possible to ping both outside global addresses with the rules in place, but it is possible to access them via a browser? The 'debug ip nat' command shows both pings getting in.
Router is a Cisco 7206, appropriate Static route for xx.xxx.148.30 is in place. Inside and outside NAT interfaces are defined.
Configuration is simple - relevant lines are:
ip nat inside source static xx.xxx.149.250 xx.xxx.149.250 extendable
ip nat inside source static xx.xxx.149.250 xx.xxx.148.30 extendable
Are ICMP packets treated differently?
Thanks in advance!
Aidan.
Router is a Cisco 7206, appropriate Static route for xx.xxx.148.30 is in place. Inside and outside NAT interfaces are defined.
Configuration is simple - relevant lines are:
ip nat inside source static xx.xxx.149.250 xx.xxx.149.250 extendable
ip nat inside source static xx.xxx.149.250 xx.xxx.148.30 extendable
Are ICMP packets treated differently?
Thanks in advance!
Aidan.