Re: NAT

From: Brian Van Benschoten (vader@xxxxxxxxxxxx)
Date: Sat Nov 20 1999 - 00:49:32 GMT-3


   
ip nat pool -name- 199.100.1.1 199.100.1.254 prefix-length 24
ip nat inside source list 1 pool -name-

access-list 1 permit 192.168.1.1 0.0.0.255

Int s0

ip nat outside

Int e0

ip nat inside

I dont think you can pick the exact 1:1 mapping without a ton of static
commands. This will pull from the pool on a first come first serve basis.

----- Original Message -----
From: Maljure, Sanjay <smaljure@cibernetworks.com>
To: <ccielab@groupstudy.com>
Sent: Friday, November 19, 1999 10:11 AM
Subject: NAT

>
> Hi People,
> If I have a pool of addresses, say 10.3.50.0/24 can these be NATed to
> another pool, say 11.3.50.0/24?
>
> So what I need is 10.3.50.1 to be translated to 11.3.50.1
> 10.3.50.2 to be translated to 11.3.50.2
> 10.3.50.3 to be translated to 11.3.50.3
> and so on...
>
> I know this can be done by providing 255 static NAT mappings...
>
> But can this be done by defining a single pool of addresses?
>
> Thanks for your time
> Sanjay
>
> Sanjay Maljure
> Systems Engineer
> Ciber, Inc.



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:55 GMT-3