Try this.
This acl
access-list split_tunnel standard permit 172.20 255.255.0.0
Under group-policy COMVPN attributes put the following
split-tunnel-policy tunnelspecified
split-tunnel-network-list value split_tunnel
Main Topics
Browse All TopicsI am having a problem getting split-tunneling to work using the Cisco VPN client v5.0 attaching to a Cisco 5540 ASA.
The client works fine without split-tunneling active. I can VPN in and get to all of my internal LAN systems. BUT, (as you are aware), you cannot browse the Inet from the client PC when using the Cisco client. To work around this, I need to activate split-tunneling.
When I setup an access-list for split tunneling and add the commands for the group-policy, I can VPN in, BUT, I cannot get to any internal systems, but I CAN browse the Internet.
The code attached is the un-changed code that works with the Cisco VPN client but without Internet browsing and no split-tunnel active.
When I add the commands of
access-list SPLIT-TUNNEL standard permit 192.168.150.0 255.255.255.0
split-tunnel-policy tunnelspecified
split-tunnel-network-list value SPLIT-TUNNEL
That is when the Cisco VPN client allows me to browse the Ineternet, but does NOT let me access any internal network systems.
What am I missing?
Thanks in advance for all the help,
Jeff
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: JFrederick29Posted on 2009-09-16 at 10:36:52ID: 25348021
The Split Tunnel policy shouldn't include the VPN pool but rather the subnets you need access to on the corporate network.
Should be:
access-list SPLIT-TUNNEL standard permit 172.20.0.0 255.255.0.0
split-tunnel-policy tunnelspecified
split-tunnel-network-list value SPLIT-TUNNEL