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

Remote access VPN clients connected to Internet from VPN

wessammaher
Level 1
Level 1

Greetings,

I need to let remote VPN clients to connect to Internet from the same ASA VPN server

" client connects to ASA through VPN tunnel from outside interface then access Internet from the same ASA from outside interface again

thanks

1 Accepted Solution

Accepted Solutions

Robert Salazar
Cisco Employee
Cisco Employee

you'll need to configure 'same-security-traffic permit intra-interface' on the ASA .

Also, need to setup the corresponding nat statements for your clients pool range.

i.e.

global (outside) 1 interface

nat (outside) 1 access-list anyconnectacl

where anyconnectacl is the pool for your clients:

access-list anyconnectacl permit ip 172.16.1.0 255.255.255.0 any

View solution in original post

1 Reply 1

Robert Salazar
Cisco Employee
Cisco Employee

you'll need to configure 'same-security-traffic permit intra-interface' on the ASA .

Also, need to setup the corresponding nat statements for your clients pool range.

i.e.

global (outside) 1 interface

nat (outside) 1 access-list anyconnectacl

where anyconnectacl is the pool for your clients:

access-list anyconnectacl permit ip 172.16.1.0 255.255.255.0 any

Review Cisco Networking for a $25 gift card