I'm still having problems setting up a vpn with the PIX. I am useing PIX 515 Ver 6.1(1) I'm trying to get access to download the GUI from cisco thinking that might make things easier but no luck yet. I think I have all the right settings in the PIX but when I run the Cisco VPN Client on a XP machine it says remote host no longer responding. Does that mean it did respond then quit or what? Is there a special setting or something in XP that I have to make in order to connect to the PIX or am I missing something all together? I'm lost. Here is my configeration and network design
vpn client (XP machine)
|
Internet
|
Cisco 2620 Router
|
Cisco PIX 515
|
Network (LAN)
Here is the PIX config for VPN
isakmp enable outside
isakmp policy 10 group 2
isakmp policy 10 enc des
isakmp policy 10 life 86400
isakmp policy 10 auth pre-share
isakmp policy 10 hash md5
isakmp identity address
sysopt connection permit-ipsec
crypto ipsec transform-set steve esp-des esp-md5-hmac
crypto dynamic-map dyna-brett 10 set transform-set steve
crypto map larkin 99 ipsec-isakmp dynamic dyna-brett
ip local pool usipool 192.168.0.225-192.168.0.230
(can I change this to 192.168.0.225-any or is this for local ip access or internet access?)
crypto map larkin client config address initiate
crypto map larkin client config address respond
vpngroup usi address-pool usipool
vpngroup usi password -----
vpngroup usi idletimeout 1800
access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.0.0 255.255.255.0
nat (inside) 0 access-list nonat
crypto map larkin interface outside
vpn client (XP machine)
|
Internet
|
Cisco 2620 Router
|
Cisco PIX 515
|
Network (LAN)
Here is the PIX config for VPN
isakmp enable outside
isakmp policy 10 group 2
isakmp policy 10 enc des
isakmp policy 10 life 86400
isakmp policy 10 auth pre-share
isakmp policy 10 hash md5
isakmp identity address
sysopt connection permit-ipsec
crypto ipsec transform-set steve esp-des esp-md5-hmac
crypto dynamic-map dyna-brett 10 set transform-set steve
crypto map larkin 99 ipsec-isakmp dynamic dyna-brett
ip local pool usipool 192.168.0.225-192.168.0.230
(can I change this to 192.168.0.225-any or is this for local ip access or internet access?)
crypto map larkin client config address initiate
crypto map larkin client config address respond
vpngroup usi address-pool usipool
vpngroup usi password -----
vpngroup usi idletimeout 1800
access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.0.0 255.255.255.0
nat (inside) 0 access-list nonat
crypto map larkin interface outside