Oberst 0 Posted ... Since yesterday I cant connect to any address without using Eddie. I deactivated network lock but I'm still not able to connect. IPtables state:sudo iptables --listChain 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 sudo ip6tables --listChain 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 Content of /etc/resolv.conf:# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN# 127.0.0.53 is the systemd-resolved stub resolver.# run "systemd-resolve --status" to see details about the actual nameservers.nameserver 127.0.0.53 Also ping to any address isnt working:ping: google.com: Name or service not known The connection through Eddie in any server of airVPN works without any troubles. Any ideas what is wrong? Quote Share this post Link to post
greerd 5 Posted ... Can you ping an ip address? For example ping 5.196.64.52 (from nslookup airvpn.org).If so it sounds like your nameserver, you could try setting it to 8.8.8.8 for a test. Quote Share this post Link to post
Oberst 0 Posted ... Yeah it's an DNS Problem.If I add Google DNS Servers in /etc/resolv.conf, all works fine.But a new one appears. If I reboot Ubuntu, the resolv.conf file resets the original one again. (# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN)Also I have no Idea why the DNS from my Provider doesn't work.Any Idea? # Google IPv4 nameserversnameserver 8.8.8.8nameserver 8.8.4.4# Google IPv6 nameserversnameserver 2001:4860:4860::8888nameserver 2001:4860:4860::8844 Quote Share this post Link to post
greerd 5 Posted ... I think it depends on what you're running, if it's Ubuntu 16.10 or 17.04, take a look here. https://superuser.com/questions/1153203/ubuntu-17-04-systemd-resolved-dns-lookups-randomly-fail Quote Share this post Link to post
jeffintexas 0 Posted ... A possible workaround is to lookup DNS servers addresses for your internet service provider. Then, go to Network Connections and add a new network connection. For the new network connection, under the IPv4 Settings, put a reliable DNS servers address for the internet service provider into the field for "DNS servers:" and save the new network connection. Hopefully, when you switch to the new network connection, you will have non Eddie access to the internet. The legacy network connection can be utilized to connect via Eddie. Quote Share this post Link to post
magnumpi 4 Posted ... A possible workaround is to lookup DNS servers addresses for your internet service provider. Then, go to Network Connections and add a new network connection. For the new network connection, under the IPv4 Settings, put a reliable DNS servers address for the internet service provider into the field for "DNS servers:" and save the new network connection. Hopefully, when you switch to the new network connection, you will have non Eddie access to the internet. The legacy network connection can be utilized to connect via Eddie. Dumb question (actually on Linux Mint) with same issue - how do you do this with a wifi connection? When I add the new connection do I need to set it up like a new wifi? The VPN is using that wifi? Quote Share this post Link to post
mvulpes 0 Posted ... Since yesterday I cant connect to any address without using Eddie. I deactivated network lock but I'm still not able to connect. The connection through Eddie in any server of airVPN works without any troubles. Any ideas what is wrong? I had the same problem (under Ubuntu 17.10) and I managed to fix it using the first answer from this page, that is: sudo rm -f /etc/resolv.conf sudo dpkg-reconfigure resolvconf Now everything works fine again. Quote Share this post Link to post