01-08-2011 01:51 PM
HI All,
I would be grateful if someone would help me achieve following:
Two Remote sites need to be connected via VPN.
Site 1:
Public IP: 210.23.149.134
Local network: 10.40.1.0/24
Site 2:
Public IP: 210.168.66.136
Local network: 192.168.200.0/24
Here is the issue:
Admins of Site 1 wants us to do Nat from 192.168.200.0/24 ---> 10.168.42.0/24.
In the same manner when the packets are sent back from 10.40.1.0/24 (Site 1) to 10.168.42.0/24, it should be translatted back to 192.168.200.0/24.
Note: Only SIte 2 (Cisco ASA 5505) needs to be configured.
How can this be done?
Thank you for any tips or help
Kind Regards
01-08-2011 01:55 PM
Hi,
Site 2 has the ASA.
This is the required config:
access-list NAT permit ip 192.168.200.0 255.255.255.0 10.40.1.0 255.255.255.0
static (in,out) 10.168.42.0 access-list NAT
access-list VPN permit ip 10.168.42.0 255.255.255.0 10.40.1.0 255.255.255.0
The first two lines are the required NAT configuration to NAT the traffic prior to sending it through the tunnel.
The last ACL is applied for VPN traffic.
Hope it helps.
Federico.
01-17-2011 09:25 AM
Hi Federico,
Thanks soooooo much for the reply. I couldn't reply earlier for medical reasons, so please pardon me for late reply.
I will try the settings and post the results as soon as I am fit again to sit next to the Router.
Kind Regards
FK
01-17-2011 09:27 AM
No problem.
Let us know if it works!
Federico.
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