dhcp / cloud-noc01: change the dns to working ones.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d869fa9afc
commit
0a9630f0a4
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ ddns-update-style none;
|
||||||
# Internal cloud VLAN
|
# Internal cloud VLAN
|
||||||
shared-network cloud {
|
shared-network cloud {
|
||||||
option domain-name "cloud.fedoraproject.org";
|
option domain-name "cloud.fedoraproject.org";
|
||||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
option domain-name-servers 8.43.85.74, 140.211.169.201;
|
||||||
|
|
||||||
subnet 172.23.0.0 netmask 255.255.254.0 {
|
subnet 172.23.0.0 netmask 255.255.254.0 {
|
||||||
allow booting;
|
allow booting;
|
||||||
|
@ -291,14 +291,14 @@ shared-network cloud {
|
||||||
# Public VLAN
|
# Public VLAN
|
||||||
shared-network pubcloud {
|
shared-network pubcloud {
|
||||||
option domain-name "cloud.fedoraproject.org";
|
option domain-name "cloud.fedoraproject.org";
|
||||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
option domain-name-servers 8.43.85.74, 140.211.169.201;
|
||||||
|
|
||||||
subnet 209.132.184.0 netmask 255.255.255.0 {
|
subnet 209.132.184.0 netmask 255.255.255.0 {
|
||||||
allow booting;
|
allow booting;
|
||||||
allow bootp;
|
allow bootp;
|
||||||
|
|
||||||
option domain-name "cloud.fedoraproject.org fedoraproject.org";
|
option domain-name "cloud.fedoraproject.org fedoraproject.org";
|
||||||
option domain-name-servers 66.35.62.163, 152.19.134.150;
|
option domain-name-servers 8.43.85.74, 140.211.169.201;
|
||||||
option routers 209.132.184.254;
|
option routers 209.132.184.254;
|
||||||
option log-servers 209.132.184.2;
|
option log-servers 209.132.184.2;
|
||||||
host fed-cloud01 {
|
host fed-cloud01 {
|
||||||
|
@ -590,7 +590,7 @@ shared-network pubcloud {
|
||||||
allow bootp;
|
allow bootp;
|
||||||
|
|
||||||
option domain-name "fedorainfracloud.org";
|
option domain-name "fedorainfracloud.org";
|
||||||
option domain-name-servers 8.8.8.8, 8.8.4.4;
|
option domain-name-servers 8.43.85.74, 140.211.169.201;
|
||||||
option routers 38.145.49.254;
|
option routers 38.145.49.254;
|
||||||
#option log-servers 209.132.184.2;
|
#option log-servers 209.132.184.2;
|
||||||
host virthost-cloud01 {
|
host virthost-cloud01 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue