What's new

WAN automatic DNS vs Quad9...

  • 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!

OzarkEdge

Part of the Furniture
This is a mash-up trivia post...

I have a new PC with a Killer AX1650 mini-card. It came with Killer Control Center bandwidth management software that seemed to mess with DSLReports speedtests. So I ditched the control software... just give me the device drivers, thank you. I ran the Killer software uninstaller, restarted, and then updated the unknown device in Device Manager using the Killer Win10 x64 1650 inf.

The problem was... I could not initially download the Killer bits... Chrome and Edge just complained about not being able to reach the download links. So, I thought to revert the 86U router WAN to automatic DNS (Spectrum) to not use Quad9. And that fixed it. Quad9 was blocking the Killer downloads. Afterward, I reverted back to using Quad9 DNS and the download links again failed to reach the Killer downloads. I suppose anyone using Quad9 DNS could attempt some Killer driver downloads to confirm the same.

This is the first time I've noticed Quad9 blocking anything.

OE
 
Last edited:
Yeah, that's whacked. Works on their unfiltered 9.9.9.10.

https://quad9.net/result/?url=downloads.killernetworking.com

Code:
rtradmin@router:/tmp/home/root# dig @9.9.9.9 downloads.killernetworking.com

; <<>> DiG 9.14.8 <<>> @9.9.9.9 downloads.killernetworking.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 45291
;; flags: qr rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1500
;; QUESTION SECTION:
;downloads.killernetworking.com.        IN      A

;; Query time: 45 msec
;; SERVER: 9.9.9.9#53(9.9.9.9)
;; WHEN: Mon Feb 10 21:40:05 UTC 2020
;; MSG SIZE  rcvd: 59

rtradmin@router:/tmp/home/root# dig @9.9.9.10 downloads.killernetworking.com

; <<>> DiG 9.14.8 <<>> @9.9.9.10 downloads.killernetworking.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14974
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;downloads.killernetworking.com.        IN      A

;; ANSWER SECTION:
downloads.killernetworking.com. 300 IN  CNAME   installers.bigfootnetworks.com.
installers.bigfootnetworks.com. 300 IN  CNAME   d1mtcm9dy5dk88.cloudfront.net.
d1mtcm9dy5dk88.cloudfront.net. 60 IN    A       54.230.250.27
d1mtcm9dy5dk88.cloudfront.net. 60 IN    A       54.230.250.182
d1mtcm9dy5dk88.cloudfront.net. 60 IN    A       54.230.250.49
d1mtcm9dy5dk88.cloudfront.net. 60 IN    A       54.230.250.68

;; Query time: 72 msec
;; SERVER: 9.9.9.10#53(9.9.9.10)
;; WHEN: Mon Feb 10 21:40:17 UTC 2020
;; MSG SIZE  rcvd: 207
 
We determined this to be a false positive. It should now be working. Feel free to hit us up via our support form with any questions in the future.

Quad9 Support

https://www.quad9.net/support/

Thanks for extending your support to this community, Quad9! Very cool!

Footnote: I did first report the presumed false positive to Killer Support (Rivet Networks) and suggested they might want to pursue the matter with Quad9.

OE
 

Latest threads

Sign Up For SNBForums Daily Digest

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