cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
0
Helpful
4
Replies

NAT incoming VPN Tunnel

TJ Kelly
Level 1
Level 1

I have a new vpn tunnel that I would like to NAT to the internal network address space. The new tunnel is coming from 172.31.17.0 and the existing LAN on the ASA is 172.31.16.0 Is there a good solution to make the incoming tunnel hav a source address from the 172.31.16.0 network to access other resources?

1 Accepted Solution

Accepted Solutions

Tom

Assuming it is a site-to-site VPN and assuming a spare IP address of 172.31.16.10

nat (outside) 2 172.31.17.0 255.255.255.0 outside

global (inside) 2 172.31.16.10

OR if you want to use the interface address

global (inside) 2 interface

Note i have used a nat-id of 2 in the example, just use a nat-id that is unused.

Jon

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Tom

Is this a site-to-site VPN tunnel ?

Do you have a spare IP address in the 172.31.16.x subnet or do you want to use the inside interface address on the ASA ?

Jon

Jon,

I could use either. The interface is 172.31.16.1 or I could utilize an open IP on the inside.

Tom

Tom

Assuming it is a site-to-site VPN and assuming a spare IP address of 172.31.16.10

nat (outside) 2 172.31.17.0 255.255.255.0 outside

global (inside) 2 172.31.16.10

OR if you want to use the interface address

global (inside) 2 interface

Note i have used a nat-id of 2 in the example, just use a nat-id that is unused.

Jon

Jon,

Thanks for your help. This will work.

Tom

Review Cisco Networking products for a $25 gift card