Hi, I have a question regarding dynamic natting using ip nat overloading. I have the following configuration.
ip nat pool test 66.66.66.32 66.66.66.63 netmask 255.255.255.224 ip nat inside source list 1 pool test overload access-list 1 permit 10.0.0.0 0.0.255.255 >From internal, I can ping the outside fine. When I do a sh ip nat trans, I see the inside/outside global and local tables and they are fine. However, from a host out in the internet, a ping to the inside global address of 66.66.66.33 generates a "time to live exceeded". A traceroute from the outside to that address results in a routing loop between the external nat interface of my nat router and my isp router. I tried entering in "ip route 66.66.66.32 255.255.255.224 null0" to resolve the issue, however, my pings and traceroutes simply stop at my nat router. What can I do to make it appear as if my nat pool address range terminates on the router so a host out in the internet can ping that interface? thanks, Telemachus Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=46037&t=46037 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

