Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I have a VPN setup to a vendor that requires a policy NAT statement such as below:access-list test_1_cryptomap extended permit ip host 10.1.3.192 192.168.1.0 255.255.255.0access-list test-policy-nat extended permit ip host 10.0.100.180 192.168....
Hello, I am having some issues with adding a policy-nat for a L2L vpn in order to nat all the private address sent across the tunnel to single address (9.43.121.7).When i try to add the statement:static (inside,outside) 9.43.131.7 access-list vpn-pol...
Thanks for the replay,figured it out.Added:nat (inside) 11 access-list vpn-policy-natglobal (outside) 11 9.43.131.7instead of the static (inside,outside) and it works. I only needed the vpn to go one way (outbound).Thank you very much!