Open mindtheegab opened 2 months ago
same here ( resolvconf -a tun.wg-vpn -m 0 -x Failed to resolve interface "tun.wg-vpn": No such device
@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
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) ...
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