UnnoTed / wireguird

wireguard gtk gui for linux
MIT License
767 stars 54 forks source link

resolvconf breaks wg setup on ubuntu 22 #56

Open mindtheegab opened 2 months ago

mindtheegab commented 2 months ago

i can connect just fine before installing wireguird but the moment i do it also installs resolvconf and i encounter the

failed to resolve interface "tun" : no such device

Ivan-Dobro commented 2 months ago

same here ( resolvconf -a tun.wg-vpn -m 0 -x Failed to resolve interface "tun.wg-vpn": No such device

aitseitz commented 6 days ago

@Ivan-Dobro @mindtheegab

I've upgraded to linux mint wilma

lsb_release -a
No LSB modules are available.
Distributor ID: Linuxmint
Description:    Linux Mint 22
Release:    22
Codename:   wilma

and then got the same error message: Failed to resolve interface "tun.myVPN": No such device

image

The solution described on https://bugs.launchpad.net/ubuntu/+source/wireguard/+bug/1992491 to remove DNS Entries from my remote vpn fritzbox and replace them with PostUp command

# DNS=192.168.175.1
PostUp = resolvectl dns %i 192.168.175.1

did not work for me.

Solution was to purge the resolveconf from my system:

sudo apt purge resolvconf
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Die folgenden Pakete werden ENTFERNT:
  resolvconf*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 2 nicht aktualisiert.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
(Lese Datenbank ... 601931 Dateien und Verzeichnisse sind derzeit installiert.)
Löschen der Konfigurationsdateien von resolvconf (1.84ubuntu1) ...

found on https://www.reddit.com/r/WireGuard/comments/yg13kl/problem_with_wireguardtun_module_after_updating/?rdt=54525