Re: Nat confusion [7:26484]

2001-11-16 Thread VoIP Guy
ip nat inside source list 1 pool NatPool wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am trying to setup NAT translation. here is the setup. I want to NAT any local address, to the IP address of my external ethernet interface (many-to-one). 10.0.0.0 is the internal

Re: Nat confusion [7:26484]

2001-11-16 Thread VoIP Guy
ip nat pool Name 192.168.1.1 192.168.1.1 mask 255.255.255.0 ! creates a pool that defines what the addresses will be translated into ip nat inside source list 1 pool Name overload ! tells the router that addresses defined in acl1 will use the pool Name to translate into when leaving the router.

RE: Nat confusion [7:26484]

2001-11-16 Thread Daniel Cotts
How easy it is to forget that our native tongue is foreign to others. Try this page: http://www.cisco.com/warp/public/556/12.html#0 Let's call E0 the external interface and E1 the internal. ip nat inside source list 1 interface ethernet 0 overload ! int e0 ip address 192.168.1.1 255.255.255.0