cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1020
Views
4
Helpful
3
Replies

VPN client cannot access Internet while VPN connection is active

otambalkar
Community Member

I have configured a test tunnel-group and group policy for that tunnel-group. I am using TACACS authentication via an ACS server to authenticate users on Active Directory.

When I launch the VPN client, I successfully go thru IKE Phase 1 and get prompted for username and password. I enter username and password and get authenticted via TACACS+ and I able to access the internal network. But I am not able to access the Internet while my VPN connection is active.

Please help me troubleshoot this issue.

3 Replies 3

m.sir
Level 11
Level 11

what is you access-list for split tunnel?? Try to specify this ACL only for you remote network

M.

otambalkar
Community Member

I resolved the issue by correcting split-tunnel network list.

Now the VPN client is able to access the Internet and the internal network.

Thank you for your help.

akorolkov
Visitor

Hope you are running 7.x, if so

hostname(config)# same-security-traffic permit intra-interface

And don't forget about NAT

hostname(config)# ip local pool clientpool 192.168.0.10-192.168.0.100

hostname(config)# global (outside) 1 interface

hostname config)# nat (outside) 1 192.168.0.0 255.255.255.0