Greetings.
Red Hat is adding a new master dns server, so they need us to allow it to transfer our internal zones so they know what internal nets are which.
It's a pretty simple change, if it breaks anything we can revert it.
+1s?
diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 535c589..7db4cf0 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -24,7 +24,7 @@ acl "ns_redhat" { 66.187.233.210; 209.132.183.2; 66.187.229.10; }; // acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; 10.5.129.0/24 acl "qanet" { 10.5.124.128/25; 10.5.131.0/24; }; -acl "rh-slaves" { 10.5.30.78; }; +acl "rh-slaves" { 10.5.30.78; 10.11.5.70; }; acl "rh" { 10.0.0.0/8; }; // options {
kevin
+1 should work ok
On 5 October 2016 at 17:03, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
Red Hat is adding a new master dns server, so they need us to allow it to transfer our internal zones so they know what internal nets are which.
It's a pretty simple change, if it breaks anything we can revert it.
+1s?
diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 535c589..7db4cf0 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -24,7 +24,7 @@ acl "ns_redhat" { 66.187.233.210; 209.132.183.2; 66.187.229.10; }; // acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; 10.5.129.0/24 acl "qanet" { 10.5.124.128/25; 10.5.131.0/24; }; -acl "rh-slaves" { 10.5.30.78; }; +acl "rh-slaves" { 10.5.30.78; 10.11.5.70; }; acl "rh" { 10.0.0.0/8; }; // options {
kevin
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
On Wed, Oct 05, 2016 at 03:03:32PM -0600, Kevin Fenzi wrote:
Greetings.
Red Hat is adding a new master dns server, so they need us to allow it to transfer our internal zones so they know what internal nets are which.
It's a pretty simple change, if it breaks anything we can revert it.
+1s?
diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 535c589..7db4cf0 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -24,7 +24,7 @@ acl "ns_redhat" { 66.187.233.210; 209.132.183.2; 66.187.229.10; }; // acl "phx2net" { 10.4.124.128/25; 10.5.78.0/24; 10.5.79.0/24; 10.5.125.0/24; 10.5.126.0/24; 10.5.127.0/24; 10.5.129.0/24 acl "qanet" { 10.5.124.128/25; 10.5.131.0/24; }; -acl "rh-slaves" { 10.5.30.78; }; +acl "rh-slaves" { 10.5.30.78; 10.11.5.70; }; acl "rh" { 10.0.0.0/8; }; // options {
+1 for me
Pierre
infrastructure@lists.fedoraproject.org