I just finished configuring a Site to Site VPN. Both Phase I and Phase II are up. My issue isI need to NAT my internal network (10.1.10.0/23) to a 10.112.9.208/28 across the VPN. In addition, I need to PAT all traffic using the 1st available IP on the NATTed network (10.112.9.209).
I created the following NAT rule and placed it in line 1:
nat (inside,outside) source static obj-10.1.10.0_23 obj-10.112.9.208_23 destination static remote-net remote-net no-proxy-arp
I am unable to ping across the VPN.
I then add a one to one NAT like this:
nat (inside,outside) 2 source static obj-10.1.10.49 obj-10.112.9.210 destination static remote-net remote-net
I CAN ping across the VPN.
How can I PAT across the VPN using only 10.112.9.209 for all machines?