Inside 10.200.50.20
Outside 192.168.2.2
This site, Site A, is connected through a VPN Tunnel to Site B. There is no public IP on Site A, so it's a VPN tunnel with dynamic Public IP.
Also, the Outside IP is configured as DHCP with set route, as I don't know what the gateway is.
I am trying to achive this, when
source = 192.168.2.2
Destination = 10.100.5.5 (Other side of VPN)
transate source to 10.200.50.10
This doesn't work. Even though packet tracer shows the source was translated, in reality, it still shows source as 192.168.2.2
sh run nat
nat (any,any) source static 192.168.2.2 10.200.50.10 destination static 10.100.5.5 10.100.5.5
PS: I am trying to take backup using backup command.