This is an automated archive.
The original was posted on /r/wireguard by /u/daizerino on 2024-01-01 20:05:27+00:00.
Hello,
I have a problem with wireguard in wsl 2.
Adapters
in Windows:
vps: "Ethernet Instance 0" (public IP)
WSL: "vEthernet" (172.16.54.1)
in Ubuntu
wireguard: "wg0" (10.155.7.1)
Ethernet: "eth0" (172.16.54.1)
i have pihole and pivpn(wireguard installed).
i forward ports 80,53,51820 tcp and 51820 udp
with netsh so that i can access the webserver from pihole on the internet.
on my wireguard client i see packages are sent but cannot be received always 0.
i think it is because i cant forward anything from wsl(ubunu) to my vps(public Ip) because i dont have a adapter.
does anyone know what i could try to make the vpn work? or knows a guide?