lrmoore,
Thanks for your response. I'd tried to incorporate your solution.
Here is my current configuration. It's currently not working.
--------------------------
name 192.168.1.20 server
name 165.20.25.196 customer
name 192.168.218.157 nataddress
access-list inside_outbound_nat0_acl permit ip host nataddress host customer
access-list outside_cryptomap_20 permit ip host nataddress host customer
global (outside) 20 nataddress
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 20 access-list inside_outbound_nat0_acl 0 0
nat (inside) 10 local_network 255.255.255.0 0 0
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer 165.20.52.37
crypto map outside_map 20 set peer server
crypto map outside_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map interface outside
isakmp enable outside
isakmp key presharedkey address 165.20.52.37 netmask 255.255.255.255 no-xauth no-config-mode
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
--------------------------
Also... my PDM isn't working any longer. It says that PDM does not support "policy NAT" command in your configuration.
What does that mean?
Main Topics
Browse All Topics





by: lrmoorePosted on 2005-08-15 at 10:48:20ID: 14676438
Are you using site to site VPN tunnels?
If so, then instead of the standard no-nat access-list entry, create a new global with conditional nat and use the global as the vpn tunnel trigger:
access-list Customer2 permit ip host 192.168.1.20 host 165.20.25.196
global (outside) 192.168.212.15
nat (inside) access-list Customer2
access-list VPN_to_Cust2 permit ip host 192.168.212.15 host 165.20.25.196
crypto map mymap xx match address VPN_to_Cust2
crypto map mymap xx set peer a.b.c.d