What's new

Using pfSense with a L3 core switch

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Why not use QUAD9 and let it do domain management? It should stay current on the bad domains out there.
QUAD9 works great for me.
I am going to give it a go. Quad9 is apparently Swiss so how bad can it be. I just updated my DNS settings in pfSense using THIS guide on the Quad9 website. Not sure if i can really test if there is any difference though. Let's see how that goes.
 
Last edited:
I am going to give it a go. Quad9 is apparently Swiss so how bad can it be. I just updated my DNS settings in pfSense using THIS guide on the Quad9 website. Not sure if i can really test if there is any difference though. Let's see how that goes.

I got rid of the Quad9 DNS in pfSense yesterday. I noticed it was blocking off a couple of websites that i occasionally use and i can't have that.
 
Yeah, blocking pornhub and xhamster can be a challenge, eh?

LOL

And apologies - you kind of set that one up...

Both of those sites have actually been aggressively hit due to legislative actions in many areas...
 
I got rid of the Quad9 DNS in pfSense yesterday. I noticed it was blocking off a couple of websites that i occasionally use and i can't have that.
You can set Domain Overrides on Unbound, so you will use other dns servers for these domains that get blocked.
I'm saying this because you may face blocks using other dns services too.
 
Yeah, blocking pornhub and xhamster can be a challenge, eh?

LOL

I would lie if i would say that i don't know pronhub but i have never ever heard of xhamster. In any case, it wasn't any of those but rather some subtitle websites that i use to add srt's to my media content.
 
You can set Domain Overrides on Unbound, so you will use other dns servers for these domains that get blocked.
I'm saying this because you may face blocks using other dns services too.

I will look at that. I have had Cloudflare configured for quite some time as my DNS and never experienced any blocks. After i made the switchover to Quad9, some subtitle sites weren't accessible anymore. Changing back to Cloudfare fixed it instantly.
 
I will look at that. I have had Cloudflare configured for quite some time as my DNS and never experienced any blocks. After i made the switchover to Quad9, some subtitle sites weren't accessible anymore. Changing back to Cloudfare fixed it instantly.

I've had good luck with Cloudflare DNS - I would trust them over the other public DNS services...
 
We are out of topic, but since we are talking about dns, I would post my thoughts:

Cisco Umbrella/Opendns:
+Spend the most money on dns infrastructure than anyone else
+Don't add any experimental features
-Have no malware blocking on the free tier.

Google DNS:
+Many locations and good infrastructure
-Experimental features (have their own dns software)
-No protection (malware or else)

Cloudflare:
+Many locations and good infrastructure
+Malware and porn protection (Cloudflare family)
-Experimental features (have their own dns software)

Quad9:
+Have the best malware protection for a free service
+Don't add any experimental features
-Poor company without many resources for datacenter and engineers, compared to competition.

Adguard public dns:
+Best ad-blocking service and decent anti-malware protection
-Experimental features (have their own dns software)
-Poor company without many resources for datacenter and engineers, compared to competition.
 
Cisco Umbrella/Opendns:
+Spend the most money on dns infrastructure than anyone else
+Don't add any experimental features
-Have no malware blocking on the free tier.

They do it in non-intrusive and non-disruptive way:

1717530526779.png


Plus Web Content filtering with Custom Categories many others don't have:

1717530622827.png


Limitation - IPv4 only, no Custom Categories with IPv6 (at least last time I checked).
 
Quad9:
+Have the best malware protection for a free service
+Don't add any experimental features
-Poor company without many resources for datacenter and engineers, compared to competition.

One of the best is CleanBrowsing. You may want to try it and see how it works for you.

Main site:

Free filters:
 
Google DNS:
+Many locations and good infrastructure
-Experimental features (have their own dns software)
-No protection (malware or else)

Cloudflare:
+Many locations and good infrastructure
+Malware and porn protection (Cloudflare family)
-Experimental features (have their own dns software)

Google and Cloudflare's DNS offerings are based mostly on the CDN and Cloud offerings - they needed to do it anyways, so why not make it publically available.

Curious as to when Amazon AWS starts to offer up Public DNS, as the internal Route53 service is quite good...
 
If I did not use QUAD9, I would Cisco's umbrella OpenDNS.

QUAD9 does support DNS over HTTPS (DoH) which some folks might like


OpenDNS also supports DoH - info below

 
Since we've been talking about changing DNS server, one thing to consider is clearing out the DNS caches on the client devices...

Mac

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

iOS - both iPad and iPhone

Airplane mode for 30 seconds - or just power cycle it

Win 10/11 - cmd as admin

ipconfig /flushdns

Android
  • Using Chrome: :
    1. Open Chrome
    2. Type chrome://net-internals/#dns in the URL bar
    3. Select DNS from the left pane
    4. Click Clear host cache in the right pane
 
Since we've been talking about changing DNS server, one thing to consider is clearing out the DNS caches on the client devices...

Mac

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

iOS - both iPad and iPhone

Airplane mode for 30 seconds - or just power cycle it

Win 10/11 - cmd as admin

ipconfig /flushdns

Android
  • Using Chrome: :
    1. Open Chrome
    2. Type chrome://net-internals/#dns in the URL bar
    3. Select DNS from the left pane
    4. Click Clear host cache in the right pane
And what does that do?
 
And what does that do?

Clears out the DNS caches of the client devices - remember most, if not all, are cloud based, and with many services now using Content and/or Application Distribution Networks (e.g. CDN's), it's best to clear the clear the caches, as some domains have very long TTL for their lookups.

On pfSense - you can clear the caches on the router by restarting either dnsmasq or unbound, one doesn't have to restart the router, just restart the tasks - this applies to the resolver, and even if running as a forwarder, it doesn't hurt...
 
a4p.adpartner.pro
This is a malware domain, blocked by Mastercard.
Use dig command to see which dns providers actually block this malicious domain. (OpenDNS free plan does not block it, while Cisco Umbrella paid tier, blocks it as malware)

For example
Code:
dig a4p.adpartner.pro @9.9.9.9
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top