I.P Ver: 6 Leaks and DNS Leaks in Linux MInt 18.3 64BIt ..

Spud1200

Fully Optimized
Messages
2,556
Location
England, UK
If you are having trouble with DNS Leaks in Linux Mint 18. x the read below.

In the Terminal type the following.

sudo nano /etc/NetworkManager/NetworkManager.conf

Edit the file too look like this.

Place a "#" next too dns.

#dns=dnsmasq

Save the changes and over write the file.



With regards too IP.Ver:6 Leaks.

Personally I found the best way too stop all leaks is the disable this upon start up with in the GRUB Loader.


In your terminal type the following:

sudo nano /etc/default/grub/

Within the file that you will open look for the following:

GRUB_CMDLINE_LINUX="ipv6.disable=1"

In the above example highlighted in bold and underlined, type in what's between those "" quotation marks.

ipv6.disable=1

Hope that helps.
 
Back
Top Bottom