Closed
Bug 762444
Opened 13 years ago
Closed 13 years ago
Fix anosrep.org nameservers w/registry
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhilaiel, Assigned: bburton)
Details
The persona group uses a develoment environment hosted on amazon EC2 with dynamic DNS provided by zerigo. This allows us to iterate fast and re-deploy our dev environment on every push.
dev.diresworb.org is already correctly set up to delegate to zerigo for DNS. We need the same for dev.anosrep.org:
[lhilaiel@people1.dmz.scl3 ~]$ dig dev.diresworb.org
; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 <<>> dev.diresworb.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45687
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0
;; QUESTION SECTION:
;dev.diresworb.org. IN A
;; ANSWER SECTION:
dev.diresworb.org. 60 IN A 23.22.26.117
;; AUTHORITY SECTION:
dev.diresworb.org. 2809 IN NS a.ns.zerigo.net.
dev.diresworb.org. 2809 IN NS c.ns.zerigo.net.
dev.diresworb.org. 2809 IN NS d.ns.zerigo.net.
dev.diresworb.org. 2809 IN NS e.ns.zerigo.net.
dev.diresworb.org. 2809 IN NS b.ns.zerigo.net.
;; Query time: 52 msec
;; SERVER: 10.22.75.40#53(10.22.75.40)
;; WHEN: Thu Jun 7 05:17:11 2012
;; MSG SIZE rcvd: 144
[lhilaiel@people1.dmz.scl3 ~]$ dig dev.anosrep.org
; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 <<>> dev.anosrep.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 35446
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;dev.anosrep.org. IN A
;; Query time: 1 msec
;; SERVER: 10.22.75.40#53(10.22.75.40)
;; WHEN: Thu Jun 7 05:17:40 2012
;; MSG SIZE rcvd: 33
Finally, petef set this up last week, it was working as of friday, and somehow we've regressed.
Comment 1•13 years ago
|
||
Somehow our nameserver settings in the registry got reverted. The nameservers for anosrep.org should be set to:
ns1.p27.dynect.net
ns2.p27.dynect.net
ns3.p27.dynect.net
ns4.p27.dynect.net
Assignee: petef → server-ops
Summary: Need Delegation of dev.anosrep.org to zerigo → Fix anosrep.org nameservers w/registry
Assignee | ||
Comment 2•13 years ago
|
||
DNS changes should be able to be handled by anyone in Ops, it's not strictly a WebOps thing, so I'm moving queues, but I'll poke at this in a minute and try to get it sorted out
Status: NEW → ASSIGNED
Component: Server Operations: Web Operations → Server Operations
QA Contact: cshields → phong
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → bburton
Assignee | ||
Comment 3•13 years ago
|
||
Ok, updating with registrar, should be live soon
2012-06-07 Modification Changed nameservers from: [ns1.mozilla.org, ns3.mozilla.org, ns2.mozilla.org] to: [ns4.p27.dynect.net, ns3.p27.dynect.net, ns1.p27.dynect.net, ns2.p27.dynect.net]
Assignee | ||
Comment 4•13 years ago
|
||
bburton@andesite ~$ whois anosrep.org | grep Name ‹1.9.2-p290›
Domain Name:ANOSREP.ORG
Registrant Name:DNS Admin
Admin Name:DNS Admin
Tech Name:DNS Admin
Name Server:NS1.P27.DYNECT.NET
Name Server:NS2.P27.DYNECT.NET
Name Server:NS3.P27.DYNECT.NET
Name Server:NS4.P27.DYNECT.NET
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•