💾 Archived View for tilde.team › ~supernova › blog › trying-wireguard-on-manjaro-phosh.gmi captured on 2020-11-07 at 01:44:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

Trying wireguard on Manjaro Phosh

I use wireguard as my VPN, so I would like to get it working on Manjaro Phosh for the PinePhone.

I ran: [$ sudo pacman -S wireguard-tools]

Then: [$ wg-quick up wg0-pinemanjaro]

Result:

[#] resolvconf -a wg0-pinemanjaro -m 0 -x

/usr/bin/wg-quick: line 32: resolvconf: command not found

Fine, then: [$ sudo pacman -S resolvconf]

Two options: 1) openresolv 2) systemd-resolvconf

Choose 2

Run: [$ sudo wg-quick up wg0-pinemanjaro]

[#] resolvconf -a wg0-pinemanjaro -m 0 -x

Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.

OK: [$ sudo systemctl start systemd-resolved]

Try agian: [$ sudo wg-quick up wg0-pinemanjaro]

Result:

[#] ip -6 rule add not fwmark 51820 table 51820

RTNETLINK answers: Operation not supported

Many things tried so far, nothing is resolving that issue. Is this a kernel feature not included?

tags: wireguard, manjaro, pinephone

timestamp: 2020-08-23 16:50:51