10-17-2006 07:42 AM
Hi,
I have been busy for days now trying to get the cisco VPN client to work. I administer a network with 8 pixes 7 501's and one 506E. They are all connected by site to site VPN's. For a few people I want the ability to access the 506E from home. I used to do this with PPTP but found that it was not secure enough and decided to switch to Cisco VPN client. I setup VPN client on the pix 506E using the PDM, installed the client on my laptop and made connection. The connection is fine, only I cannot get any data through the tunnel. No ping no RDP.
I tried about every option I could find, Switching back to PPTP gave connection again woth data. Does somebody have any tips?
Thanks in advance
Daniel
10-17-2006 08:36 AM
Turn on logging the VPN client, it's pretty good about telling you what is wrong. Post the log file if it isn't obvious.
10-17-2006 10:47 AM
Hi,
This is what my VPN log says, it's not obvious to me.
Cisco Systems VPN Client Version 4.6.00.0049
Copyright (C) 1998-2004 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Windows, WinNT
Running on: 5.1.2600 Service Pack 2
Config file directory: C:\Program Files\Cisco Systems\VPN Client\
1 17:31:05.188 10/17/06 Sev=Warning/2 CVPND/0xA3400015
Error with call to IpHlpApi.DLL: DeleteIpForwardEntry, error 87
2 17:32:11.957 10/17/06 Sev=Warning/2 CVPND/0xA3400015
Error with call to IpHlpApi.DLL: DeleteIpForwardEntry, error 87
3 17:32:51.689 10/17/06 Sev=Warning/2 CVPND/0xA3400015
Error with call to IpHlpApi.DLL: DeleteIpForwardEntry, error 87
Thank you!
10-17-2006 01:05 PM
Please set all logging to high and post results. Thanks,
10-17-2006 11:29 PM
Hi,
I found out half of the problem; the problem is not at the pix I am trying to reach but at the pix in my house here. When pasting the VPN log in google I found 2 other people with the same problem, the answer was to fixup protocol ESP-IKE. I can't fixup this protocol because then it gives me the warning that ISAKMP is active and when ISAKMP is active ESP can't be active. I think ISAKMP is active due to my Site to Site tunnels. So I hooked up my laptop directly to the modem and had a perfect VPN tunnel with the other pix through the VPN client. Do you have any ideas how i could configure my pix to use the ISAKMP and the ESP? Here I attach the log file on high, this is behind the PIX.
Thankx
10-17-2006 11:31 PM
10-18-2006 01:49 AM
Hello Daniel,
can you post the configuration of the PIX to which you are trying to connect with your VPN client ?
Regards,
GNT
10-18-2006 02:36 AM
10-18-2006 04:01 AM
Hello,
thanks for the config. I am not sure what addresses you are using for your local pool 'Mardan', but make sure these addresses are not part of the network configured on your inside interface. Let's assume your inside interface has IP address 10.10.10.1/24, and your local pool Mardan is giving out addresses in the range 192.168.1.1-192.168.1.254. The configuration needs to look like this:
nat (inside) 0 access-list inside_outbound_nat0_acl
ip address inside 10.10.10.1 255.255.255.0
ip local pool Mardan 192.168.1.1-192.168.1.254
access-list 101 permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0
Since your IP addresses are not fully visible, can you check and see if your PIX is configured like the above ?
Regards,
GNT
10-18-2006 05:42 AM
Hi,
Yes for security reasons I cannot post my full IP address. But yes I configured them differently my normal pool starts with 192 and my VPN pool with 172. Again switching to PPTP with the same pool active I have no trouble entering the network.
Thank you!
Daniel
10-18-2006 05:18 AM
Try enabling NAT-T on the PIX.
isakmp nat-traversal [natkeepalive]
10-18-2006 07:18 AM
Still no luck. Behind a zywall there was no problem.
10-18-2006 11:48 AM
have you configured your nat 0 statements to disable translation to the IP pool being assigned to your VPN clients.
Something like this
ip local pool vpndhcp 172.16.1.15-172.16.1.20 mask 255.255.255.0
access-list inside_outbound_nat0_acl permit ip any 172.16.1.0 255.255.255.0
nat (inside) 0 access-list inside_outbound_nat0_acl
I experienced a similar issue when I first configured my firewall to host client vpn connections.
10-18-2006 11:35 PM
Yes I have those. They also should be in the config file I posted. Again the problem is not in the firewall I am trying to reach, but in the PIX I am behind who for some reason cannot use ISAKMP and ESP at the same time.
Thanks
10-19-2006 12:12 AM
Hello Daniel,
try and configure split tunneling for your PIX as following:
access-list splitTunnelAcl_1 permit ip 10.10.10.0 255.255.255.0 any
vpngroup Mardan split-tunnel splitTunnelAcl_1
where 10.10.10.0 is the network your inside interface is configured on (you probably need to change this to reflect what you have actually configured on your inside interface)...
Regards,
GNT
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide