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
- Linux - Fedora Silverblue
- IVPN on Qubes OS
- Linux - How do I prevent VPN leaks using nftables and OpenVPN?
- AVC denial with selinux
- Managing the IVPN Linux CLI client at System Boot
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