[Pdns-users] Delegation with a Pipe Backend
Anthony Eden
anthony at sdc-hawaii.co.mp
Sat Dec 18 01:20:27 UTC 2004
Has anyone done delegation with a pipe backend? I'm trying to do this
right now and can not get SOA records working properly. I am trying to
look up an SOA record for gib.mp and I expect the server to respond that
it is not the authority and to give me the authority records for
ns1.sdcdns.mp and ns2.sdcdns.mp, however I am actually getting the SOA
record for mp zone in the authority section of the response. Here is
the dig output:
; <<>> DiG 9.2.0 <<>> -p 9053 -t SOA @ns1.nic.mp gib.mp
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16785
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;gib.mp. IN SOA
;; AUTHORITY SECTION:
mp. 3600 IN SOA ns1.nic.mp.
hostmaster.nic.mp. 2004121304 10800 3600 604800 3600
;; Query time: 598 msec
;; SERVER: 202.128.29.2#9053(ns1.nic.mp)
;; WHEN: Fri Dec 17 15:16:21 2004
;; MSG SIZE rcvd: 85
And here is the output from the backend process:
17421 Received: Q gib.mp IN ANY -1 64.65.105.51
17421 End of data
Dec 18 11:20:08 Coprocess: 17421 Sending: DATA gib.mp IN NS
86400 1 ns1.sdcdns.mp
Dec 18 11:20:08 Coprocess: 17421 Sending: DATA gib.mp IN NS
86400 1 ns2.sdcdns.mp
17421 Received: Q gib.mp IN SOA -1 0.0.0.0
17421 End of data
17421 Received: Q mp IN SOA -1 0.0.0.0
17421 End of data
Dec 18 11:20:08 Coprocess: 17421 Sending: DATA mp IN SOA
3600 1 ns1.nic.mp hostmaster.nic.mp 2004121304 10800 3600
604800 3600
17421 Received: Q gib.mp IN ANY -1 64.65.105.51
17421 End of data
Dec 18 11:20:08 Coprocess: 17421 Sending: DATA gib.mp IN NS
86400 1 ns1.sdcdns.mp
Dec 18 11:20:08 Coprocess: 17421 Sending: DATA gib.mp IN NS
86400 1 ns2.sdcdns.mp
Any help would be greatly appreciated. I'll leave the powerdns server
running on port 9053 of ns1.nic.mp if you would like to query it yourself.
Sincerely,
Anthony Eden
More information about the Pdns-users
mailing list