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

How to access control the vpn client?

superharris
Level 1
Level 1

I tried to use

access-list acl_out deny ip "vpn client ip subnet" "

server ip"

to control the vpn client access to some servers in the company lan.

However it seems not work. Is there any other way to do it?

Appreciate lots.

1 Reply 1

kagodfrey
Level 3
Level 3

you could control access using a deny in your "no nat" access-list before the permit,

e.g. access-list no_nat deny ip host 'serverip' 'vpn client ip subnet'

hth