LedZepRock
MIS
Hi all
OK, this one is passing me by, any help would be real nice, problem is this....
I have 2 subnets I connect to via VPN, I dont want to NAT the addresses, now I have set is up as show below but this is never going to work due to the PIX not knowing which VPN link to use, I have tryed adding another nat rule (nat (inside) 0 access-list nonatVPN2) but it overrights the exsisting nat rule....
HELP!!!
access-list nonatinside permit ip 192.168.101.0 255.255.255.0 VPN1 255.255.255.0
access-list nonatinside permit ip 192.168.101.0 255.255.255.0 VPN2 255.255.255.0
nat (inside) 0 access-list nonatinside
crypto map outside_map 10 ipsec-isakmp
crypto map outside_map 10 match address nonatinside
crypto map outside_map 10 set pfs
crypto map outside_map 10 set peer xxx.xxx.xxx.xxx
crypto map outside_map 10 set transform-set ESP-3DES-SHA
crypto map outside_map 15 ipsec-isakmp
crypto map outside_map 15 match address nonatinside
crypto map outside_map 15 set pfs
crypto map outside_map 15 set peer xxx.xxx.xxx.xxx
crypto map outside_map 15 set transform-set ESP-3DES-SHA
Thanks for looking
Simon
OK, this one is passing me by, any help would be real nice, problem is this....
I have 2 subnets I connect to via VPN, I dont want to NAT the addresses, now I have set is up as show below but this is never going to work due to the PIX not knowing which VPN link to use, I have tryed adding another nat rule (nat (inside) 0 access-list nonatVPN2) but it overrights the exsisting nat rule....
HELP!!!
access-list nonatinside permit ip 192.168.101.0 255.255.255.0 VPN1 255.255.255.0
access-list nonatinside permit ip 192.168.101.0 255.255.255.0 VPN2 255.255.255.0
nat (inside) 0 access-list nonatinside
crypto map outside_map 10 ipsec-isakmp
crypto map outside_map 10 match address nonatinside
crypto map outside_map 10 set pfs
crypto map outside_map 10 set peer xxx.xxx.xxx.xxx
crypto map outside_map 10 set transform-set ESP-3DES-SHA
crypto map outside_map 15 ipsec-isakmp
crypto map outside_map 15 match address nonatinside
crypto map outside_map 15 set pfs
crypto map outside_map 15 set peer xxx.xxx.xxx.xxx
crypto map outside_map 15 set transform-set ESP-3DES-SHA
Thanks for looking
Simon