03-05-2012 07:06 AM - edited 03-11-2019 03:38 PM
HI there.
I've been asked to configure a VPN to a remote office location and to NAT my Office VLAN behind one fixed IP.
My office VLAN: 172.16.101.0/24
Assigned static IP: 172.16.101.250
Remote Office: 10.192.0.0/24
I am ok to configure the VPN and IPSEC rules but how do i configure the NAT so that my office lvan is hidden behind the 1 static IP when access the VPN?
03-05-2012 05:27 PM
Hello Jamie,
You need to follow the following instructions or steps:
1-The Nat rule
access-list TEST permit ip 172.16.101.0 255.255.255.0 10.192.0.0 255.255.255.0
static (inside,outside) 172.16.101.250 access-list TEST
2- Change the crypto ACL on both sites
Now it should look like this on this ASA:
access-list VPN permit ip host 172.16.101.250 10.192.0.0 255.255.255.0
On the other side
access-list VPN permit ip 10.192.0.0 255.255.255.0 host 172.16.101.250
Regards,
Do rate all the helpful posts,
Julio.
Security TAC engineer
03-08-2012 03:26 AM
access-list TEST permit ip 172.16.101.0 255.255.255.0 10.192.0.0 255.255.255.0
Is this section created within the access rules list?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide