04-04-2012 12:09 AM
Hi,
I'd need to set up site-to-site VPN using ASA 5505 and software 8.2.
LAN1 is 10.1.0.0/24, LAN2 is 10.2.0.0/24
The particular thing among the others I've ever set up is that I have to show up to LAN1 as 172.16.1.0/24, and not as 10.1.0.0/24.
I have 10.1.0.0/24 as NAT extempt rule, in order to make packet travel the ipsec tunnel, but how can I set up a NAT rule in order to modify LAN2 address and show up to LAN1 as 172.16.1.x instead of 10.2.0.x???
Thanks a lot
Ciao
04-04-2012 12:20 AM
Hi,
Is the remote end device also an ASA?
Do you have control over it?
You can (for example) do a Policy NAT on the remote site to achieve this
access-list L2L-VPN-POLICYNAT permit ip 10.2.0.0 255.255.255.0 10.1.0.0 255.255.255.0
static (inside,outside) 172.16.1.0 access-list L2L-VPN-POLICYNAT
Please also remember that you have to take this into account in the VPN configurations as the LAN2 will not be showing to the L2L VPN connection anymore with its original IP address.
You will have to modify the "crypto map
Please rate if it was helpful
- Jouni
04-04-2012 12:51 AM
No JouniForss,
I don't have any access to remote router.
But If I have to ask them something, just tell me what to ask.
Ciao and thanks
04-04-2012 03:26 AM
Hi,
Could you explain a bit more about the situation.
I mean like the following things
For one I would suggest that you handle the NAT at the local device of the network that needs to be visible with a different network/address to the L2L VPN connection.
You will also have to take into consideration this in the encryption domain configurations of the ASA and the remote router. This is ofcourse because the site1/site2 networks for the L2L VPN wont be the same anymore after the NAT has been applied.
- Jouni
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