Hello all;
Simple question for you: Please look at the configuration below. I have a static NAT so ingress traffic from my Burbank VPN connects to 172.16.36.67, and this works well. However, when the inside host (192.168.1.14) responds bacl to the Burbank host, the inside local host isn?t translating into the static global IP of 172.16.36.67 but is translating into one of the available range of IP addresses from the pool.
Please tell me how to adjust my NAT statement to allow 192.168.1.14 to always map to 172.16.36.67 when communicating through route map BURBANK in either direction.
Regards
Jeff
access-list 101 permit ip 192.168.1.0 0.0.0.255 10.130.1.0 0.0.0.255
ip nat pool TOUCHPOOL 172.16.36.85 172.16.36.126 netmask 255.255.255.192
ip nat inside source static 192.168.1.14 172.16.36.67 route-map BURBANK
route-map BURBANK permit 49
match ip address 101