01-14-2019 11:46 AM
How do i control what networks / Hots my any-connect VPN user group can access?
Ex:
I have a group called EXTERNAL
I want EXTERNAL only to have access to 192.168.1.5 and 192.168.1.10 hosts and nothing else.
Where do i place my statements ?
Solved! Go to Solution.
01-14-2019 11:58 AM
Hi,
You could create VPNFilter, reference here and you'd then apply this to the group-policy. You'll need to amend the source network to be your VPN Pool. Example:-
access-list VPN-FILTER permit ip x.x.x.x 255.255.255.0 192.168.1.5 255.255.255.255
access-list VPN-FILTER permit ip x.x.x.x 255.255.255.0 192.168.1.10 255.255.255.255
group-policy EXTERNAL attributes
vpn-filter value VPN-FILTER
Alernatively if you are using ISE as the RADIUS server you can push down a DACL.
HTH
01-14-2019 11:58 AM
Hi,
You could create VPNFilter, reference here and you'd then apply this to the group-policy. You'll need to amend the source network to be your VPN Pool. Example:-
access-list VPN-FILTER permit ip x.x.x.x 255.255.255.0 192.168.1.5 255.255.255.255
access-list VPN-FILTER permit ip x.x.x.x 255.255.255.0 192.168.1.10 255.255.255.255
group-policy EXTERNAL attributes
vpn-filter value VPN-FILTER
Alernatively if you are using ISE as the RADIUS server you can push down a DACL.
HTH
01-14-2019 12:10 PM
01-14-2019 12:15 PM
01-14-2019 12:42 PM
did not receive the link.
also when creating a ACL is all other traffic implicitly denied?
01-14-2019 12:48 PM
Ah ok, the link was a hyperlink under the word "here" in the original post, it should have been highlighted. I've made it a bit more obvious this time:-
Yes, implicit deny.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide