cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
324
Views
0
Helpful
1
Replies

Client VPN cannot surf Internet Upon connected

d_unafraid
Level 1
Level 1

Hi All

I have configured a remote vpn for my ASA and every thing is working fine with the users accessing back from remote to use the internal resources.

The only feedback I received is whenever the remote users connected the cisco VPN client from home with their cable connection. They realised they cant surf Internet at the same time.

Is it got to do with my configuration on the ASA or something else. I have attached my configuration file. Thank you for your time

isakmp policy 1 authentication pre-share

isakmp policy 1 encryption 3des

isakmp policy 1 hash sha

isakmp policy 1 group 2

isakmp policy 1 lifetime 43200

isakmp enable outside

ip local pool vpnpool 192.168.4.10-192.168.4.245

username test password test

crypto ipsec transform set FirstSet esp-3des esp-md5-hmac

tunnel-group nslgroup type ipsec-ra

tunnel-group nslgroup general-attributes

address-pool vpnpool

tunnel-group nslgroup ipsec-attributes

pre-shared-key test

crypto dynamic-map dyn1 1 set transform-set nslSet

crypto dynamic-map dyn1 1 set reverse-route

crypto map mymap 1 ipsec-isakmp dynamic dyn1

crypto map mymap interface outside

access-list nonat permit ip internal_network/mask ip_local_pool/mask

nat (inside) 0 access-list nonat

Thank

1 Reply 1

d_unafraid
Level 1
Level 1

Hi All

I have resolve the issue using the split tunnel command

Thnak you