DNS Leak
Hi All,
What's up with this? When I run the check I get two different results during the same check, in the same window. So, which is it? I can rerun the check and the results will be flipped (red on top, green on bottom)...
Russ

What's up with this? When I run the check I get two different results during the same check, in the same window. So, which is it? I can rerun the check and the results will be flipped (red on top, green on bottom)...
Russ

Comments
So, what test site did you use?
Russ
The reason you're seeing 2-3 different DNS servers is because some of your DNS requests are being tunneled through the VPN, and some are not.
If you don't have DNS servers manually configured, it's possible that any time your system is assigned a new IP address via DHCP, your DNS settings will be overwritten. The best way to resolve this is by configuring PIA DNS manually to prevent your DNS requests going through your ISP, or anyone other than PIA.
Russ
Is that the one?
~
I'm also thinking about using Quad9. Will that work with PIA?
At first it seemed like it, wish I'd taken a screenshot. Here's what I have now:
Maybe if you told me what program you used to see the results in that thread...
Russ
Russ
@planetm115,
209.222.18.222and209.222.18.218are indeed our DNS servers. If you want to use third party DNS with PIA, we recommend configuring your service through OpenVPN since the PIA app will always attempt to use PIA DNS first.@RASelkirk, I just used Task Manager to see the processes PIA runs. Here's what I see with the VPN connected:
I'm not sure I want to go through setting up OpenVPN. I usually go with "If it ain't broke, don't fix it" but somebody turned me on about Quad9 and that's why I brought it up.
I've found PIA's DNS to be a bit underwhelming when used outside of the VPN however, in which case I prefer to use my ISP's default DNS instead as theirs seems to be somewhat local (therefore low latency) and they don't appear to mess with DNS so no reason to use OpenDNS or Google's DNS here.
DNS is a service that's accessed over IP and its role is to take addresses like example.com and then translate that into an IP address the computer can use.
There are three situations that can happen:
- Connecting to PIA's VPN, and using PIA's DNS servers through the VPN. This is the preferred method, and the only one that guarantees your ISP only sees encrypted PIA traffic, because it is not involved. This is what a system without the so called DNS leaks do.
- Not being connected to PIA, and using your router's DNS, which it will then forward to ts own configured DNS for you. This is done so that if the ISP's DNS changes, the router doesn't need to update all the computers with new DNS servers, it just starts forwarding to the new one on behalf of the devices on the network.
- You can have an incomplete VPN connection and have what we call a DNS leak. In this case, you are connected to the VPN and your IP traffic is going through the VPN, but your computer somehow still uses your router's DNS. This is a situation that shouldn't happen, but it tends to happen a lot still because lots of things fight with eachother to configure the network.
Situations 2 and 3 both sends your DNS traffic to your router, and this is where things gets a little interesting. This is where we then have three more options:- Your router can be using your ISP's DNS, which is the default and what most people use.
- You can use a third-party's DNS like Google's DNS or OpenDNS.
- You can use PIA's DNS, which technically counts as a third-party DNS but has special properties when you have situation 3 above.
With all three options, your ISP can see the entirety of your DNS requests and get a general idea what you are doing on the Internet despite not seeing the actual traffic you send to those sites. Now, if you are connected to the VPN and leaking DNS, this is what these options will also do for you:So ideally, when using the VPN you don't want any DNS leaking outside of the VPN. However, if you do leak, then what DNS your router uses will affect the final outcome of it in different ways, and this may range from okay to really bad depending on who you want to hide your Internet activity from.
I hope this is clearer!