[Buildbot] #3151: host reverse DNS

Buildbot trac trac at buildbot.net
Sun Jan 18 17:29:37 UTC 2015


#3151: host reverse DNS
-------------------+--------------------------------
Reporter:  dustin  |       Owner:  dustin
    Type:  task    |      Status:  assigned
Priority:  major   |   Milestone:  sys - on-bb-infra
 Version:          |  Resolution:
Keywords:          |
-------------------+--------------------------------

Comment (by dustin):

 OK, zones are hosted:
 {{{
 # dig -tptr @140.211.10.236 238.224-255.128-255.10.211.140.in-addr.arpa

 ; <<>> DiG 9.10.1-P1 <<>> -tptr @140.211.10.236
 238.224-255.128-255.10.211.140.in-addr.arpa
 ; (1 server found)
 ;; global options: +cmd
 ;; Got answer:
 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36567
 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 1

 ;; OPT PSEUDOSECTION:
 ; EDNS: version: 0, flags:; udp: 4096
 ;; QUESTION SECTION:
 ;238.224-255.128-255.10.211.140.in-addr.arpa. IN        PTR

 ;; ANSWER SECTION:
 238.224-255.128-255.10.211.140.in-addr.arpa. 86400 IN PTR buildbot.net.

 ;; AUTHORITY SECTION:
 224-255.128-255.10.211.140.in-addr.arpa. 7200 IN NS c.ns.buddyns.com.
 224-255.128-255.10.211.140.in-addr.arpa. 7200 IN NS f.ns.buddyns.com.
 224-255.128-255.10.211.140.in-addr.arpa. 7200 IN NS ns1.he.net.
 224-255.128-255.10.211.140.in-addr.arpa. 7200 IN NS ns2.he.net.

 ;; Query time: 0 msec
 ;; SERVER: 140.211.10.236#53(140.211.10.236)
 ;; WHEN: Sun Jan 18 17:28:14 UTC 2015
 ;; MSG SIZE  rcvd: 183
 }}}

 I'll work on setting up the slaves, after which time we just need to get
 the delegation in place on ns*.rtems.org.  This will require adding

 {{{
 224-255 NS c.ns.buddyns.com.
 224-255 NS f.ns.buddyns.com.
 224-255 NS ns1.he.net.
 224-255 NS ns2.he.net.
 $GENERATE 224-255 $ CNAME $.224-255
 }}}

 to the RTEMS zonefile for 128-255.10.211.140.in-addr.arpa. If that's not
 running BIND, then it looks more like

 {{{
 224-255 NS c.ns.buddyns.com.
 224-255 NS f.ns.buddyns.com.
 224-255 NS ns1.he.net.
 224-255 NS ns2.he.net.
 224 CNAME 224.224-255
 225 CNAME 225.224-255
 ...
 255 CNAME 255.224-255
 }}}

 (with the middle part filled in, of course).

--
Ticket URL: <http://trac.buildbot.net/ticket/3151#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list