Jump to content
Not connected, Your IP: 18.118.171.20
Sign in to follow this  
joantherevelator

Still getting DNS leaks with Network Lock and renaming mode (Linux)

Recommended Posts

Hi,

 

I'm using the GUI on my ubuntu linux machine. I've got the Network Lock on, and I've tried both "renaming" and "resolveconf" DNS modes, and I'm still getting DNS leaks.

 

When I run a test at https://www.dnsleaktest.com I get at least one of my ISP's servers showing up, under the AirVPN one.

 

Do I got no alternative but to sort it out in my firewall settings?

 

ta

Share this post


Link to post

If you use AirVPN from terminal or Networkmanager, you could add this to your .ovpn files:

First, verify if resolvconf is installed

 

Add:

 

script-security 2\nup /etc/openvpn/update-resolv-conf\ndown /etc/openvpn/update-resolv-conf
 

or do

 

 

for filename in *.ovpn; do  echo -e "script-security 2\nup /etc/openvpn/update-resolv-conf\ndown /etc/openvpn/update-resolv-conf" >> $filename; done
 

in the folder you have .ovpn files

 

Share this post


Link to post

Hello!

 

There are no DNS leaks on Linux. Even if your system queries your ISP DNS, the queries are tunneled and ISP nameservers see them coming from our VPN servers... assuming that the VPN connection is really working, though.

 

Complete client logs and content of /etc/resolv.conf while the system is in the VPN could provide clues.

 

Kind regards

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
Sign in to follow this  

×
×
  • Create New...