Ok...

I have 2 separate vendors that have frame connections into our network.  I
want to NAT to them both using the serial interface's ip addresses... I
thought I had it set up properly but random craziness started to happen... I
would get nat'd addresses destined for one network ending up on the other!

Here's my configs split up into each site with the route statements for the
remote site's serial interface.

ip nat pool 3rdmill 10.70.96.185 10.70.96.185 netmask 
255.255.255.252
ip nat inside source list 10 pool 3rdmill overload
access-list 10 permit 10.70.48.0 0.0.15.255
access-list 10 permit 10.11.48.0 0.0.15.255
ip route 63.111.1.128 255.255.255.224 10.70.96.186


ip nat pool webmd 192.168.240.112 192.168.240.112 netmask 255.255.255.252
ip nat inside source list 11 pool webmd overload
access-list 11 permit 10.70.32.0 0.0.15.255
ip route 199.244.222.6 255.255.255.255 192.168.255.33


My end goal is to allow ONLY nat'd traffic through each of those interfaces
and traffic routed through those interfaces should be destined for the
correct network.  An no traffic should be allowd in from the remote side.

-Patrick




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=29705&t=29705
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to