I'm struggling through setting up a new VPN and the issue I've run into now is the NAT rules. On my pix that will host 2 VPNs I tried to set up to nat rules but the new nat rule is overwriting previous one.
So the existing nat rules with 1 VPN looked like this:
global (outside) 76 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 76 10.10.1.0 255.255.255.0 0 0
nat (DMZ1) 76 192.168.100.0 255.255.255.0 0 0
I'm trying to add a no nat rule for the new VPN via:
nat (inside) 0 access-list nonatny
but this rule overwrites the other nat (inside) 0 rule.
What am I doing wrong here and how can I no nat for both access lists?
Start Free Trial