#3282 DNS change on el.fedoracommunity.org
Closed: Fixed None Opened 11 years ago by comzeradd.

We move the Greek community portal to a new server, so we'd like a DNS change for el.fedoracommunity.org

new IPs:
78.47.38.34
2a01:4f8:d15:1400::2


ns* is in freeze, so need two +1's from two other sysadmin-main folks.

CCing kevin and smooge.

{{{
[codeblock@lockbox01 master]$ git show HEAD
commit 8a6d138480cf43a921f209fc10346608b1c661c9
Author: Ricky Elrod codeblock@lockbox01.phx2.fedoraproject.org
Date: Sun May 13 12:03:17 2012 +0000

Update greek community dns record for infra 3282.

diff --git a/modules/bind/files/master/fedoracommunity.org b/modules/bind/files/master/fedoracommunity.org
index a8255df..26a5e24 100644
--- a/modules/bind/files/master/fedoracommunity.org
+++ b/modules/bind/files/master/fedoracommunity.org
@@ -2,7 +2,7 @@ $TTL 86400
@ IN SOA ns04.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2012050301 ; Serial
+ 2012051300 ; Serial
3600 ; Refresh
600 ; Retry
1000000 ; Expire
@@ -32,7 +32,8 @@ be IN A 188.40.138.124
bd IN A 174.121.162.194
cn IN A 106.187.34.236
www.bd IN A 174.121.162.194
-el IN A 78.47.234.167
+el IN A 78.47.38.34
+el IN AAAA 2a01:4f8:d15:1400::2
fr IN CNAME fedora-fr.org.
gr IN A 78.47.234.167
hu IN A 94.199.180.12
}}}

+1 here, simple change unlikely to cause problems and easy to backout.

Pushed. This should take effect soon.

Login to comment on this ticket.

Metadata