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

vpn'd users on ASA can't access the internet

marinas
Level 1
Level 1

I've used the ASA VPN wizard and can VPN from a client to the newly created tunnel group on the ASA. I can ping everything behind the ASA, including the internet gateway. I'd like for VPN users to access the internet without using split tunneling. What am I missing? Thanks...

2 Replies 2

attrgautam
Level 5
Level 5

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

Enable this on the ASA and see if you can browse

Don't forget the following commands:

hostname(config)#global (outside) 1 interface

hostname(config)#nat (outside) 1 x.x.x.x 255.255.255.0

x.x.x.x should be the IP segment you assign to VPN client users in the 'ip local pool....' statment.