Project

General

Profile

Actions

Feature #1773

closed

Enable cloud DNS

Added by local admin about 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
-
Category name:
-
Target version:
Start date:
2012-03-23
Due date:
% Done:

100%

Estimated time:
Deployment actions:

Description

Enabled "cloud" DNS via Amazon AWS to allow fail-over to secondary data center at Baruch College.

Actions #1

Updated by local admin about 12 years ago

Edited GC's external DNS server with new DNS delegation records:

commons.gc.cuny.edu.    IN      NS      ns-248.awsdns-31.com.
                        IN      NS      ns-1445.awsdns-52.org.
                        IN      NS      ns-1635.awsdns-12.co.uk.
                        IN      NS      ns-791.awsdns-34.net.
                        IN      NS      ns-248.awsdns-31.com.

...and it worked:

[apitanga@GZZQJQ1 ~]$ dig @pennstation commons.gc.cuny.edu

; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 <<>> @pennstation commons.gc.cuny.edu
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17216
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 2

;; QUESTION SECTION:
;commons.gc.cuny.edu.        IN    A

;; ANSWER SECTION:
commons.gc.cuny.edu.    300    IN    A    146.96.128.200

;; AUTHORITY SECTION:
commons.gc.cuny.edu.    172800    IN    NS    ns-248.awsdns-31.com.
commons.gc.cuny.edu.    172800    IN    NS    ns-791.awsdns-34.net.
commons.gc.cuny.edu.    172800    IN    NS    ns-1445.awsdns-52.org.
commons.gc.cuny.edu.    172800    IN    NS    ns-1635.awsdns-12.co.uk.

;; ADDITIONAL SECTION:
ns-248.awsdns-31.com.    172800    IN    A    205.251.192.248
ns-791.awsdns-34.net.    172800    IN    A    205.251.195.23

;; Query time: 16 msec
;; SERVER: 146.96.128.21#53(146.96.128.21)
;; WHEN: Fri Mar 23 09:49:49 2012
;; MSG SIZE  rcvd: 225
Actions #2

Updated by local admin about 12 years ago

Edited GC's internal DNS server in the same way, and it also worked ok:

[apitanga@GZZQJQ1 ~]$ dig commons.gc.cuny.edu

; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.2 <<>> commons.gc.cuny.edu
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4149
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0

;; QUESTION SECTION:
;commons.gc.cuny.edu.        IN    A

;; ANSWER SECTION:
commons.gc.cuny.edu.    300    IN    A    146.96.128.200

;; AUTHORITY SECTION:
commons.gc.cuny.edu.    172800    IN    NS    ns-248.awsdns-31.com.
commons.gc.cuny.edu.    172800    IN    NS    ns-791.awsdns-34.net.
commons.gc.cuny.edu.    172800    IN    NS    ns-1445.awsdns-52.org.
commons.gc.cuny.edu.    172800    IN    NS    ns-1635.awsdns-12.co.uk.

;; Query time: 10 msec
;; SERVER: 172.29.28.30#53(172.29.28.30)
;; WHEN: Fri Mar 23 09:52:19 2012
;; MSG SIZE  rcvd: 193
Actions #3

Updated by local admin about 12 years ago

  • % Done changed from 0 to 100

This is basically done. I'll keep the issue open for a second though to let things run with the new configuration for a little while before considering it resolved.

Later I'll create a record on Route 53 for a single sub-sub-domain (say, if.commons.gc.cuny.edu) and point that to Baruch to simulate a fail-over.

Actions #4

Updated by Boone Gorges almost 12 years ago

  • Target version set to Not tracked

Sweet :)

Actions #5

Updated by local admin almost 12 years ago

  • Status changed from New to Resolved

Quoting myself ;-)

This is basically done. I'll keep the issue open for a second though to let things run with the new configuration for a little while before considering it resolved.

Looks like it's running alright for a while, so I'm calling this one resolved.

Later I'll create a record on Route 53 for a single sub-sub-domain (say, if.commons.gc.cuny.edu) and point that to Baruch to simulate a fail-over.

Created record for if.commons.gc.cuny.edu that points it to Baruch and that works. We're good to go DNS-wise.

Actions #6

Updated by Boone Gorges almost 12 years ago

Thanks for all your work on this, Andre!

Actions #7

Updated by Matt Gold almost 12 years ago

Fantastic. Thank you, André!

Actions

Also available in: Atom PDF