jcook2k3
IS-IT--Management
- Nov 19, 2008
- 8
Hello to all!!
i am in dire need of help, I have racked my brain and still can't figure out what the problem is. i have a Cisco Pix 515e v6.3 running and I'm trying to configure a site to site vpn and remote vpn and all I can manage is it's either one or the other. i have had other people look at my configs and they say there is no problem and others have gave me some advice, but nothing is working. My two questions are as follows:
1.) Is it even possible on v6.3 to run both the site to site and remote together?
2.) Can someone take a look at these configs and point me in the right direction?
Thanks in advance...
These are the configs that i'm having problems with, it seems that whichever crypto map **** interface outside i set is the one that works, but if i set it for our remote vpn, then it no longer asks for authentication, it just connects right through. We are using the cisco VPN client on the machines to connect with.
sysopt connection permit-ipsec
crypto ipsec transform-set trmset4 esp-3des esp-md5-hmac
crypto ipsec transform-set trmset2 esp-des esp-md5-hmac
crypto ipsec transform-set trmset1 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set trmset3 esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 86400
crypto dynamic-map map2 10 set transform-set trmset1 trmset4 trmset2
crypto dynamic-map map2 10 set security-association lifetime seconds 28800 kilobytes 4608000
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map2 client authentication RADIUS
crypto map companyb 30 ipsec-isakmp
crypto map companyb 30 match address 103
crypto map companyb 30 set peer xxx.xxx.xxx.xxx
crypto map companyb 30 set transform-set trmset3
crypto map companyb interface outside
isakmp enable outside
isakmp key ******** address xxx.xxx.xxx.196 netmask 255.255.255.248
isakmp identity address
isakmp keepalive 10
isakmp nat-traversal 20
isakmp policy 11 authentication pre-share
isakmp policy 11 encryption des
isakmp policy 11 hash md5
isakmp policy 11 group 2
isakmp policy 11 lifetime 86400
isakmp policy 12 authentication pre-share
isakmp policy 12 encryption 3des
isakmp policy 12 hash sha
isakmp policy 12 group 2
isakmp policy 12 lifetime 86400
vpngroup vpn-remote address-pool vpnpool1
vpngroup vpn-remote dns-server 192.168.x.xxx 192.168.x.xxx
vpngroup vpn-remote default-domain <domain>.com
vpngroup vpn-remote split-tunnel 102
vpngroup vpn-remote idle-time 1800
vpngroup vpn-remote password ********
Thanks again
i am in dire need of help, I have racked my brain and still can't figure out what the problem is. i have a Cisco Pix 515e v6.3 running and I'm trying to configure a site to site vpn and remote vpn and all I can manage is it's either one or the other. i have had other people look at my configs and they say there is no problem and others have gave me some advice, but nothing is working. My two questions are as follows:
1.) Is it even possible on v6.3 to run both the site to site and remote together?
2.) Can someone take a look at these configs and point me in the right direction?
Thanks in advance...
These are the configs that i'm having problems with, it seems that whichever crypto map **** interface outside i set is the one that works, but if i set it for our remote vpn, then it no longer asks for authentication, it just connects right through. We are using the cisco VPN client on the machines to connect with.
sysopt connection permit-ipsec
crypto ipsec transform-set trmset4 esp-3des esp-md5-hmac
crypto ipsec transform-set trmset2 esp-des esp-md5-hmac
crypto ipsec transform-set trmset1 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set trmset3 esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 86400
crypto dynamic-map map2 10 set transform-set trmset1 trmset4 trmset2
crypto dynamic-map map2 10 set security-association lifetime seconds 28800 kilobytes 4608000
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map2 client authentication RADIUS
crypto map companyb 30 ipsec-isakmp
crypto map companyb 30 match address 103
crypto map companyb 30 set peer xxx.xxx.xxx.xxx
crypto map companyb 30 set transform-set trmset3
crypto map companyb interface outside
isakmp enable outside
isakmp key ******** address xxx.xxx.xxx.196 netmask 255.255.255.248
isakmp identity address
isakmp keepalive 10
isakmp nat-traversal 20
isakmp policy 11 authentication pre-share
isakmp policy 11 encryption des
isakmp policy 11 hash md5
isakmp policy 11 group 2
isakmp policy 11 lifetime 86400
isakmp policy 12 authentication pre-share
isakmp policy 12 encryption 3des
isakmp policy 12 hash sha
isakmp policy 12 group 2
isakmp policy 12 lifetime 86400
vpngroup vpn-remote address-pool vpnpool1
vpngroup vpn-remote dns-server 192.168.x.xxx 192.168.x.xxx
vpngroup vpn-remote default-domain <domain>.com
vpngroup vpn-remote split-tunnel 102
vpngroup vpn-remote idle-time 1800
vpngroup vpn-remote password ********
Thanks again