I am trying to create a vpn tunnel between a PIX 506E and a Linksys RV042. I have configured Phase 1 and Phase 2 as well as the transform set and interested traffic and tied it to the outside interface but it will not create the tunnel. The configurations are as follows:
PIX 506E running IOS 6.3
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption 3des
isakmp policy 40 hash sha
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
isakmp key ******** address 96.10.xxx.xxx netmask 255.255.255.255
access-list 101 permit ip 192.168.21.0 255.255.255.0 192.168.1.0 255.255.255.0crypto map Columbia_to_Office 10 ipsec-isakmp
crypto map Columbia_to_Office 10 match address 101
crypto map Columbia_to_Office 10 set peer 96.10.xxx.xxx
crypto map Columbia_to_Office 10 set transform-set ESP-3DES-SHA
crypto map Columbia_to_Office interface outside
Linksys RV042
Local Group Setup
IP Only
IP Address: 96.10.xxx.xxx
Local Security Group Type: Subnet
IP Address: 192.168.1.0
Subnet Mask: 255.255.255.0
Remote Group Setup
IP Only
IP Address: 66.192.xxx.xxx
Remote Security Group Type: Subnet
IP Address: 192.168.21.0
Subnet Mask: 255.255.255.0
IPSec Setup
Keying Mode: IKE with Preshared key
Phase1 DH Group: Group2
Phase1 Encryption: 3DES
Phase1 Authentication: SHA1
Phase1 SA Lifetime: 86400
Phase2 Encryption: 3DES
Phase2 Authentication: SHA1
Phase2 SA Lifetime: 3600 seconds
Preshared Key ********
I am a bit of a novice on VPN. Thank you in advance for your expertise.