Jump to content
Not connected, Your IP: 44.206.227.65

Recommended Posts

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 --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

 

sudo ip6tables --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

 

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?
 

Share this post


Link to post

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.

Share this post


Link to post

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 nameservers
nameserver 8.8.8.8
nameserver 8.8.4.4

# Google IPv6 nameservers
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844

 

Share this post


Link to post

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.

Share this post


Link to post

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?

Share this post


Link to post

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.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...