Communications and Wireless
1826950 Members
4282 Online
109705 Solutions
New Discussion

VPN not passing traffic

 
Shawn Tumey_1
New Member

VPN not passing traffic

Clients (Cisco VPN software) are able to establish a connection to the PIX (501 Version 6.3), but no traffic is passing from the client to the LAN behind the PIX or vise versa.

Parts of the running-config are listed below:

access-list inside_outbound_nat0_acl permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.240
access-list outside_cryptomap_dyn_20 permit ip any 192.168.2.0 255.255.255.240

ip local pool RemoteWorkers 192.168.2.1-192.168.2.10

global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0

sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp enable inside
isakmp identity address
isakmp nat-traversal 3600
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
vpngroup TBCRemote address-pool RemoteWorkers
vpngroup TBCRemote dns-server 192.168.1.10 206.165.131.12
vpngroup TBCRemote wins-server 192.168.1.10
vpngroup TBCRemote default-domain corp.theboutetcompany.com
vpngroup TBCRemote idle-time 1800
vpngroup TBCRemote password ***********

----

Any help is greatly appreciated.

Thanks in advance,

Shawn