First Time configuring VPN Long time using VPNs
I need to set up multiple (9) VPN tunnels between my PIX515E and several Linksys routers. Model RV082 and RV042. I currently have a tunnel between my 515e and a 505 pix. What I have tried to do is copy settings for my PIX to PIX tunnel to get my tunnel between the pix and linksys to work but just cant seem to get it right. For one thing when I add the following line I lose my tunnel to my 505. crypto map Gaylord interface outside.
Here are the commands I am adding to my 515. Not sure if I need all of this or not or if I need more.
access-list TO_Gaylord permit ip 10.56.35.0 255.255.255.0 10.56.1.0 255.255.255.0
access-list NO_NAT permit ip 10.56.35.0 255.255.255.0 10.56.1.0 255.255.255.0
pdm location 10.56.1.0 255.255.255.0 outside
crypto map Gaylord 30 ipsec-isakmp
crypto map Gaylord 30 match address TO_Gaylord
crypto map Gaylord 30 set peer 82.227.13.15
crypto map Gaylord 30 set transform-set strong-des
crypto map Gaylord 300 ipsec-isakmp dynamic dynmap
crypto map Gaylord client authentication LOCAL
crypto map Gaylord interface outside
isakmp key ********* address 82.227.13.15 netmask 255.255.255.255 no-xauth
The following is the config I have in my linksys.
Local Security Gateway Type IP Only IP
IP address . . . 82.227.13.
Local Security Group Type Subnet IP address . . .
Subnet Mask . . . 255.255.255.0
--------------------------
----------
----------
----------
----------
----------
----
Remote Security Gateway Type IP Only
IP address . . . 12.15.18.56
Subnet Mask . . . 255.255.255.0
--------------------------
----------
----------
----------
----------
----------
----
Keying Mode Manual IKE with Preshared key
Phase1 DH Group Group1
Phase1 Encryption 3DES
Phase1 Authentication MD5
Phase1 SA Life Time seconds
Perfect Forward Secrecy unchecked
Not sure what to have for Phase 2 if I even need anything.
Phase2 DH Group Group1 Group2 Group5
Phase2 Encryption DES
Phase2 Authentication MD5
Phase2 SA Life Time 3600seconds
Preshared Key **********
Help.
thanks
Start Free Trial