Difference between revisions of "Wsl2"
Jump to navigation
Jump to search
(Created page with "https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn") |
|||
| Line 1: | Line 1: | ||
| + | |||
https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn | https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn | ||
| + | |||
| + | |||
| + | sudo vim /etc/wsl.conf | ||
| + | ``` | ||
| + | |||
| + | [boot] | ||
| + | systemd=true | ||
| + | |||
| + | [automount] | ||
| + | options = "metadata" | ||
| + | |||
| + | [network] | ||
| + | generateResolvConf = false | ||
| + | ``` | ||
Revision as of 16:47, 25 April 2024
https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn
sudo vim /etc/wsl.conf
<br />[boot] systemd=true [automount] options = "metadata" [network] generateResolvConf = false