wsl-vpnkitis intended to help when more than a DNS server change is needed. Setup as a distro Install Download the prebuilt filewsl-vpnkit.tar.gzfrom thelatest releaseand import the distro into WSL 2. #PowerShellwsl--import wsl-vpnkit--version2$env:USERPROFILE\wsl-vpnkit wsl-vpnkit.ta...
wsl-vpnkit .gitignore README.md npiperelay.exe vpnkit DEPRECATED- no longer actively maintained WSL-VPNKIT instance creation procedure of the originalsakai135/wsl-vpnkitrepo is now simpler and more robust... You can : manual install it by (needs network acces from windows): ...
$ wsl.exe -d wsl-vpnkit --cd /app tail -f /var/log/wsl-vpnkit.log check: ✔️ nslookup successforexample.com A using 172.18.96.1 check: ✔️ nslookup successforexample.com A using 1.1.1.1 check: ✔️ ping success to IPv4 external host (example.com) check: ✔️ nsl...
When setting up systemd, if you enable it prior to creating the service file, you will get an error: wsl.exe -d wsl-vpnkit --cd /app cat /app/wsl-vpnkit.service | sudo tee /etc/systemd/system/wsl-vpnkit.service -bash: /mnt/c/WINDOWS/syst...
add wsl.exe --cd arg (#157) sakai135committedNov 16, 2022 Verified 992dded Commits on Sep 26, 2022 Improve service init script and logs (#147) josesa-xxand Jose SacommittedSep 27, 2022 Verified dc94c08 Commits on Sep 24, 2022 set workflow_dispatch (#153) sakai135committedSep 24...
start|"")kill -2 $(cat /var/run/wsl-vpnkit.pid >/dev/null 2>&1) > /dev/null 2>&1 || true /sbin/wsl-vpnkit &VPNKIT_PATH="$VPNKIT_PATH" /sbin/wsl-vpnkit >>/var/log/wsl-vpnkit 2>&1 & WSL_VPNKIT_PID=$!echo "${WSL_VPNKIT_PID}" > /var/run/wsl-vpnkit.pid ;;0...
add --cd arg when calling wsl.exe to address <3>WSL (8) ERROR: CreateProcessParseCommon:735: Failed to translate \\wsl.localhost\Ubuntu\root #150 add wsl.exe --cd arg 4d976d3 Contributor josesa-xx commented Nov 9, 2022 when can you make a release with latest code (including thi...