Closed MountainX closed 4 years ago
Here is /etc/resolv.conf
while connected.
# Appended by NordPy
nameserver 103.86.96.100
nameserver 103.86.99.100
# Generated by NetworkManager
search localdomain
I see you asked for this info in another issue, so preemptively providing it:
$ nordpy --status
captured grep
Disabled
$ sudo cat /etc/resolv.conf
\# Generated by NetworkManager
search localdomain
nameserver 192.168.1.1
$ sudo iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
$ ping github.com
PING github.com (140.82.112.3) 56(84) bytes of data.
64 bytes from lb-140-82-112-3-iad.github.com (140.82.112.3): icmp_seq=1 ttl=54 time=55.5 ms
64 bytes from lb-140-82-112-3-iad.github.com (140.82.112.3): icmp_seq=2 ttl=54 time=58.4 ms
--- github.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 55.493/56.932/58.371/1.439 ms
$ nordpy --status
captured grep 14649 pts/2 S 0:00 sudo openvpn --config /usr/share/NordPy/ovpn_tcp/us3155.nordvpn.com.tcp.ovpn --auth-user-pass /usr/share/NordPy/credentials --script-security 2 --up /usr/share/NordPy/scripts/nordpy_up.sh --down /usr/share/NordPy/scripts/nordpy_down.sh
14650 pts/2 S 0:00 openvpn --config /usr/share/NordPy/ovpn_tcp/us3155.nordvpn.com.tcp.ovpn --auth-user-pass /usr/share/NordPy/credentials --script-security 2 --up /usr/share/NordPy/scripts/nordpy_up.sh --down /usr/share/NordPy/scripts/nordpy_down.sh
Enabled
$ sudo cat /etc/resolv.conf
\# Appended by NordPy
nameserver 103.86.96.100
nameserver 103.86.99.100
\# Generated by NetworkManager
search localdomain
$ sudo iptables --list
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- 192.168.1.0/24 anywhere
ACCEPT tcp -- undefined.hostname.localhost anywhere tcp spt:https
ACCEPT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere 192.168.1.0/24
ACCEPT tcp -- anywhere undefined.hostname.localhost tcp dpt:https
ACCEPT all -- anywhere anywhere
Firefox error: **"Hmm. W'ere having trouble finding that site."**
$ ping github.com
ping: github.com: **Temporary failure in name resolution**
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=59.3 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=57.7 ms
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 57.660/58.460/59.261/0.800 ms
$ drill google.com
Warning: Could not create a resolver structure: Could not open the files ((null))
Can you try to run drill -V 5 github.com
?
Describe the bug
failure in name resolution as regular user
However, as root user, it works:
To Reproduce Steps to reproduce the behavior:
yay -S nordpy
(like any other AUR package)Expected behavior Expect normal Internet access as normal user.
Desktop (please complete the following information):
Additional context
[Click "Disconnect" button in NordPy GUI]
More info:
trying same steps when started from command line results in same error.