cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
220
Views
0
Helpful
2
Replies

Help with Nat Policy

cisconoobie
Level 2
Level 2

Hi, I would like to make sure that when a user 10.0.0.1 accesses the internet, his IP is recorded as 209.1.1.1

Also, I would like if somebody access 209.1.1.1 then it would translate to the internal IP of 10.0.0.1

What would the NAT policy look like?

2 Replies 2

foxbatreco
Level 3
Level 3

Hii,

For this u will have to create a static mapping like the one below:

ip nat inside source static 10.0.0.1 209.1.1.1

this would do the job.

pls rate if it helps.

m.sir
Level 7
Level 7

If its PIX or ASA

ad1)

nat (inside) 1 10.0.0.1 255.255.255.255

global (outside) 1 209.1.1.1 netmask 255.255.255.1255

ad2)

static (inside,outside) 209.1.1.1 10.0.0.1 netmask 255.255.255.255

M.