Link to home
Start Free TrialLog in
Avatar of delsof
delsofFlag for United States of America

asked on

Cisco VPN client - No Internet Traffic after connect

I am using VPN client vs. 4.0.1 to connect to my network. When I got connect to my network I loose connectivity to my local default gateway (ISP).

I understand that there is the concept of split-tunneling. I want to know how do I enable it in my connection. Do I need to update the VPN client or should I check the ‘Allow local LAN Access’ box?
Thx.

DF
Avatar of Robing66066
Robing66066

Typically split-tunneling is configured at the device that accepts the VPN connection, not the one that initiates it.  

This would be an example for a Cisco config:

  access-list split_tunnel_acl permit ip <local lan> mask <client subnet> mask
  vpngroup split-tunnel split_tunnel_acl
If you're using Windows XP, did you upgrade to XP Service Pack 2 recently ?

XP Service Pack 2 have a problem with Cisco VPN Client.
Even the latest VPN Client V4.6 does not work with XP SP2. FYI...;-)
Avatar of delsof

ASKER

Should the command looks like this.
192.168.10.0 local lan
255.255.255.0 client subnet mask

access-list split_tunnel_acl permit ip 192.168.10.0 mask 255.255.255.0 mask
vpngroup split-tunnel split_tunnel_acl

Thx for the info about XP SP2. I got a few users with XP. I will tell them to use another OS to connect to the network.

DF

ASKER CERTIFIED SOLUTION
Avatar of Robing66066
Robing66066

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial