Closed
Bug 787681
Opened 13 years ago
Closed 13 years ago
preproduction-master cannot resolve hosts in mtv
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: bhourigan)
Details
(Whiteboard: [buildduty])
preproduction-master (scl3) cannot resolve hosts in mtv. I think this is preventing it from talking to certain classes of hosts that exist solely in mtv, e.g. the darwin10 builders. This problem may be limited to doing reverse lookups.
[cltbld@preproduction-master ~]$ host moz2-darwin10-slave02.build.mozilla.org
moz2-darwin10-slave02.build.mozilla.org is an alias for moz2-darwin10-slave02.build.mtv1.mozilla.com.
moz2-darwin10-slave02.build.mtv1.mozilla.com has address 10.250.48.222
[cltbld@preproduction-master ~]$ host 10.250.48.222
Host 222.48.250.10.in-addr.arpa. not found: 3(NXDOMAIN)
[cltbld@preproduction-master ~]$ cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search srv.releng.scl3.mozilla.com
nameserver 10.26.75.40
nameserver 10.26.75.41
Comment 1•13 years ago
|
||
It looks like the releng scl3 name servers are missing the reverse zones for 10.250.48 et.al.
Assignee: network-operations → server-ops-infra
Component: Server Operations: Netops → Server Operations: Infrastructure
QA Contact: ravi → jdow
Updated•13 years ago
|
Whiteboard: [buildduty]
| Assignee | ||
Comment 2•13 years ago
|
||
Our data centers have reverse DNS access for other data centers, offices were the only exception to this except for the mpt-dmz view. I've added zones.mvoffice-reverse to the other data center views.
Using domain server:
Name: 10.26.75.40
Address: 10.26.75.40#53
Aliases:
222.48.250.10.in-addr.arpa domain name pointer moz2-darwin10-slave02.build.mtv1.mozilla.com.
Assignee: server-ops-infra → bhourigan
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•