10-04-2017 01:02 AM - edited 03-12-2019 04:35 AM
i have built vpn site to site with other site and it is up
also i have inside server which is published with publich IPs
for example ,
first server private (10.10.1.1) >>> its public (1.1.1.1)
second server private (10.10.1.2) >>> its public (1.1.1.2)
now i want the other site can see public ip not private IP inside the vpn tunnel
and me also will see their public Ip not private inside tunnel
how is that possible
Solved! Go to Solution.
10-04-2017 06:28 AM
Hello @mohamed.fawzy2012,
As far as I understand, you want to perform NAT on both sides of the VPN tunnel and traverse the traffic through it, the changes must be on the NAT and Encryption Domain.
The NAT should be between your source translating to your Public IP when the traffic goes to the Public IP on the other side, something like this:
nat (inside,outside) source static 10.10.1.1 1.1.1.1 destination static <Public IP Remote Side> <Public IP Remote Side> no-proxy-arp route-lookup
They need to do the same change on the Remote side and apply the ACL for the crypto with the Public IPs instead of the private IPs.
HTH
Gio
10-04-2017 06:28 AM
Hello @mohamed.fawzy2012,
As far as I understand, you want to perform NAT on both sides of the VPN tunnel and traverse the traffic through it, the changes must be on the NAT and Encryption Domain.
The NAT should be between your source translating to your Public IP when the traffic goes to the Public IP on the other side, something like this:
nat (inside,outside) source static 10.10.1.1 1.1.1.1 destination static <Public IP Remote Side> <Public IP Remote Side> no-proxy-arp route-lookup
They need to do the same change on the Remote side and apply the ACL for the crypto with the Public IPs instead of the private IPs.
HTH
Gio
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