NAT with overlapping addresses

From: Greenjeepp@xxxxxxx
Date: Fri Mar 24 2000 - 21:54:01 GMT-3


   
Got 172.16.1.0 natework as an inside address. Also have this address space
configured on a router directly attached to the router below. IP NAT from the
inside worked before I placed the 2nd pool, net-10. NAT works fine from
outside to in. Any ideas?

ip subnet-zero
ip nat pool ccie 150.100.63.6 150.100.63.10 netmask 255.255.255.0
ip nat pool net-10 10.0.1.0 10.0.1.255 prefix-length 24
ip nat inside source list 5 pool ccie
ip nat outside source list 5 pool net-10
interface Ethernet0
 ip address 172.16.1.5 255.255.255.0
 ip access-group 108 in
 ip nat inside
interface Serial1
 ip address 150.100.63.5 255.255.255.0
 ip nat outside

Thanks
Rick



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