Open jpierson-at-riis opened 1 year ago
Hi, please note that
wsl.exe -d wsl-vpnkit
Specifically refers to the wsl-vpnkit as distro. So if you did not import this first it will fail.
So this step is if you placed this as distro in which case you need to extract wsl-vpnkit.service from the image.
In this use case you skip the next two instructions (They are for standalone)
#Skip these
sudo cp ./wsl-vpnkit.service /etc/systemd/system/
sudo nano /etc/systemd/system/wsl-vpnkit.service
Continue to enable the service\start and check the status of the service Anyway, I hope I am not missleading, this is how this use case wroked for me.
Thank you @Diagano, after playing around with things and making a lot of guesses I was able to get this working. I'm still testing out the reliability and consistency of the solution though but I'll try to make a PR for the README.md with some suggestions to better help guide those who may be new to this project and unfamiliar with the intricacies of the different options.
Reproduction steps:
Expected results: The
wsl-vpnkit.service
should be created according to documentation in the README.md.Actual results: The following error occurs.