09-01-2023 09:11 AM
Cisco Secure Client - AnyConnect VPN version 5.0.03076 installed on Windows 10 connecting to a Meraki MX85. The normal connection from the client to the Meraki works fine. We have an openvpn connection for the internal network that has to be made after the initial connection. This openvpn connection publishes routes back to the AnyConnect client and the client ignores those routes and cannot connect to the network that openvpn is routing to. We used to do this with the Meraki IPSec VPN and it worked fine. When we do it with the IPSec VPN instead of the AnyConnect, we can see the routes from openvpn in the windows routing table. When we use AnyConnect, those routes are not there. I tried manually adding the route as a static route on windows but AnyConnect is ignoring it. Is there a way to get AnyConnect to accept additional routes? I didn't see anything in the profile editor that would help.
09-06-2023 02:32 AM
ciscoasa(config)# webvpn
ciscoasa(config-webvpn)# enable outside
ciscoasa(config)# access-list splittunnel_acl standard permit (network)
ciscoasa(config)# group-policy (policy_name) internal
ciscoasa(config)# group-policy (policy_name) attributes
ciscoasa(config-group-policy)# split-tunnel-policy tunnelspecified
ciscoasa(config-group-policy)# split-tunnel-network-list value splittunnel_acl
ciscoasa(config)# tunnel-group (tunnel_group_name) type remote-access
ciscoasa(config)# tunnel-group (tunnel_group_name) general-attributes
ciscoasa(config-tunnel-general)# default-group-policy (policy_name)
ciscoasa(config)# webvpn
ciscoasa(config-webvpn)# tunnel-group-list enable
ciscoasa# show running-config webvpn
09-06-2023 11:46 AM
Thanks for the suggestion but it will not work for me because I explicitly don't want split tunneling (i want to prevent access to local resources) and I don't have an ASA device (it's a Meraki MX firewall). I need to send all traffic over the VPN connection. It's a route that is being published within the target network by a second level VPN. The anyconnect client ignores it whereas it was not previously ignored by the IPSec VPN that Meraki also supports.
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