This is a repository to script in the wrokaround for WSL2 connectivity over VPN based on Keiichi Shimamura work.
The solution utilises Docker's VPNKit and Jeff Trotman's npiperelay to tunnel the connectivity
Once you have pulled the repoistory into your WSL2 environment you have two options
This is the preferred option since it gurantees fresh copies of all the dependencies to run the tunnel.
- Install Docker Desktop on your windows machine.
- run
sudo ./wsl-vpnkit-setup.sh
from within this folder
If you prefer not to install Docker on your windows machine, you can run sudo ./wsl-vpnkit-setup.sh --no-docker
which would download the required files.
In case you want to remove and/or re-install the wsl-vpn files, you can run:
sudo ./wsl-vpnkit-unsetup.sh