* Ubuntu Error when trying to launch wireguard
@ 2018-06-15 20:27 Glen Bojsza
2018-06-16 8:04 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Glen Bojsza @ 2018-06-15 20:27 UTC (permalink / raw)
To: wireguard
[-- Attachment #1: Type: text/plain, Size: 885 bytes --]
I am trying to run wireguard server on Bionic ARM processor.
After following the installation instructions and creating my server config
file I get the following error when I run
root@odroidxu4:~# wg-quick up wg0
Warning: `/etc/wireguard/wg0.conf' is world accessible
[#] ip link add wg0 type wireguard
RTNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
[#] ip link delete dev wg0
Cannot find device "wg0"
I have followed these steps.
sudo apt update && sudo apt upgrade
sudo apt install software-properties-common
sudo add-apt-repository ppa:wireguard/wireguard
sudo apt-get update
sudo apt-get install wireguard
wg genkey | tee privatekey | wg pubkey > publickey
Create w0.conf file
Any help would be appreciated...I catch a plane tomorrow and was hoping to
have this up and running to use while i am traveling.
thanks,
Glen
[-- Attachment #2: Type: text/html, Size: 3711 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Ubuntu Error when trying to launch wireguard
2018-06-15 20:27 Ubuntu Error when trying to launch wireguard Glen Bojsza
@ 2018-06-16 8:04 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-06-16 8:04 UTC (permalink / raw)
To: Glen Bojsza; +Cc: wireguard
On Fri, Jun 15, 2018 at 04:27:09PM -0400, Glen Bojsza wrote:
> I am trying to run wireguard server on Bionic ARM processor.
>
> After following the installation instructions and creating my server config
> file I get the following error when I run
>
> root@odroidxu4:~# wg-quick up wg0
>
> Warning: `/etc/wireguard/wg0.conf' is world accessible
You can fix the permissions on the file to not show this.
>
> [#] ip link add wg0 type wireguard
>
> RTNETLINK answers: Operation not supported
You need to have the wireguard kernel module installed, are you sure you
did that?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-16 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 20:27 Ubuntu Error when trying to launch wireguard Glen Bojsza
2018-06-16 8:04 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).