From: Nate Kleven (cciemail@intellinet.ws)
Date: Sun Nov 17 2002 - 04:46:31 GMT-3
There is probably a very easy solution to this, but it escapes me: Router
1 has three interfaces, 1 ethernet and 2 serials. The ethernet is the NAT
INSIDE interface. Clients on the inside need to be NAT'd for request going
out both of the serial interfaces. How do I do this? Normally it would look
something like this.
Interface Ethernet 0
ip nat inside
ip address 10.0.0.1 255.255.255.0
!
!
!
Interface Serial 0
ip nat outside
ip address 192.68.1.1 255.255.255.0
!
Interface Serial 1
ip nat outside
ip address 192.68.2.1 255.255.255.0
!
ip nat inside source list 1 interface s0 overload
!
!
access-list 1 permit 10.0.0.0 0.0.0.255
In a configuration like this, my traffic would all go out Serial O because
it is the one in the overload statement, right? What if I want to NAT a
packet that is only reachable via serial 1? I'm sure I'm overlooking the
obvious.
Thanks in advance.
Nate
This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:23:02 GMT-3