put the forwarders in the right zone
This commit is contained in:
parent
05f2b9366d
commit
1ef32c2da5
1 changed files with 64 additions and 0 deletions
|
@ -125,6 +125,12 @@ view "QA" {
|
||||||
forwarders { 10.5.26.20; 10.5.26.21; };
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "3.10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
zone "4.10.in-addr.arpa" {
|
zone "4.10.in-addr.arpa" {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
|
@ -930,6 +936,64 @@ view "IAD2" {
|
||||||
exempt-clients { iad2net; };
|
exempt-clients { iad2net; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# make sure we forward only for redhat.com lookups
|
||||||
|
zone "redhat.com" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
zone "beaker-project.org" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; };
|
||||||
|
};
|
||||||
|
|
||||||
|
# We can't access the softwarefactory-project.io. because ns1/ns2 give unroutable ips. Need to use external
|
||||||
|
zone "softwarefactory-project.io" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.39.144.11; 10.5.19.1; 10.11.191.1; };
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
zone "88.5.10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "3.10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "4.10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "5.10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "10.in-addr.arpa" {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
|
zone "186.132.209.in-addr.arpa." {
|
||||||
|
type forward;
|
||||||
|
forward only;
|
||||||
|
forwarders { 10.5.26.20; 10.5.26.21; };
|
||||||
|
};
|
||||||
|
|
||||||
zone "iad2.fedoraproject.org" {
|
zone "iad2.fedoraproject.org" {
|
||||||
type master;
|
type master;
|
||||||
file "/var/named/master/built/iad2.fedoraproject.org";
|
file "/var/named/master/built/iad2.fedoraproject.org";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue