Nat confusion [7:26484]

2001-11-16 Thread Provost, Robert
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 network. 192.168.1.1 is the IP address of the external ethernet port. I am on the cisco page and I am

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.

FW: Nat confusion [7:26484]

2001-11-16 Thread Provost, Robert
Ignore this post. I figured it out. For anyone who is interested: http://www.cisco.com/warp/public/556/12.html#2 Thanks -Original Message- From: Provost, Robert [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: Nat confusion [7:26484

RE: Nat confusion [7:26484]

2001-11-16 Thread Daniel Cotts
as there is no static mapping of addresses with this config. -Original Message- From: Provost, Robert [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: Nat confusion [7:26484] I am trying to setup NAT translation. here is the setup. I want to NAT