pdc
Regular Contributor
Hello,
I am seeing a strange issue where the router DNS is returning a status of REFUSED to clients, but if I check from the router, it works. It appears to be limited to www.cdc.gov but it's hard to say for sure.
I have a GT-AX6000 running 3004.388.6 with dn-vnstat and scMerlin add-ons.
From a client:
I get the same refused response if I use @<router IP>. I get a good response (same as below) if I use @1.1.1.1.
From the router:
I run pihole on a local server, but I see the REFUSED status even when blocking is disabled.
Any ideas what might be going on?
I am seeing a strange issue where the router DNS is returning a status of REFUSED to clients, but if I check from the router, it works. It appears to be limited to www.cdc.gov but it's hard to say for sure.
I have a GT-AX6000 running 3004.388.6 with dn-vnstat and scMerlin add-ons.
From a client:
Code:
> dig @localhost www.cdc.gov
; <<>> DiG 9.16.48-Debian <<>> @localhost www.cdc.gov
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 36023
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.cdc.gov. IN A
;; Query time: 24 msec
;; SERVER: ::1#53(::1)
;; WHEN: Sat Apr 06 10:31:02 CDT 2024
;; MSG SIZE rcvd: 40
I get the same refused response if I use @<router IP>. I get a good response (same as below) if I use @1.1.1.1.
From the router:
Code:
# dig www.cdc.gov
; <<>> DiG 9.18.19 <<>> www.cdc.gov
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38633
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.cdc.gov. IN A
;; ANSWER SECTION:
www.cdc.gov. 171 IN CNAME www.akam.cdc.gov.
www.akam.cdc.gov. 20 IN A 23.194.148.49
;; Query time: 54 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; WHEN: Sat Apr 06 10:39:17 CDT 2024
;; MSG SIZE rcvd: 79
I run pihole on a local server, but I see the REFUSED status even when blocking is disabled.
Any ideas what might be going on?