DNS_PROBE_FINISHED_NXDOMAIN via Vpn

Please follow the below template, it will help us to help you!

Expected Behaviour:

That my site loads over Vpn

Actual Behaviour:

I have set up PiHole in Docker and everthing is running.
I installed ShrewSoft vpn and followed the avm guide to connect it and it works finde and i can accses all my services at home.
in windows 10 i set in ipv4 connections from my network adapter the pihole dns adress.
I load the pihole site and opend the "Tail pihole.log" and i see the names of sites i´m trying to browse and see that the pihole resolves the sites fine too.
but in my browser (chrome) shows the error: "DNS_PROBE_FINISHED_NXDOMAIN"
i googled for that but don´t found any answer that helped

Debug Token:

[Replace this text with the debug token provided from running pihole -d (or running the debug script through the web interface]

This is sort of self explanatory.

When chrome attempts to resolve a domain it receives NXDOMAIN. This can be due to a couple of reasons;

  1. the DNS server is returning the NXDOMAIN
  2. the DNS sever chrome is trying to access, is not working.

Do you see the domains being queries in the same browser on win10 ?

Run a cmd window and share the output of ipconfig /all from the win10 machine (you can mask your public facing IPs).

What's the output of nslookup flurry.com from the same machine when you are connected to VPN and when you are not?

Is it happening only in Chrome or all/any browsers?

ok found the problem. i had two ethernet adapter:

1: the one from my board
2: The virtual from my Vpn client. (but it was not shown as a adapter in propeties just in aipconfig /all

so i set the dns server in 1 and 2 to my pihole and now it works.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.