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.
access-list 1 permit 10.0.0.0 0.255.255.255.0
! Defines that candidate addresses to be NAT'ted

ip nat inside
! Apply to internal network int
ip nat outside
!Apply to external interface

Didn't seem to come out right last time.


""Provost, Robert""  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 network.  192.168.1.1 is the IP
> address of the external ethernet port.
>
> I am on the cisco page and I am confused.  I have done NAT on 3Com
routers,
> but never on Cisco.
>
> Any config help would be appreciated.
>
> Thanks,
>
> Rob Provost




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=26490&t=26484
--------------------------------------------------
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