Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
After starting anyconnect I find network connectivity stops working under WSL2 (Windows Substem for Linux)the fix seems to be: Get-NetAdapter | Where-Object {$_.InterfaceDescription -Match "Cisco AnyConnect"} | Set-NetIPInterface -InterfaceMetric 400...
I've now switched to using https://gitlab.com/openconnect/openconnect-gui/-/releases though I have had to turn off IPv6 on the adaptor appart from that it works without any messing arround with metrics and connects more reliably and is in every way a...