Hi,
Current I have setup a PIX to PIX VPN for connecting a remote office to our local office. There are some requirements to add in VPN clients for uses on the road.
I have tried with the Windows IAS and able to connect. After a few times of connecting using the VPNclient, the PIX-PIX vpn some how go "corrupted" and fails. The config are as follows:
crypto ipsec transform-set cryptoset esp-des esp-md5-hmac
crypto ipsec transform-set vpnclient esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set vpnclient
crypto map OfficeMap 10 ipsec-isakmp dynamic dynmap
crypto map OfficeMap 30 ipsec-isakmp
crypto map OfficeMap 30 match address 101
crypto map OfficeMap 30 set peer XXX.XXX.XXX.XXX
crypto map OfficeMap 30 set transform-set cryptoset
crypto map OfficeMap client authentication partnerauth
crypto map OfficeMap interface outside
isakmp enable outside
isakmp key XXXXXXX address XXX.XXX.XXX.XXX netmask 255.255.255.255
isakmp identity address
isakmp policy 9 authentication pre-share
isakmp policy 9 encryption des
isakmp policy 9 hash md5
isakmp policy 9 group 1
isakmp policy 9 lifetime 86400
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup ri3kasiaUser address-pool ippool
vpngroup ri3kasiaUser dns-server x.x.x.x
vpngroup ri3kasiaUser wins-server x.x.x.x
vpngroup ri3kasiaUser default-domain xxx.com
vpngroup ri3kasiaUser split-tunnel 90
vpngroup ri3kasiaUser idle-time 1800
vpngroup ri3kasiaUser password XXXXXXXXXXXX
Then I took out
"crypto map OfficeMap client authentication partnerauth"
to try without the windows IAS and it works.
I can access everthing as if I am in the office but the problem is that I am not able to access the servers, through the PIX-PIX vpn, at the remote office.I couldnt ping any of them using IP and names.
Can any one point me to the right direction?
thanks a lot
angktwap
Current I have setup a PIX to PIX VPN for connecting a remote office to our local office. There are some requirements to add in VPN clients for uses on the road.
I have tried with the Windows IAS and able to connect. After a few times of connecting using the VPNclient, the PIX-PIX vpn some how go "corrupted" and fails. The config are as follows:
crypto ipsec transform-set cryptoset esp-des esp-md5-hmac
crypto ipsec transform-set vpnclient esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set vpnclient
crypto map OfficeMap 10 ipsec-isakmp dynamic dynmap
crypto map OfficeMap 30 ipsec-isakmp
crypto map OfficeMap 30 match address 101
crypto map OfficeMap 30 set peer XXX.XXX.XXX.XXX
crypto map OfficeMap 30 set transform-set cryptoset
crypto map OfficeMap client authentication partnerauth
crypto map OfficeMap interface outside
isakmp enable outside
isakmp key XXXXXXX address XXX.XXX.XXX.XXX netmask 255.255.255.255
isakmp identity address
isakmp policy 9 authentication pre-share
isakmp policy 9 encryption des
isakmp policy 9 hash md5
isakmp policy 9 group 1
isakmp policy 9 lifetime 86400
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup ri3kasiaUser address-pool ippool
vpngroup ri3kasiaUser dns-server x.x.x.x
vpngroup ri3kasiaUser wins-server x.x.x.x
vpngroup ri3kasiaUser default-domain xxx.com
vpngroup ri3kasiaUser split-tunnel 90
vpngroup ri3kasiaUser idle-time 1800
vpngroup ri3kasiaUser password XXXXXXXXXXXX
Then I took out
"crypto map OfficeMap client authentication partnerauth"
to try without the windows IAS and it works.
I can access everthing as if I am in the office but the problem is that I am not able to access the servers, through the PIX-PIX vpn, at the remote office.I couldnt ping any of them using IP and names.
Can any one point me to the right direction?
thanks a lot
angktwap