From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: gbojsza@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6d10b0f3 for ; Fri, 15 Jun 2018 20:23:21 +0000 (UTC) Received: from mail-pg0-x22f.google.com (mail-pg0-x22f.google.com [IPv6:2607:f8b0:400e:c05::22f]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a47c30eb for ; Fri, 15 Jun 2018 20:23:21 +0000 (UTC) Received: by mail-pg0-x22f.google.com with SMTP id r21-v6so4897994pgv.4 for ; Fri, 15 Jun 2018 13:27:31 -0700 (PDT) MIME-Version: 1.0 From: Glen Bojsza Date: Fri, 15 Jun 2018 16:27:09 -0400 Message-ID: Subject: Ubuntu Error when trying to launch wireguard To: wireguard Content-Type: multipart/alternative; boundary="0000000000008b9b38056eb40bfa" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --0000000000008b9b38056eb40bfa Content-Type: text/plain; charset="UTF-8" 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 --0000000000008b9b38056eb40bfa Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am trying to run wireguard server on Bionic ARM processo= r.

After following the installation instructions and cre= ating my server config file I get the following error when I run=C2=A0

root@odroidxu4:~# wg-quick up wg0

Warning: `/etc/wireguard/wg0.conf' is= world accessible

[#] ip link= add wg0 type wireguard

RTNET= LINK answers: Operation not supported

Unable to access interface: Protocol not supported<= /p>

[#] 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-rep= ository ppa:wireguard/wireguard
sudo apt-get update
sud= o apt-get install wireguard
wg genkey | tee privatekey | wg pubke= y > 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



--0000000000008b9b38056eb40bfa--