Closed dvh312 closed 9 months ago
I'm having the exact same issue. Everything was working fine until the last week or so. Windows 10 WSL2.
2023-11-29 14:12:14 [2023-11-29T21:12:14+00:00] Connecting... 2023-11-29 14:12:15 [2023-11-29T21:12:15+00:00] Connected! (ᵔᵕᵔ)/ 2023-11-29 14:12:14 [#] 2023-11-29 14:12:14 [#] ip link add wg0 type wireguard 2023-11-29 14:12:14 [#] wg setconf wg0 /dev/fd/63 2023-11-29 14:12:14 [#] ip -4 address add 10.5.0.2/32 dev wg0 2023-11-29 14:12:14 [#] ip link set mtu 1420 up dev wg0 2023-11-29 14:12:14 [#] resolvconf -a wg0 -m 0 -x 2023-11-29 14:12:14 [#] wg set wg0 fwmark 51820 2023-11-29 14:12:14 [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 2023-11-29 14:12:14 [#] ip -4 rule add not fwmark 51820 table 51820 2023-11-29 14:12:14 [#] ip -4 rule add table main suppress_prefixlength 0 2023-11-29 14:12:14 [#] iptables-restore -n 2023-11-29 14:12:14 Warning: Extension CONNMARK revision 0 not supported, missing kernel module? 2023-11-29 14:12:14 iptables-restore: line 7 failed 2023-11-29 14:12:14 [#] resolvconf -d wg0 -f 2023-11-29 14:12:14 [#] ip -4 rule delete table 51820 2023-11-29 14:12:14 [#] ip -4 rule delete table main suppress_prefixlength 0 2023-11-29 14:12:14 [#] ip link delete dev wg0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
:warning: Make sure to follow the template, troubleshoot on your own first, review Open/Closed Issues, Discussions, Wiki and consider creating a discussion thread instead. :warning:
Describe the bug
Failed to create ip link wg0
To Reproduce using docker-compose
Install Docker WSL2 on Windows 11.
docker-compose.yml if used (hide credentials)
Expected behavior
Running
curl checkip.amazonaws.com
inside the container should return the VPN IP but freeze instead.Logs
Focus on errors or warnings messages, if not available post entire logs
Additional context
Distribution used, versions, architecture and any other context about the problem here.