06-09-2017 03:59 AM
How do I set up split tunnel so that the user is pulling internet local and not from the anyconnect client?
06-09-2017 06:59 AM
I am going to assume you are using an ASA.
First create an access list stating what resources are internal.
access-list vpn-access standard permit 192.168.0.0 255.255.0.0
And then add it to your VPN policy.
group-policy xxx attributes
split-tunnel-policy tunnelspecified
split-tunnel-network-list value vpn-access
06-11-2017 05:58 AM
Ok. If I need the user to access specific devices on the network I would create the below.
Group-policy xxx attributes
vpn-filter value blockaccess
access-list blockaccess permit x.x.x.x x.x.x.x
access-list blockaccess deny ip any any
I have a question if you dont know the local ip address on the specified network for split tunnel how do you configure it?
06-11-2017 12:56 PM
Yes, that concept will work. And yes - you need to know the IP address of anything you want to allow or block. It is not possible to configure something you do not know.
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