From 1e8fccfc8863b19570e05405fcc49dd87ac2757b Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 8 Jun 2020 18:04:02 -0400 Subject: [PATCH] fix named.conf match zones for iad2/phx2 dns. dear past self from 3-4 hours ago. named.conf cant have an match for the zone you want and expect it to work --- roles/dns/files/named.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index e99d5cccbd..b017a57a10 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -362,12 +362,12 @@ view "QA" { }; view "PHX2" { - match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; }; - allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; }; + match-clients { phx2net; rh-slaves; 192.168.0.0/16; }; + allow-recursion { localhost; phx2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests rate-limit { - exempt-clients { iad2net; phx2net; }; + exempt-clients { phx2net; }; }; # make sure we forward only for redhat.com lookups @@ -960,8 +960,8 @@ view "APAC" { }; view "IAD2" { - match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; }; - allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; }; + match-clients { iad2net; rh-slaves; 192.168.0.0/16; }; + allow-recursion { localhost; iad2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests rate-limit {