06-08-2018 01:21 AM - edited 03-12-2019 05:21 AM
Hello,
We use split tunneling for our remote users over the Cisco AnyConnect VPN and allthe interesting traffic is sent over it (servers subnets etc). The internet uses the users local router/gateway and doesn't traverse the VPN.
I've been asked to push 1 internet based website over the VPN though, is this even possible? Or do I have to push all internet traffic over the VPN?
Thanks
06-08-2018 01:34 AM
Hi @Gonzo1,
It is possible, you just need to add the site ip to your split-tunnel access-list.
You also probably need to do a u-turn nat for the anyconnect ips:
same-security-traffic permit intra-interface
!
object network OBJ-AnyconnectIPs
subnet x.x.x.x x.x.x.x
nat (outside,outside) dynamic interface
HTH
Bogdan
06-08-2018 02:07 AM
Hi,
For this external IP can I use an FQDN as it seems to be a few addresses under the FQDN?
Thanks
06-08-2018 02:15 AM
Yes, fqdns can be used as well, but you might want to check that the address will always be resolved by the asa and anyconnect clients to the same ip or list of ips.
06-08-2018 02:18 AM
Trying this shortly and will let you know :)
Thanks
06-08-2018 02:51 AM
I'm in the ADSM this time and I'm gone to the Group Policy > Split Tunneling > My Network List and edited it but the ACE only allows me to add IPs here. I've created the FQDN object but doesn't show up.
06-08-2018 05:48 AM - edited 06-08-2018 05:48 AM
Regarding the "subnet" below this is the VPN pool subnet?
object network OBJ-AnyconnectIPs
subnet x.x.x.x x.x.x.x
nat (outside,outside) dynamic interface
06-08-2018 06:03 AM
correct
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