IP NAT problem

From: Rob Barton (rob.barton@xxxxxxxxx)
Date: Mon Apr 10 2000 - 12:39:16 GMT-3


   
I have configured IP NAT, and it seems to be translating the inside
address to the correct outside address alright, but when I try to ping
the router on the other side of the "outside" router, that router
responds with an "encapsulation failed" message. All of the routers can
ping their directly connected neighbors, but the router on the inside
cannot ping the router on the outside. Any ideas?

Thanks.

This is my nat router:

ip subnet-zero
ip nat pool mypool 207.122.2.10 207.122.2.15 netmask
ip nat inside source list 1 pool mypool
ip domain-name ccielab.com
!
interface Serial0/0
 ip address 207.122.2.4 255.255.255.240
 ip nat outside
 encapsulation frame-relay
 cdp enable
!
interface TokenRing1/0
 ip address 10.2.1.4 255.255.255.0
 ip nat inside
 ring-speed 16
!
no ip classless
access-list 1 permit any
!



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:13 GMT-3