Declan Posted February 28, 2021 Posted February 28, 2021 Following the install instructions from: https://www.wireguard.com/install/#debian-module-tools Wireguard server is working correctly as I have other devices working. I recieve the following output: root@helios4:/etc/wireguard# wg-quick up PiVPNHelios4 [#] ip link add PiVPNHelios4 type wireguard [#] wg setconf PiVPNHelios4 /dev/fd/63 [#] ip -4 address add 10.6.0.5/24 dev PiVPNHelios4 [#] ip link set mtu 1420 up dev PiVPNHelios4 [#] resolvconf -a tun.PiVPNHelios4 -m 0 -x Unknown interface 'tun': No such device [#] ip link delete dev PiVPNHelios4 Have I setup something wrong with wireguard? or is it not fully supported? Solution: remove the DNS value from the configuration 0 Quote
Werner Posted February 28, 2021 Posted February 28, 2021 lsmod | grep 'tun\|wireguard' Both modules loaded? 0 Quote
Declan Posted February 28, 2021 Author Posted February 28, 2021 root@helios4:~# lsmod | grep 'tun\|wireguard' tun 40960 0 wireguard 61440 0 curve25519_neon 28672 1 wireguard libcurve25519_generic 20480 2 curve25519_neon,wireguard libchacha20poly1305 16384 1 wireguard ip6_udp_tunnel 16384 1 wireguard udp_tunnel 20480 1 wireguard libblake2s 16384 1 wireguard 0 Quote
TRS-80 Posted March 5, 2021 Posted March 5, 2021 If you are on kernel >= 5.6, kernel modules (i.e., wireguard-dkms package) are no longer required (as they are built in to the kernel since then). 0 Quote
Declan Posted March 15, 2021 Author Posted March 15, 2021 I found this thread, https://www.reddit.com/r/WireGuard/comments/m16v3k/unable_to_start_wg_interface_with_wgquick_up/ After removing the DNS field from my config it works. Hope it helps if anyone else finds the same issue 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.