Windows Subsystem for Linux (WSL): Difference between revisions

From wiki.vacula.xyz
No edit summary
No edit summary
Line 3: Line 3:
==== Cannot access the internet while using Cisco AnyConnect ====
==== Cannot access the internet while using Cisco AnyConnect ====
Solution:
Solution:
Add the following to ~\.wslconfig
Add the following to <code>~\.wslconfig</code>
  [experimental]
  [experimental]
  networkingMode=mirrored
  networkingMode=mirrored

Revision as of 17:40, 4 April 2024

Troubleshooting

Cannot access the internet while using Cisco AnyConnect

Solution: Add the following to ~\.wslconfig

[experimental]
networkingMode=mirrored
dnsTunneling=true

Then restart wsl using

wsl --shutdown