hide.client.linux icon indicating copy to clipboard operation
hide.client.linux copied to clipboard

Failure to connect: DNS lookup error

Open lyndhurst opened this issue 3 years ago • 1 comments

Hi, I am testing this cli application from the AUR repo for the first time. I manage to get an access token, and firewall is off. When I try connect, it seems to be working, but, right after the program adds the rules, I get this error:

Resolve: [ERR] -u.hideservers.net lookup failed, lookup -u.hideservers.net: no such host

Any idea what's wrong?

lyndhurst avatar Nov 07 '22 13:11 lyndhurst

Looks like the -u option is set after connect

But i have a similar problem here on

  • Rocky Linux 9.3 (Blue Onyx) / Linux 5.14.0-362.8.1.el9_3.x86_64

$ sudo ./hide.me connect de.hideservers.net Link: Generated a new wireguard private key Link: Wireguard interface vpn activated Link: Wireguard device vpn configured Link: DHCP bypass throw route 255.255.255.255/32 mtu 0 table 55555 added Link: Loopback route 0.0.0.0/0 dev lo mtu 0 table 55555 added Link: Loopback route ::/0 dev lo mtu 0 table 55555 added Link: IPv4 RPDB rule added Link: IPv6 RPDB rule added Init: Done Conn: Connecting in 0s Name: [ERR] de.hideservers.net lookup failed: lookup de.hideservers.net: i/o timeout

This is what i get with journalctl -f:

Dez 02 20:29:38 rocky systemd[1]: Starting Fingerprint Authentication Daemon... Dez 02 20:29:38 rocky systemd[1]: Started Fingerprint Authentication Daemon. Dez 02 20:29:43 rocky sudo[4578]: tux : TTY=pts/1 ; PWD=/opt/hide.me ; USER=root ; COMMAND=/bin/journalctl -f Dez 02 20:29:43 rocky sudo[4578]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) Dez 02 20:30:06 rocky sudo[4593]: tux : TTY=pts/0 ; PWD=/opt/hide.me ; USER=root ; COMMAND=./hide.me connect de.hideservers.net Dez 02 20:30:06 rocky sudo[4593]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) Dez 02 20:30:06 rocky NetworkManager[1049]: [1701545406.7173] manager: (vpn): new WireGuard device (/org/freedesktop/NetworkManager/Devices/6) Dez 02 20:30:08 rocky systemd[1]: fprintd.service: Deactivated successfully.

Same configuration on kubuntu 22.04 works like a charm

Do i need a specific group thus the resolv.conf can be replaced correctly?

zwejst3in avatar Dec 02 '23 19:12 zwejst3in