Skip to content

Instantly share code, notes, and snippets.

View balmeida-nokia's full-sized avatar

balmeida-nokia

View GitHub Profile
@balmeida-nokia
balmeida-nokia / wsl2_ciscoanyconnect_workaround.md
Last active June 4, 2024 10:45 — forked from pyther/wsl2_ciscoanyconnect_workaround.md
WSL 2 Cisco AnyConnect Networking Workaround

WSL 2 Cisco AnyConnect Networking Workaround

Overview

WSL 2 uses a Hyper-V Virtual Network adapter. Network connectivity works without any issue when a VPN is not in use. However when a Cisco AnyConnect VPN session is established Firewall Rules and Routes are added which breaks connectivity within the WSL 2 VM. This issue is tracked WSL/issues/4277

Below outline steps to automatically configure the Interface metric on VPN connect and update DNS settings (/etc/resolv.conf) on connect/disconnect.

Acknowledges