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.
I have a PIX 515E with three VPN tunnels already set up and working fine. They are all configured with no nat (i.e nat (dmz) 0 access-list nonatinside)I have a fourth VPN to set up, but they already use the same internal IP address (192.168.0.x) and ...
Now looks like this:access-list nonatinside line 1 permit ip host 192.168.0.45 host 10.1.5.12 (hitcnt=0) access-list nonatinside line 2 permit ip host 192.168.0.43 host 10.112.249.58 (hitcnt=0) access-list nonatinside line 3 permit ip host 192.168.0....
No, the only translation is to an external address.The only difference is I'm using a dmz interfance, not inside. Could these lines be conflicting?:nat (dmz) 0 access-list nonatinsidenat (dmz) 1 192.168.0.0 255.255.255.0 0 0But these are required for...
acomiskey Thanks for the reply, am still struggling...I removed the lines:access-list nonatinside permit ip host 192.168.0.41 host 10.3.1.133access-list vpn4 permit ip host 192.168.0.41 host 10.3.1.133crypto map vpnmap 40 ipsec-isakmpcrypto map vpnma...