[Pdns-users] CNAME Resoluion

Tony Annese tony.annese at whidbeytel.com
Sat Dec 3 00:34:59 UTC 2022


I created a new CNAME record today and for some reason it won’t resolve. Domain already had a CNAME record and that record resolves just fine.

MariaDB [pdns]> select * from records where domain_id = 194 AND type = 'CNAME';
+--------+-----------+---------------------------------+-------+-------------------------------+------+------+-------------+----------+-----------+------+
| id     | domain_id | name                            | type  | content                       | ttl  | prio | change_date | disabled | ordername | auth |
+--------+-----------+---------------------------------+-------+-------------------------------+------+------+-------------+----------+-----------+------+
| 165361 |       194 | barracuda058130353572.example.org | CNAME | encrypt.barracudanetworks.com | 7200 |    0 |  2021011400 |        0 | NULL      |    1 |
| 185146 |       194 | sip.example.org                   | CNAME | sipdir.online.lync.com        | 3600 |    0 |  2022120202 |        0 | NULL      |    1 |
+--------+-----------+---------------------------------+-------+-------------------------------+------+------+-------------+----------+-----------+------+

root at nspower:~# dig @localhost barracuda058130353572.example.org sip.example.org

; <<>> DiG 9.10.3-P4-Debian <<>> @localhost barracuda058130353572.example.org sip.example.org
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31335
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1680
;; QUESTION SECTION:
;barracuda058130353572.example.org. IN            A

;; ANSWER SECTION:
barracuda058130353572.example.org. 7200 IN CNAME  encrypt.barracudanetworks.com.

;; Query time: 5 msec
;; SERVER: ::1#53(::1)
;; WHEN: Fri Dec 02 16:28:56 PST 2022
;; MSG SIZE  rcvd: 103

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 4463
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1680
;; QUESTION SECTION:
;sip.example.org.                                              IN            A

;; Query time: 1 msec
;; SERVER: ::1#53(::1)
;; WHEN: Fri Dec 02 16:28:56 PST 2022
;; MSG SIZE  rcvd: 42

root at nspower:~#

Any suggestions?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20221203/858d34aa/attachment.htm>


More information about the Pdns-users mailing list