cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
462
Views
0
Helpful
2
Replies

Cannot access Internet when connected to VPN

halletta
Level 1
Level 1

I have mobile users using the Cisco VPN client (4.0.5B) connecting to an 837. They can connect and access the internal/remote network resources ok. However, they are unable to access to Internet at the same time. I also had this issue when some users were connecting into a PIX, but managed to sort that using the vpngroup <groupname> split-tunnel <acl> and appropriate ACL commands. All I can find on Cisco's site is that it is possible by specifying an ACL, bit I'm not sure where to specify this and what. Thanks.

1 Accepted Solution

Accepted Solutions

jackko
Level 7
Level 7

below are the sample codes,

access-list 100 permit ip <837 inside net> <837 inside net mask>

crypto isakmp client configuration group ciscovpn

key cisco123

pool vpnpool

acl 100

View solution in original post

2 Replies 2

jackko
Level 7
Level 7

below are the sample codes,

access-list 100 permit ip <837 inside net> <837 inside net mask>

crypto isakmp client configuration group ciscovpn

key cisco123

pool vpnpool

acl 100

Thanks - worked first time. Easy when you know where to put the commands!