Pi-hole with pfSense
-
@iptvcld last time i used it, yes...needs to be installed extra.
You could also set pihole in pfsense dhcp as dns, make some rule all clients are only allowed to use that IP (pihole) for dns.
In pihole forward to pfsense.
Have unbound run on pfsense to resolve.
Use pfblocker to add geoIP blocking.
I had that running and it worked well in my little home network.
Now i only use pfblocker and unbound, all running on pfsense. Save some energy, less complicated, same effect... :) -
@the-other Thank you, just want to confirm - on pfSense did you have any DNS servers under System\General? If Pi-hole is upstreaming back to pfSense and pfSense is the resolver, where does pfSense get the response from?
-
@iptvcld Yes, unbound is an extra step. It is popular, but it is not required.
-
@iptvcld hey there,
No, i do not have anything under general > dns servers...
Unbound does what it...well does. Asking those top level domain servers and caching those commen ones.
No need to enter a specific dns. -
Now.. what if I dump Pi-hole and go with installing AdGuard Home directly on pfSense and then just use the resolver within pfSense?
-
@iptvcld Why not go with pfBlocker?
-
@AndyRH I had pfBlock going on for a while now but I find it hard to navigate and also want something new to tinker with
-
@iptvcld said in Pi-hole with pfSense:
Would someone be able to let me know if my setup is correct?
That is not how I use pihole, nor would I ever do it that way ;) not a fan of forwarding to external dns..
But forwarding is for sure a viable option.. I am just not a fan..
How I use pihole is pihole is set to forward to unbound on pfsense. My clients point to pihole.. pfsense has zero need to ask pihole for anything.. Really the only thing pfsense ever needs to lookup is for updates and packages, or if you click an IP in your firewall log for example. So it just uses itself (unbound in resolver mode)
Pfsense is what holds all the dns records for all my local devices, etc. So if some client says hey pihole whats the IP of nas.home.arpa it forwards that to pfsense and gets the answer.
If a client says hey pihole, whats the IP of somethingblocked.com - it just gets back the blocked IP, and done. Now if client asks pihole for something not blocked, it forwards to unbound, unbound resolves it, dnssec is enabled because I am resolving.. And hands what it resolves back to pihole to hand back to the client.
-
@johnpoz Thank you, and what resolves the website? as if what public resolver is used if pihole is using pfsense as its reslover and in pfsense, there is not public DNS IP anywhere.
-
@iptvcld said in Pi-hole with pfSense:
here is not public DNS IP anywhere.
huh.. Out of the box unbound resolves, any public domain via walking down from roots.. That is how a resolver works.
-
@johnpoz said in Pi-hole with pfSense:
any public domain via walking down from roots.. That is how a resolver works.
ahh ok.. so it has its built in roots. got it