Help Center
WireGuard - “RTNETLINK answers: Operation not supported”
If you are trying to establish a WireGuard connection with a wg-quick command and receive the following error..:
$ ip link add dev wg0 type wireguard
RNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
..most likely the wireguard kernel module is not loaded in your system. To fix this, open the terminal and run the following command:
$ sudo modprobe wireguard
In case the issue is still there, reboot your machine.
A chance exists that the Secure Boot feature is blocking the unsigned WireGuard kernel module. In this case, you might consider either disabling the Secure Boot feature or signing the WireGuard module to raise the trust level.
Related Articles
- Autostart OpenVPN in systemd (Fedora)
- Linux - OBFS3 and OBFS4 Obfuscation with Obfsproxy to Circumvent Censorship
- Linux - How do I prevent VPN leaks using nftables and OpenVPN?
- Building the IVPN CLI Client for Linux on a Raspberry Pi
- How do I prevent VPN leaks using iptables?
Still have questions?
Get in touch and we'll get back to you in a few hours.
Contact supportInterested in privacy?
Read our latest privacy news and keep up-to-date on IVPN services.
Visit IVPN Blog