Use Cisco VPN directly rather than relying on your ISP.
Use Cisco VPN directly rather than relying on your ISP.
You're trying to access your personal internet while connected to a VPN on your Cisco ASA 5505 device.
ip local pool vpn_users set value 10.0.1.10-10.0.1.50 mask 255.255.255.0
ipv6 local pool vpn_users_v6 specify subnet 100 object network obj-AnyconnectPool with interface 10.0.1.0/24
object network obj-AnyconnectPool-v6 define subnet [IPv6 Subnet]/[mask]
object network obj-AnyconnectPool nat (outside,outside) dynamic interface nat (inside,outside)
source static inside-out inside-out destination static obj-AnyconnectPool
obj-AnyconnectPool no-proxy-arp route-lookup access-list vpn_local standard permit [local subnets] [mask]
access-list vpn_local standard permit any4
access-list vpn_local_v6 extended permit ip [IPv6 Prefix]/[mask]
any6 group-policy DfltGrpPolicy attributes dns-server value [DNS Server IP]
vpn-tunnel-protocol set ikev2
l2tp-ipsec ssl-client split-tunnel-network-list value vpn_local split-tunnel-all-dns
enable address-pools value vpn_users
ipv6-address-pools value vpn_users_v6
group-policy vpn_users_attrib attributes dns-server value [DNS Server IP]
vpn-tunnel-protocol ssl-client split-tunnel-policy tunnelall
split-tunnel-network-list value vpn_local default-domain
value [Domain.com]
split-tunnel-all-dns enable address-pools
value vpn_users
ipv6-address-pool value vpn_users_v6
dynamic-access-policy-record DfltAccessPolicy dynamic-access-policy-record
remote-access users username set USERNAME
password set BLAH
privilege set 15
username set USERNAME
attributes vpn-group-policy vpn_users_attrib
You already have a VPN network set up. Just need guidance on connecting to your gateway.
I called it that for the entire internal network. It seems to be designed so the internal network can communicate with the VPN traffic. The goal is an object network inside-out subnet 192.168.0.0/24.
Your local network is 172.16.105.x. This configuration supports the commands you mentioned for traffic control.
I believe I missed something in the config. Please add these lines:
object network obj-AnyconnectPool nat (outside,outside) dynamic interface dynamic-access-policy-record DfltAccessPolicy dynamic-access-policy-record RemoteAccessUsers username USERNAME password BLAH privilege 15 username USERNAME attributes vpn-group-policy vpn_users_attrib vpn-tunnel-protocol ssl-client service-type remote-access tunnel-group vpn_users type remote-access tunnel-group vpn_users general-attributes address-pool vpn_users ipv6-address-pool vpn_users_v6 default-group-policy vpn_users_attrib