'RNETLINK answers: Operation not supported'. (fresh Ubuntu, fresh Wireguard)
up vote
1
down vote
favorite
I installed Ubuntu just today to run Wireguard
I then followed their installation instructions for Ubuntu.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard-dkms wireguard-tools
Unfortunately their 'Quick start' has been anything but..
$ ip link add dev wg0 type wireguard
RNETLINK answers: Operation not supported
Freaking STOCK Ubuntu and STOCK Wireguard and i'm getting problems already. This is why I was staying away from Linux in the first place.. yet here I am, posting questions on a troubleshooting forum within hours.
I checked headers, checked updates, etc. No dice.
software-installation ip troubleshooting
add a comment |
up vote
1
down vote
favorite
I installed Ubuntu just today to run Wireguard
I then followed their installation instructions for Ubuntu.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard-dkms wireguard-tools
Unfortunately their 'Quick start' has been anything but..
$ ip link add dev wg0 type wireguard
RNETLINK answers: Operation not supported
Freaking STOCK Ubuntu and STOCK Wireguard and i'm getting problems already. This is why I was staying away from Linux in the first place.. yet here I am, posting questions on a troubleshooting forum within hours.
I checked headers, checked updates, etc. No dice.
software-installation ip troubleshooting
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I installed Ubuntu just today to run Wireguard
I then followed their installation instructions for Ubuntu.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard-dkms wireguard-tools
Unfortunately their 'Quick start' has been anything but..
$ ip link add dev wg0 type wireguard
RNETLINK answers: Operation not supported
Freaking STOCK Ubuntu and STOCK Wireguard and i'm getting problems already. This is why I was staying away from Linux in the first place.. yet here I am, posting questions on a troubleshooting forum within hours.
I checked headers, checked updates, etc. No dice.
software-installation ip troubleshooting
I installed Ubuntu just today to run Wireguard
I then followed their installation instructions for Ubuntu.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard-dkms wireguard-tools
Unfortunately their 'Quick start' has been anything but..
$ ip link add dev wg0 type wireguard
RNETLINK answers: Operation not supported
Freaking STOCK Ubuntu and STOCK Wireguard and i'm getting problems already. This is why I was staying away from Linux in the first place.. yet here I am, posting questions on a troubleshooting forum within hours.
I checked headers, checked updates, etc. No dice.
software-installation ip troubleshooting
software-installation ip troubleshooting
edited Aug 29 at 10:51
abu_bua
3,06081023
3,06081023
asked Nov 5 '17 at 21:01
PostNationalist
63
63
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
Just reboot, that should have fixed your problem.
But still: Wireguard although it works fine for me is still in beta and not meant for daily use.
From the developers website at wireguard.com:
Warning: WireGuard is currently under development, and therefore any installation steps here should be considered as experimental. We are rapidly working toward mainline inclusion, at which point we will consider this codebase non-experimental.
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
add a comment |
up vote
0
down vote
I did a few things. I'm not sure whether individual or a combination of them helped.
- disable secure boot
- reboot my laptop (Ubuntu 17.10)
One thing that is worth mentioning: after those actions, I ran commands to setup WireGuard successfully with sudo. Previously, I couldn't.
add a comment |
up vote
0
down vote
Most probably the wireguard
kernel module is not loaded.
Just try a modprobe wireguard
. If this shows an error, the problem is that the module did not compile correctly for your kernel. This, most probably, is because wireguard is still not completely "stable".
If this is the case, just wait for an update of wireguard, in case of such an error this should be the case within a few days, as the wireguard devs seem to fix these kind of problems very fast.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Just reboot, that should have fixed your problem.
But still: Wireguard although it works fine for me is still in beta and not meant for daily use.
From the developers website at wireguard.com:
Warning: WireGuard is currently under development, and therefore any installation steps here should be considered as experimental. We are rapidly working toward mainline inclusion, at which point we will consider this codebase non-experimental.
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
add a comment |
up vote
1
down vote
Just reboot, that should have fixed your problem.
But still: Wireguard although it works fine for me is still in beta and not meant for daily use.
From the developers website at wireguard.com:
Warning: WireGuard is currently under development, and therefore any installation steps here should be considered as experimental. We are rapidly working toward mainline inclusion, at which point we will consider this codebase non-experimental.
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
add a comment |
up vote
1
down vote
up vote
1
down vote
Just reboot, that should have fixed your problem.
But still: Wireguard although it works fine for me is still in beta and not meant for daily use.
From the developers website at wireguard.com:
Warning: WireGuard is currently under development, and therefore any installation steps here should be considered as experimental. We are rapidly working toward mainline inclusion, at which point we will consider this codebase non-experimental.
Just reboot, that should have fixed your problem.
But still: Wireguard although it works fine for me is still in beta and not meant for daily use.
From the developers website at wireguard.com:
Warning: WireGuard is currently under development, and therefore any installation steps here should be considered as experimental. We are rapidly working toward mainline inclusion, at which point we will consider this codebase non-experimental.
answered Jan 28 at 21:20
BMicraft
1447
1447
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
add a comment |
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
Nope. Does not work on current KDE Neon which has Ubuntu 18.04 as base.
– nerdoc
Nov 21 at 10:10
add a comment |
up vote
0
down vote
I did a few things. I'm not sure whether individual or a combination of them helped.
- disable secure boot
- reboot my laptop (Ubuntu 17.10)
One thing that is worth mentioning: after those actions, I ran commands to setup WireGuard successfully with sudo. Previously, I couldn't.
add a comment |
up vote
0
down vote
I did a few things. I'm not sure whether individual or a combination of them helped.
- disable secure boot
- reboot my laptop (Ubuntu 17.10)
One thing that is worth mentioning: after those actions, I ran commands to setup WireGuard successfully with sudo. Previously, I couldn't.
add a comment |
up vote
0
down vote
up vote
0
down vote
I did a few things. I'm not sure whether individual or a combination of them helped.
- disable secure boot
- reboot my laptop (Ubuntu 17.10)
One thing that is worth mentioning: after those actions, I ran commands to setup WireGuard successfully with sudo. Previously, I couldn't.
I did a few things. I'm not sure whether individual or a combination of them helped.
- disable secure boot
- reboot my laptop (Ubuntu 17.10)
One thing that is worth mentioning: after those actions, I ran commands to setup WireGuard successfully with sudo. Previously, I couldn't.
edited Aug 29 at 10:50
abu_bua
3,06081023
3,06081023
answered Aug 29 at 7:15
user3322027
1
1
add a comment |
add a comment |
up vote
0
down vote
Most probably the wireguard
kernel module is not loaded.
Just try a modprobe wireguard
. If this shows an error, the problem is that the module did not compile correctly for your kernel. This, most probably, is because wireguard is still not completely "stable".
If this is the case, just wait for an update of wireguard, in case of such an error this should be the case within a few days, as the wireguard devs seem to fix these kind of problems very fast.
add a comment |
up vote
0
down vote
Most probably the wireguard
kernel module is not loaded.
Just try a modprobe wireguard
. If this shows an error, the problem is that the module did not compile correctly for your kernel. This, most probably, is because wireguard is still not completely "stable".
If this is the case, just wait for an update of wireguard, in case of such an error this should be the case within a few days, as the wireguard devs seem to fix these kind of problems very fast.
add a comment |
up vote
0
down vote
up vote
0
down vote
Most probably the wireguard
kernel module is not loaded.
Just try a modprobe wireguard
. If this shows an error, the problem is that the module did not compile correctly for your kernel. This, most probably, is because wireguard is still not completely "stable".
If this is the case, just wait for an update of wireguard, in case of such an error this should be the case within a few days, as the wireguard devs seem to fix these kind of problems very fast.
Most probably the wireguard
kernel module is not loaded.
Just try a modprobe wireguard
. If this shows an error, the problem is that the module did not compile correctly for your kernel. This, most probably, is because wireguard is still not completely "stable".
If this is the case, just wait for an update of wireguard, in case of such an error this should be the case within a few days, as the wireguard devs seem to fix these kind of problems very fast.
answered Nov 21 at 10:22
nerdoc
14111
14111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f973297%2frnetlink-answers-operation-not-supported-fresh-ubuntu-fresh-wireguard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown