Windows Subsystem for Linux (WSL): Difference between revisions

From wiki.vacula.xyz
(Created page with "=== Troubleshooting === ==== Cannot access the internet while using Cisco AnyConnect ==== Solution: [experimental]")
 
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
  [experimental]
  [experimental]
networkingMode=mirrored
dnsTunneling=true
Then restart wsl using
wsl --shutdown

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