diff options
Diffstat (limited to 'dhcp')
165 files changed, 2592 insertions, 0 deletions
diff --git a/dhcp/README b/dhcp/README new file mode 100644 index 0000000..9675ea0 --- /dev/null +++ b/dhcp/README @@ -0,0 +1,7 @@ +P + +"Jag får ingen DHCP!" -- http://files.jocke.no/b/ingen-dhcp.jpg + +This directory is a copy of our install, please do not use these directly! +It is provided to show you what the scripts are generating for you… + diff --git a/dhcp/ciscowlc.conf b/dhcp/ciscowlc.conf new file mode 100644 index 0000000..2e06179 --- /dev/null +++ b/dhcp/ciscowlc.conf @@ -0,0 +1,9 @@ +option space CiscoAP; +option CiscoAP.server-address code 241 = array of ip-address; +set vendor-string = option vendor-class-identifier; + +class "cisco-aps" { + match if substring (option vendor-class-identifier, 0, 8) = "Cisco AP"; + vendor-option-space CiscoAP; + option CiscoAP.server-address 151.216.125.21,151.216.125.22; +} diff --git a/dhcp/conf.d/ap-dist0.conf b/dhcp/conf.d/ap-dist0.conf new file mode 100644 index 0000000..e370d08 --- /dev/null +++ b/dhcp/conf.d/ap-dist0.conf @@ -0,0 +1,14 @@ +zone ap-dist0.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.116.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.116.1; + option domain-name "ap-dist0.tg13.gathering.org"; + ddns-domainname "ap-dist0.tg13.gathering.org"; + range 151.216.116.5 151.216.116.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/ap-dist1.conf b/dhcp/conf.d/ap-dist1.conf new file mode 100644 index 0000000..5294af2 --- /dev/null +++ b/dhcp/conf.d/ap-dist1.conf @@ -0,0 +1,14 @@ +zone ap-dist1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.116.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.116.65; + option domain-name "ap-dist1.tg13.gathering.org"; + ddns-domainname "ap-dist1.tg13.gathering.org"; + range 151.216.116.69 151.216.116.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/ap-dist2.conf b/dhcp/conf.d/ap-dist2.conf new file mode 100644 index 0000000..0a16ca9 --- /dev/null +++ b/dhcp/conf.d/ap-dist2.conf @@ -0,0 +1,14 @@ +zone ap-dist2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.116.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.116.129; + option domain-name "ap-dist2.tg13.gathering.org"; + ddns-domainname "ap-dist2.tg13.gathering.org"; + range 151.216.116.133 151.216.116.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/ap-dist3.conf b/dhcp/conf.d/ap-dist3.conf new file mode 100644 index 0000000..ec88126 --- /dev/null +++ b/dhcp/conf.d/ap-dist3.conf @@ -0,0 +1,14 @@ +zone ap-dist3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.116.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.116.193; + option domain-name "ap-dist3.tg13.gathering.org"; + ddns-domainname "ap-dist3.tg13.gathering.org"; + range 151.216.116.197 151.216.116.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/ap-dist4.conf b/dhcp/conf.d/ap-dist4.conf new file mode 100644 index 0000000..8e76846 --- /dev/null +++ b/dhcp/conf.d/ap-dist4.conf @@ -0,0 +1,14 @@ +zone ap-dist4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.117.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.117.1; + option domain-name "ap-dist4.tg13.gathering.org"; + ddns-domainname "ap-dist4.tg13.gathering.org"; + range 151.216.117.5 151.216.117.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/care.conf b/dhcp/conf.d/care.conf new file mode 100644 index 0000000..8f9ae38 --- /dev/null +++ b/dhcp/conf.d/care.conf @@ -0,0 +1,14 @@ +zone care.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.104.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.104.1; + option domain-name "care.tg13.gathering.org"; + ddns-domainname "care.tg13.gathering.org"; + range 151.216.104.5 151.216.104.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/chillout.conf b/dhcp/conf.d/chillout.conf new file mode 100644 index 0000000..a1c8828 --- /dev/null +++ b/dhcp/conf.d/chillout.conf @@ -0,0 +1,18 @@ +zone chillout.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.55.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.55.1; + option domain-name "chillout.tg13.gathering.org"; + ddns-domainname "chillout.tg13.gathering.org"; + range 151.216.55.5 151.216.55.254; + ignore client-updates; +} + +host compo { hardware ethernet 52:54:00:f4:fa:3c; fixed-address 151.216.55.54; } +host tgpc { hardware ethernet 52:54:00:b7:45:98; fixed-address 151.216.55.61; } +host hack { hardware ethernet 52:54:00:84:ba:b9; fixed-address 151.216.55.56; } + diff --git a/dhcp/conf.d/creativia.conf b/dhcp/conf.d/creativia.conf new file mode 100644 index 0000000..d9d4bf1 --- /dev/null +++ b/dhcp/conf.d/creativia.conf @@ -0,0 +1,14 @@ +zone creativia.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.50.0 netmask 255.255.254.0 { + authoritative; + option routers 151.216.50.1; + option domain-name "creativia.tg13.gathering.org"; + ddns-domainname "creativia.tg13.gathering.org"; + range 151.216.50.21 151.216.51.253; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew1.conf b/dhcp/conf.d/crew1.conf new file mode 100644 index 0000000..0065c70 --- /dev/null +++ b/dhcp/conf.d/crew1.conf @@ -0,0 +1,14 @@ +zone crew1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.46.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.46.1; + option domain-name "crew1.tg13.gathering.org"; + ddns-domainname "crew1.tg13.gathering.org"; + range 151.216.46.5 151.216.46.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew2.conf b/dhcp/conf.d/crew2.conf new file mode 100644 index 0000000..86687c6 --- /dev/null +++ b/dhcp/conf.d/crew2.conf @@ -0,0 +1,14 @@ +zone crew2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.46.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.46.129; + option domain-name "crew2.tg13.gathering.org"; + ddns-domainname "crew2.tg13.gathering.org"; + range 151.216.46.133 151.216.46.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew3.conf b/dhcp/conf.d/crew3.conf new file mode 100644 index 0000000..94472b5 --- /dev/null +++ b/dhcp/conf.d/crew3.conf @@ -0,0 +1,14 @@ +zone crew3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.47.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.47.1; + option domain-name "crew3.tg13.gathering.org"; + ddns-domainname "crew3.tg13.gathering.org"; + range 151.216.47.5 151.216.47.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew4.conf b/dhcp/conf.d/crew4.conf new file mode 100644 index 0000000..4abbfb1 --- /dev/null +++ b/dhcp/conf.d/crew4.conf @@ -0,0 +1,14 @@ +zone crew4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.47.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.47.129; + option domain-name "crew4.tg13.gathering.org"; + ddns-domainname "crew4.tg13.gathering.org"; + range 151.216.47.133 151.216.47.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew5.conf b/dhcp/conf.d/crew5.conf new file mode 100644 index 0000000..177340d --- /dev/null +++ b/dhcp/conf.d/crew5.conf @@ -0,0 +1,14 @@ +zone crew5.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.48.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.48.1; + option domain-name "crew5.tg13.gathering.org"; + ddns-domainname "crew5.tg13.gathering.org"; + range 151.216.48.5 151.216.48.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/crew6.conf b/dhcp/conf.d/crew6.conf new file mode 100644 index 0000000..5857c12 --- /dev/null +++ b/dhcp/conf.d/crew6.conf @@ -0,0 +1,14 @@ +zone crew6.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.48.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.48.129; + option domain-name "crew6.tg13.gathering.org"; + ddns-domainname "crew6.tg13.gathering.org"; + range 151.216.48.133 151.216.48.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/defektraid.conf b/dhcp/conf.d/defektraid.conf new file mode 100644 index 0000000..6754fdb --- /dev/null +++ b/dhcp/conf.d/defektraid.conf @@ -0,0 +1,14 @@ +zone defektraid.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.56.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.56.1; + option domain-name "defektraid.tg13.gathering.org"; + ddns-domainname "defektraid.tg13.gathering.org"; + range 151.216.56.5 151.216.56.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e1-3.conf b/dhcp/conf.d/e1-3.conf new file mode 100644 index 0000000..3b4b1ee --- /dev/null +++ b/dhcp/conf.d/e1-3.conf @@ -0,0 +1,14 @@ +zone e1-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.1.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.1.1; + option domain-name "e1-3.tg13.gathering.org"; + ddns-domainname "e1-3.tg13.gathering.org"; + range 151.216.1.5 151.216.1.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e1-4.conf b/dhcp/conf.d/e1-4.conf new file mode 100644 index 0000000..58c2468 --- /dev/null +++ b/dhcp/conf.d/e1-4.conf @@ -0,0 +1,14 @@ +zone e1-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.1.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.1.65; + option domain-name "e1-4.tg13.gathering.org"; + ddns-domainname "e1-4.tg13.gathering.org"; + range 151.216.1.69 151.216.1.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e11-1.conf b/dhcp/conf.d/e11-1.conf new file mode 100644 index 0000000..101b566 --- /dev/null +++ b/dhcp/conf.d/e11-1.conf @@ -0,0 +1,14 @@ +zone e11-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.3.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.3.129; + option domain-name "e11-1.tg13.gathering.org"; + ddns-domainname "e11-1.tg13.gathering.org"; + range 151.216.3.133 151.216.3.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e11-2.conf b/dhcp/conf.d/e11-2.conf new file mode 100644 index 0000000..7bfaa16 --- /dev/null +++ b/dhcp/conf.d/e11-2.conf @@ -0,0 +1,14 @@ +zone e11-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.3.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.3.193; + option domain-name "e11-2.tg13.gathering.org"; + ddns-domainname "e11-2.tg13.gathering.org"; + range 151.216.3.197 151.216.3.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e11-3.conf b/dhcp/conf.d/e11-3.conf new file mode 100644 index 0000000..61f2b31 --- /dev/null +++ b/dhcp/conf.d/e11-3.conf @@ -0,0 +1,14 @@ +zone e11-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.4.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.4.1; + option domain-name "e11-3.tg13.gathering.org"; + ddns-domainname "e11-3.tg13.gathering.org"; + range 151.216.4.5 151.216.4.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e11-4.conf b/dhcp/conf.d/e11-4.conf new file mode 100644 index 0000000..bb36c33 --- /dev/null +++ b/dhcp/conf.d/e11-4.conf @@ -0,0 +1,14 @@ +zone e11-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.4.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.4.65; + option domain-name "e11-4.tg13.gathering.org"; + ddns-domainname "e11-4.tg13.gathering.org"; + range 151.216.4.69 151.216.4.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e13-1.conf b/dhcp/conf.d/e13-1.conf new file mode 100644 index 0000000..40e2ed6 --- /dev/null +++ b/dhcp/conf.d/e13-1.conf @@ -0,0 +1,14 @@ +zone e13-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.4.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.4.129; + option domain-name "e13-1.tg13.gathering.org"; + ddns-domainname "e13-1.tg13.gathering.org"; + range 151.216.4.133 151.216.4.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e13-2.conf b/dhcp/conf.d/e13-2.conf new file mode 100644 index 0000000..efbf536 --- /dev/null +++ b/dhcp/conf.d/e13-2.conf @@ -0,0 +1,14 @@ +zone e13-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.4.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.4.193; + option domain-name "e13-2.tg13.gathering.org"; + ddns-domainname "e13-2.tg13.gathering.org"; + range 151.216.4.197 151.216.4.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e13-3.conf b/dhcp/conf.d/e13-3.conf new file mode 100644 index 0000000..779d607 --- /dev/null +++ b/dhcp/conf.d/e13-3.conf @@ -0,0 +1,14 @@ +zone e13-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.5.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.5.1; + option domain-name "e13-3.tg13.gathering.org"; + ddns-domainname "e13-3.tg13.gathering.org"; + range 151.216.5.5 151.216.5.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e13-4.conf b/dhcp/conf.d/e13-4.conf new file mode 100644 index 0000000..432173d --- /dev/null +++ b/dhcp/conf.d/e13-4.conf @@ -0,0 +1,14 @@ +zone e13-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.5.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.5.65; + option domain-name "e13-4.tg13.gathering.org"; + ddns-domainname "e13-4.tg13.gathering.org"; + range 151.216.5.69 151.216.5.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e15-1.conf b/dhcp/conf.d/e15-1.conf new file mode 100644 index 0000000..4b377c0 --- /dev/null +++ b/dhcp/conf.d/e15-1.conf @@ -0,0 +1,14 @@ +zone e15-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.5.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.5.129; + option domain-name "e15-1.tg13.gathering.org"; + ddns-domainname "e15-1.tg13.gathering.org"; + range 151.216.5.133 151.216.5.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e15-2.conf b/dhcp/conf.d/e15-2.conf new file mode 100644 index 0000000..5cfa45f --- /dev/null +++ b/dhcp/conf.d/e15-2.conf @@ -0,0 +1,14 @@ +zone e15-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.5.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.5.193; + option domain-name "e15-2.tg13.gathering.org"; + ddns-domainname "e15-2.tg13.gathering.org"; + range 151.216.5.197 151.216.5.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e15-3.conf b/dhcp/conf.d/e15-3.conf new file mode 100644 index 0000000..2463d5d --- /dev/null +++ b/dhcp/conf.d/e15-3.conf @@ -0,0 +1,14 @@ +zone e15-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.6.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.6.1; + option domain-name "e15-3.tg13.gathering.org"; + ddns-domainname "e15-3.tg13.gathering.org"; + range 151.216.6.5 151.216.6.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e15-4.conf b/dhcp/conf.d/e15-4.conf new file mode 100644 index 0000000..5a3895b --- /dev/null +++ b/dhcp/conf.d/e15-4.conf @@ -0,0 +1,14 @@ +zone e15-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.6.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.6.65; + option domain-name "e15-4.tg13.gathering.org"; + ddns-domainname "e15-4.tg13.gathering.org"; + range 151.216.6.69 151.216.6.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e17-1.conf b/dhcp/conf.d/e17-1.conf new file mode 100644 index 0000000..1ad1721 --- /dev/null +++ b/dhcp/conf.d/e17-1.conf @@ -0,0 +1,14 @@ +zone e17-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.6.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.6.129; + option domain-name "e17-1.tg13.gathering.org"; + ddns-domainname "e17-1.tg13.gathering.org"; + range 151.216.6.133 151.216.6.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e17-2.conf b/dhcp/conf.d/e17-2.conf new file mode 100644 index 0000000..96e1627 --- /dev/null +++ b/dhcp/conf.d/e17-2.conf @@ -0,0 +1,14 @@ +zone e17-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.6.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.6.193; + option domain-name "e17-2.tg13.gathering.org"; + ddns-domainname "e17-2.tg13.gathering.org"; + range 151.216.6.197 151.216.6.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e17-3.conf b/dhcp/conf.d/e17-3.conf new file mode 100644 index 0000000..0db96f9 --- /dev/null +++ b/dhcp/conf.d/e17-3.conf @@ -0,0 +1,14 @@ +zone e17-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.7.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.7.1; + option domain-name "e17-3.tg13.gathering.org"; + ddns-domainname "e17-3.tg13.gathering.org"; + range 151.216.7.5 151.216.7.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e17-4.conf b/dhcp/conf.d/e17-4.conf new file mode 100644 index 0000000..e191771 --- /dev/null +++ b/dhcp/conf.d/e17-4.conf @@ -0,0 +1,14 @@ +zone e17-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.7.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.7.65; + option domain-name "e17-4.tg13.gathering.org"; + ddns-domainname "e17-4.tg13.gathering.org"; + range 151.216.7.69 151.216.7.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e19-1.conf b/dhcp/conf.d/e19-1.conf new file mode 100644 index 0000000..0940e48 --- /dev/null +++ b/dhcp/conf.d/e19-1.conf @@ -0,0 +1,14 @@ +zone e19-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.7.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.7.129; + option domain-name "e19-1.tg13.gathering.org"; + ddns-domainname "e19-1.tg13.gathering.org"; + range 151.216.7.133 151.216.7.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e19-2.conf b/dhcp/conf.d/e19-2.conf new file mode 100644 index 0000000..5210c72 --- /dev/null +++ b/dhcp/conf.d/e19-2.conf @@ -0,0 +1,14 @@ +zone e19-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.7.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.7.193; + option domain-name "e19-2.tg13.gathering.org"; + ddns-domainname "e19-2.tg13.gathering.org"; + range 151.216.7.197 151.216.7.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e19-3.conf b/dhcp/conf.d/e19-3.conf new file mode 100644 index 0000000..462ecd4 --- /dev/null +++ b/dhcp/conf.d/e19-3.conf @@ -0,0 +1,14 @@ +zone e19-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.8.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.8.1; + option domain-name "e19-3.tg13.gathering.org"; + ddns-domainname "e19-3.tg13.gathering.org"; + range 151.216.8.5 151.216.8.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e19-4.conf b/dhcp/conf.d/e19-4.conf new file mode 100644 index 0000000..f4962c4 --- /dev/null +++ b/dhcp/conf.d/e19-4.conf @@ -0,0 +1,14 @@ +zone e19-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.8.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.8.65; + option domain-name "e19-4.tg13.gathering.org"; + ddns-domainname "e19-4.tg13.gathering.org"; + range 151.216.8.69 151.216.8.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e21-1.conf b/dhcp/conf.d/e21-1.conf new file mode 100644 index 0000000..1d62d54 --- /dev/null +++ b/dhcp/conf.d/e21-1.conf @@ -0,0 +1,14 @@ +zone e21-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.8.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.8.129; + option domain-name "e21-1.tg13.gathering.org"; + ddns-domainname "e21-1.tg13.gathering.org"; + range 151.216.8.133 151.216.8.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e21-2.conf b/dhcp/conf.d/e21-2.conf new file mode 100644 index 0000000..60d80d0 --- /dev/null +++ b/dhcp/conf.d/e21-2.conf @@ -0,0 +1,14 @@ +zone e21-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.8.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.8.193; + option domain-name "e21-2.tg13.gathering.org"; + ddns-domainname "e21-2.tg13.gathering.org"; + range 151.216.8.197 151.216.8.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e21-3.conf b/dhcp/conf.d/e21-3.conf new file mode 100644 index 0000000..2ef40b0 --- /dev/null +++ b/dhcp/conf.d/e21-3.conf @@ -0,0 +1,14 @@ +zone e21-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.9.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.9.1; + option domain-name "e21-3.tg13.gathering.org"; + ddns-domainname "e21-3.tg13.gathering.org"; + range 151.216.9.5 151.216.9.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e21-4.conf b/dhcp/conf.d/e21-4.conf new file mode 100644 index 0000000..84b41ce --- /dev/null +++ b/dhcp/conf.d/e21-4.conf @@ -0,0 +1,14 @@ +zone e21-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.9.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.9.65; + option domain-name "e21-4.tg13.gathering.org"; + ddns-domainname "e21-4.tg13.gathering.org"; + range 151.216.9.69 151.216.9.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e23-1.conf b/dhcp/conf.d/e23-1.conf new file mode 100644 index 0000000..7ce1f65 --- /dev/null +++ b/dhcp/conf.d/e23-1.conf @@ -0,0 +1,14 @@ +zone e23-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.9.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.9.129; + option domain-name "e23-1.tg13.gathering.org"; + ddns-domainname "e23-1.tg13.gathering.org"; + range 151.216.9.133 151.216.9.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e23-2.conf b/dhcp/conf.d/e23-2.conf new file mode 100644 index 0000000..458282c --- /dev/null +++ b/dhcp/conf.d/e23-2.conf @@ -0,0 +1,14 @@ +zone e23-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.9.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.9.193; + option domain-name "e23-2.tg13.gathering.org"; + ddns-domainname "e23-2.tg13.gathering.org"; + range 151.216.9.197 151.216.9.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e23-3.conf b/dhcp/conf.d/e23-3.conf new file mode 100644 index 0000000..8d0bd2e --- /dev/null +++ b/dhcp/conf.d/e23-3.conf @@ -0,0 +1,14 @@ +zone e23-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.10.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.10.1; + option domain-name "e23-3.tg13.gathering.org"; + ddns-domainname "e23-3.tg13.gathering.org"; + range 151.216.10.5 151.216.10.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e23-4.conf b/dhcp/conf.d/e23-4.conf new file mode 100644 index 0000000..6f85540 --- /dev/null +++ b/dhcp/conf.d/e23-4.conf @@ -0,0 +1,14 @@ +zone e23-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.10.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.10.65; + option domain-name "e23-4.tg13.gathering.org"; + ddns-domainname "e23-4.tg13.gathering.org"; + range 151.216.10.69 151.216.10.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e25-1.conf b/dhcp/conf.d/e25-1.conf new file mode 100644 index 0000000..ea2f617 --- /dev/null +++ b/dhcp/conf.d/e25-1.conf @@ -0,0 +1,14 @@ +zone e25-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.10.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.10.129; + option domain-name "e25-1.tg13.gathering.org"; + ddns-domainname "e25-1.tg13.gathering.org"; + range 151.216.10.133 151.216.10.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e25-2.conf b/dhcp/conf.d/e25-2.conf new file mode 100644 index 0000000..05a8e35 --- /dev/null +++ b/dhcp/conf.d/e25-2.conf @@ -0,0 +1,14 @@ +zone e25-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.10.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.10.193; + option domain-name "e25-2.tg13.gathering.org"; + ddns-domainname "e25-2.tg13.gathering.org"; + range 151.216.10.197 151.216.10.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e25-3.conf b/dhcp/conf.d/e25-3.conf new file mode 100644 index 0000000..5e134e2 --- /dev/null +++ b/dhcp/conf.d/e25-3.conf @@ -0,0 +1,14 @@ +zone e25-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.11.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.11.1; + option domain-name "e25-3.tg13.gathering.org"; + ddns-domainname "e25-3.tg13.gathering.org"; + range 151.216.11.5 151.216.11.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e25-4.conf b/dhcp/conf.d/e25-4.conf new file mode 100644 index 0000000..2b7ea20 --- /dev/null +++ b/dhcp/conf.d/e25-4.conf @@ -0,0 +1,14 @@ +zone e25-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.11.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.11.65; + option domain-name "e25-4.tg13.gathering.org"; + ddns-domainname "e25-4.tg13.gathering.org"; + range 151.216.11.69 151.216.11.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e27-1.conf b/dhcp/conf.d/e27-1.conf new file mode 100644 index 0000000..d08ae0b --- /dev/null +++ b/dhcp/conf.d/e27-1.conf @@ -0,0 +1,14 @@ +zone e27-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.11.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.11.129; + option domain-name "e27-1.tg13.gathering.org"; + ddns-domainname "e27-1.tg13.gathering.org"; + range 151.216.11.133 151.216.11.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e27-2.conf b/dhcp/conf.d/e27-2.conf new file mode 100644 index 0000000..71e41bc --- /dev/null +++ b/dhcp/conf.d/e27-2.conf @@ -0,0 +1,14 @@ +zone e27-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.11.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.11.193; + option domain-name "e27-2.tg13.gathering.org"; + ddns-domainname "e27-2.tg13.gathering.org"; + range 151.216.11.197 151.216.11.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e29-1.conf b/dhcp/conf.d/e29-1.conf new file mode 100644 index 0000000..19c69aa --- /dev/null +++ b/dhcp/conf.d/e29-1.conf @@ -0,0 +1,14 @@ +zone e29-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.12.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.12.1; + option domain-name "e29-1.tg13.gathering.org"; + ddns-domainname "e29-1.tg13.gathering.org"; + range 151.216.12.5 151.216.12.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e29-2.conf b/dhcp/conf.d/e29-2.conf new file mode 100644 index 0000000..838f6d1 --- /dev/null +++ b/dhcp/conf.d/e29-2.conf @@ -0,0 +1,14 @@ +zone e29-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.12.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.12.65; + option domain-name "e29-2.tg13.gathering.org"; + ddns-domainname "e29-2.tg13.gathering.org"; + range 151.216.12.69 151.216.12.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e3-3.conf b/dhcp/conf.d/e3-3.conf new file mode 100644 index 0000000..68d65f0 --- /dev/null +++ b/dhcp/conf.d/e3-3.conf @@ -0,0 +1,14 @@ +zone e3-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.1.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.1.129; + option domain-name "e3-3.tg13.gathering.org"; + ddns-domainname "e3-3.tg13.gathering.org"; + range 151.216.1.133 151.216.1.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e3-4.conf b/dhcp/conf.d/e3-4.conf new file mode 100644 index 0000000..cbb0fb5 --- /dev/null +++ b/dhcp/conf.d/e3-4.conf @@ -0,0 +1,14 @@ +zone e3-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.1.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.1.193; + option domain-name "e3-4.tg13.gathering.org"; + ddns-domainname "e3-4.tg13.gathering.org"; + range 151.216.1.197 151.216.1.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e31-1.conf b/dhcp/conf.d/e31-1.conf new file mode 100644 index 0000000..aa78d55 --- /dev/null +++ b/dhcp/conf.d/e31-1.conf @@ -0,0 +1,14 @@ +zone e31-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.12.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.12.129; + option domain-name "e31-1.tg13.gathering.org"; + ddns-domainname "e31-1.tg13.gathering.org"; + range 151.216.12.133 151.216.12.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e31-2.conf b/dhcp/conf.d/e31-2.conf new file mode 100644 index 0000000..ee8533e --- /dev/null +++ b/dhcp/conf.d/e31-2.conf @@ -0,0 +1,14 @@ +zone e31-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.12.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.12.193; + option domain-name "e31-2.tg13.gathering.org"; + ddns-domainname "e31-2.tg13.gathering.org"; + range 151.216.12.197 151.216.12.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e33-1.conf b/dhcp/conf.d/e33-1.conf new file mode 100644 index 0000000..b0807ee --- /dev/null +++ b/dhcp/conf.d/e33-1.conf @@ -0,0 +1,14 @@ +zone e33-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.13.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.13.1; + option domain-name "e33-1.tg13.gathering.org"; + ddns-domainname "e33-1.tg13.gathering.org"; + range 151.216.13.5 151.216.13.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e33-2.conf b/dhcp/conf.d/e33-2.conf new file mode 100644 index 0000000..d3ca1ce --- /dev/null +++ b/dhcp/conf.d/e33-2.conf @@ -0,0 +1,14 @@ +zone e33-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.13.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.13.65; + option domain-name "e33-2.tg13.gathering.org"; + ddns-domainname "e33-2.tg13.gathering.org"; + range 151.216.13.69 151.216.13.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e35-1.conf b/dhcp/conf.d/e35-1.conf new file mode 100644 index 0000000..b66a9fe --- /dev/null +++ b/dhcp/conf.d/e35-1.conf @@ -0,0 +1,14 @@ +zone e35-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.13.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.13.129; + option domain-name "e35-1.tg13.gathering.org"; + ddns-domainname "e35-1.tg13.gathering.org"; + range 151.216.13.133 151.216.13.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e35-2.conf b/dhcp/conf.d/e35-2.conf new file mode 100644 index 0000000..c890146 --- /dev/null +++ b/dhcp/conf.d/e35-2.conf @@ -0,0 +1,14 @@ +zone e35-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.13.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.13.193; + option domain-name "e35-2.tg13.gathering.org"; + ddns-domainname "e35-2.tg13.gathering.org"; + range 151.216.13.197 151.216.13.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e37-1.conf b/dhcp/conf.d/e37-1.conf new file mode 100644 index 0000000..b4b19ed --- /dev/null +++ b/dhcp/conf.d/e37-1.conf @@ -0,0 +1,14 @@ +zone e37-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.14.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.14.1; + option domain-name "e37-1.tg13.gathering.org"; + ddns-domainname "e37-1.tg13.gathering.org"; + range 151.216.14.5 151.216.14.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e37-2.conf b/dhcp/conf.d/e37-2.conf new file mode 100644 index 0000000..6186b64 --- /dev/null +++ b/dhcp/conf.d/e37-2.conf @@ -0,0 +1,14 @@ +zone e37-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.14.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.14.65; + option domain-name "e37-2.tg13.gathering.org"; + ddns-domainname "e37-2.tg13.gathering.org"; + range 151.216.14.69 151.216.14.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e39-1.conf b/dhcp/conf.d/e39-1.conf new file mode 100644 index 0000000..64f3f8a --- /dev/null +++ b/dhcp/conf.d/e39-1.conf @@ -0,0 +1,14 @@ +zone e39-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.14.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.14.129; + option domain-name "e39-1.tg13.gathering.org"; + ddns-domainname "e39-1.tg13.gathering.org"; + range 151.216.14.133 151.216.14.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e39-2.conf b/dhcp/conf.d/e39-2.conf new file mode 100644 index 0000000..f170fa5 --- /dev/null +++ b/dhcp/conf.d/e39-2.conf @@ -0,0 +1,14 @@ +zone e39-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.14.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.14.193; + option domain-name "e39-2.tg13.gathering.org"; + ddns-domainname "e39-2.tg13.gathering.org"; + range 151.216.14.197 151.216.14.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e41-1.conf b/dhcp/conf.d/e41-1.conf new file mode 100644 index 0000000..60047a5 --- /dev/null +++ b/dhcp/conf.d/e41-1.conf @@ -0,0 +1,14 @@ +zone e41-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.15.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.15.1; + option domain-name "e41-1.tg13.gathering.org"; + ddns-domainname "e41-1.tg13.gathering.org"; + range 151.216.15.5 151.216.15.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e41-2.conf b/dhcp/conf.d/e41-2.conf new file mode 100644 index 0000000..8bf803d --- /dev/null +++ b/dhcp/conf.d/e41-2.conf @@ -0,0 +1,14 @@ +zone e41-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.15.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.15.65; + option domain-name "e41-2.tg13.gathering.org"; + ddns-domainname "e41-2.tg13.gathering.org"; + range 151.216.15.69 151.216.15.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e43-1.conf b/dhcp/conf.d/e43-1.conf new file mode 100644 index 0000000..0859e67 --- /dev/null +++ b/dhcp/conf.d/e43-1.conf @@ -0,0 +1,14 @@ +zone e43-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.15.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.15.129; + option domain-name "e43-1.tg13.gathering.org"; + ddns-domainname "e43-1.tg13.gathering.org"; + range 151.216.15.133 151.216.15.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e43-2.conf b/dhcp/conf.d/e43-2.conf new file mode 100644 index 0000000..f5632c4 --- /dev/null +++ b/dhcp/conf.d/e43-2.conf @@ -0,0 +1,14 @@ +zone e43-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.15.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.15.193; + option domain-name "e43-2.tg13.gathering.org"; + ddns-domainname "e43-2.tg13.gathering.org"; + range 151.216.15.197 151.216.15.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e43-3.conf b/dhcp/conf.d/e43-3.conf new file mode 100644 index 0000000..cbb22b5 --- /dev/null +++ b/dhcp/conf.d/e43-3.conf @@ -0,0 +1,14 @@ +zone e43-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.16.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.16.1; + option domain-name "e43-3.tg13.gathering.org"; + ddns-domainname "e43-3.tg13.gathering.org"; + range 151.216.16.5 151.216.16.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e43-4.conf b/dhcp/conf.d/e43-4.conf new file mode 100644 index 0000000..3c1bb39 --- /dev/null +++ b/dhcp/conf.d/e43-4.conf @@ -0,0 +1,14 @@ +zone e43-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.16.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.16.65; + option domain-name "e43-4.tg13.gathering.org"; + ddns-domainname "e43-4.tg13.gathering.org"; + range 151.216.16.69 151.216.16.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e45-1.conf b/dhcp/conf.d/e45-1.conf new file mode 100644 index 0000000..0214ecd --- /dev/null +++ b/dhcp/conf.d/e45-1.conf @@ -0,0 +1,14 @@ +zone e45-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.16.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.16.129; + option domain-name "e45-1.tg13.gathering.org"; + ddns-domainname "e45-1.tg13.gathering.org"; + range 151.216.16.133 151.216.16.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e45-2.conf b/dhcp/conf.d/e45-2.conf new file mode 100644 index 0000000..e881d34 --- /dev/null +++ b/dhcp/conf.d/e45-2.conf @@ -0,0 +1,14 @@ +zone e45-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.16.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.16.193; + option domain-name "e45-2.tg13.gathering.org"; + ddns-domainname "e45-2.tg13.gathering.org"; + range 151.216.16.197 151.216.16.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e45-3.conf b/dhcp/conf.d/e45-3.conf new file mode 100644 index 0000000..e686d74 --- /dev/null +++ b/dhcp/conf.d/e45-3.conf @@ -0,0 +1,14 @@ +zone e45-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.17.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.17.1; + option domain-name "e45-3.tg13.gathering.org"; + ddns-domainname "e45-3.tg13.gathering.org"; + range 151.216.17.5 151.216.17.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e45-4.conf b/dhcp/conf.d/e45-4.conf new file mode 100644 index 0000000..d3855c3 --- /dev/null +++ b/dhcp/conf.d/e45-4.conf @@ -0,0 +1,14 @@ +zone e45-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.17.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.17.65; + option domain-name "e45-4.tg13.gathering.org"; + ddns-domainname "e45-4.tg13.gathering.org"; + range 151.216.17.69 151.216.17.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e47-1.conf b/dhcp/conf.d/e47-1.conf new file mode 100644 index 0000000..6786b65 --- /dev/null +++ b/dhcp/conf.d/e47-1.conf @@ -0,0 +1,14 @@ +zone e47-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.17.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.17.129; + option domain-name "e47-1.tg13.gathering.org"; + ddns-domainname "e47-1.tg13.gathering.org"; + range 151.216.17.133 151.216.17.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e47-2.conf b/dhcp/conf.d/e47-2.conf new file mode 100644 index 0000000..57b3830 --- /dev/null +++ b/dhcp/conf.d/e47-2.conf @@ -0,0 +1,14 @@ +zone e47-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.17.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.17.193; + option domain-name "e47-2.tg13.gathering.org"; + ddns-domainname "e47-2.tg13.gathering.org"; + range 151.216.17.197 151.216.17.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e47-3.conf b/dhcp/conf.d/e47-3.conf new file mode 100644 index 0000000..acb3f53 --- /dev/null +++ b/dhcp/conf.d/e47-3.conf @@ -0,0 +1,14 @@ +zone e47-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.18.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.18.1; + option domain-name "e47-3.tg13.gathering.org"; + ddns-domainname "e47-3.tg13.gathering.org"; + range 151.216.18.5 151.216.18.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e47-4.conf b/dhcp/conf.d/e47-4.conf new file mode 100644 index 0000000..5fe0ac3 --- /dev/null +++ b/dhcp/conf.d/e47-4.conf @@ -0,0 +1,14 @@ +zone e47-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.18.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.18.65; + option domain-name "e47-4.tg13.gathering.org"; + ddns-domainname "e47-4.tg13.gathering.org"; + range 151.216.18.69 151.216.18.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e49-1.conf b/dhcp/conf.d/e49-1.conf new file mode 100644 index 0000000..4471449 --- /dev/null +++ b/dhcp/conf.d/e49-1.conf @@ -0,0 +1,14 @@ +zone e49-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.18.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.18.129; + option domain-name "e49-1.tg13.gathering.org"; + ddns-domainname "e49-1.tg13.gathering.org"; + range 151.216.18.133 151.216.18.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e49-2.conf b/dhcp/conf.d/e49-2.conf new file mode 100644 index 0000000..138feeb --- /dev/null +++ b/dhcp/conf.d/e49-2.conf @@ -0,0 +1,14 @@ +zone e49-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.18.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.18.193; + option domain-name "e49-2.tg13.gathering.org"; + ddns-domainname "e49-2.tg13.gathering.org"; + range 151.216.18.197 151.216.18.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e49-3.conf b/dhcp/conf.d/e49-3.conf new file mode 100644 index 0000000..0856374 --- /dev/null +++ b/dhcp/conf.d/e49-3.conf @@ -0,0 +1,14 @@ +zone e49-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.19.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.19.1; + option domain-name "e49-3.tg13.gathering.org"; + ddns-domainname "e49-3.tg13.gathering.org"; + range 151.216.19.5 151.216.19.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e49-4.conf b/dhcp/conf.d/e49-4.conf new file mode 100644 index 0000000..d4dfd47 --- /dev/null +++ b/dhcp/conf.d/e49-4.conf @@ -0,0 +1,14 @@ +zone e49-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.19.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.19.65; + option domain-name "e49-4.tg13.gathering.org"; + ddns-domainname "e49-4.tg13.gathering.org"; + range 151.216.19.69 151.216.19.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e5-3.conf b/dhcp/conf.d/e5-3.conf new file mode 100644 index 0000000..cf6fd80 --- /dev/null +++ b/dhcp/conf.d/e5-3.conf @@ -0,0 +1,14 @@ +zone e5-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.2.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.2.1; + option domain-name "e5-3.tg13.gathering.org"; + ddns-domainname "e5-3.tg13.gathering.org"; + range 151.216.2.5 151.216.2.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e5-4.conf b/dhcp/conf.d/e5-4.conf new file mode 100644 index 0000000..754d883 --- /dev/null +++ b/dhcp/conf.d/e5-4.conf @@ -0,0 +1,14 @@ +zone e5-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.2.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.2.65; + option domain-name "e5-4.tg13.gathering.org"; + ddns-domainname "e5-4.tg13.gathering.org"; + range 151.216.2.69 151.216.2.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e51-1.conf b/dhcp/conf.d/e51-1.conf new file mode 100644 index 0000000..b50439d --- /dev/null +++ b/dhcp/conf.d/e51-1.conf @@ -0,0 +1,14 @@ +zone e51-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.19.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.19.129; + option domain-name "e51-1.tg13.gathering.org"; + ddns-domainname "e51-1.tg13.gathering.org"; + range 151.216.19.133 151.216.19.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e51-2.conf b/dhcp/conf.d/e51-2.conf new file mode 100644 index 0000000..17bbe65 --- /dev/null +++ b/dhcp/conf.d/e51-2.conf @@ -0,0 +1,14 @@ +zone e51-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.19.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.19.193; + option domain-name "e51-2.tg13.gathering.org"; + ddns-domainname "e51-2.tg13.gathering.org"; + range 151.216.19.197 151.216.19.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e51-3.conf b/dhcp/conf.d/e51-3.conf new file mode 100644 index 0000000..52cbdd2 --- /dev/null +++ b/dhcp/conf.d/e51-3.conf @@ -0,0 +1,14 @@ +zone e51-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.20.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.20.1; + option domain-name "e51-3.tg13.gathering.org"; + ddns-domainname "e51-3.tg13.gathering.org"; + range 151.216.20.5 151.216.20.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e51-4.conf b/dhcp/conf.d/e51-4.conf new file mode 100644 index 0000000..b7fb7b3 --- /dev/null +++ b/dhcp/conf.d/e51-4.conf @@ -0,0 +1,14 @@ +zone e51-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.20.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.20.65; + option domain-name "e51-4.tg13.gathering.org"; + ddns-domainname "e51-4.tg13.gathering.org"; + range 151.216.20.69 151.216.20.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e53-1.conf b/dhcp/conf.d/e53-1.conf new file mode 100644 index 0000000..4abbc9f --- /dev/null +++ b/dhcp/conf.d/e53-1.conf @@ -0,0 +1,14 @@ +zone e53-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.20.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.20.129; + option domain-name "e53-1.tg13.gathering.org"; + ddns-domainname "e53-1.tg13.gathering.org"; + range 151.216.20.133 151.216.20.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e53-2.conf b/dhcp/conf.d/e53-2.conf new file mode 100644 index 0000000..9b31e74 --- /dev/null +++ b/dhcp/conf.d/e53-2.conf @@ -0,0 +1,14 @@ +zone e53-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.20.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.20.193; + option domain-name "e53-2.tg13.gathering.org"; + ddns-domainname "e53-2.tg13.gathering.org"; + range 151.216.20.197 151.216.20.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e53-3.conf b/dhcp/conf.d/e53-3.conf new file mode 100644 index 0000000..9011399 --- /dev/null +++ b/dhcp/conf.d/e53-3.conf @@ -0,0 +1,14 @@ +zone e53-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.21.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.21.1; + option domain-name "e53-3.tg13.gathering.org"; + ddns-domainname "e53-3.tg13.gathering.org"; + range 151.216.21.5 151.216.21.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e53-4.conf b/dhcp/conf.d/e53-4.conf new file mode 100644 index 0000000..b551888 --- /dev/null +++ b/dhcp/conf.d/e53-4.conf @@ -0,0 +1,14 @@ +zone e53-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.21.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.21.65; + option domain-name "e53-4.tg13.gathering.org"; + ddns-domainname "e53-4.tg13.gathering.org"; + range 151.216.21.69 151.216.21.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e55-1.conf b/dhcp/conf.d/e55-1.conf new file mode 100644 index 0000000..b6ee46d --- /dev/null +++ b/dhcp/conf.d/e55-1.conf @@ -0,0 +1,14 @@ +zone e55-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.21.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.21.129; + option domain-name "e55-1.tg13.gathering.org"; + ddns-domainname "e55-1.tg13.gathering.org"; + range 151.216.21.133 151.216.21.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e55-2.conf b/dhcp/conf.d/e55-2.conf new file mode 100644 index 0000000..bcd889b --- /dev/null +++ b/dhcp/conf.d/e55-2.conf @@ -0,0 +1,14 @@ +zone e55-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.21.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.21.193; + option domain-name "e55-2.tg13.gathering.org"; + ddns-domainname "e55-2.tg13.gathering.org"; + range 151.216.21.197 151.216.21.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e55-3.conf b/dhcp/conf.d/e55-3.conf new file mode 100644 index 0000000..148f442 --- /dev/null +++ b/dhcp/conf.d/e55-3.conf @@ -0,0 +1,14 @@ +zone e55-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.22.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.22.1; + option domain-name "e55-3.tg13.gathering.org"; + ddns-domainname "e55-3.tg13.gathering.org"; + range 151.216.22.5 151.216.22.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e55-4.conf b/dhcp/conf.d/e55-4.conf new file mode 100644 index 0000000..cdbb728 --- /dev/null +++ b/dhcp/conf.d/e55-4.conf @@ -0,0 +1,14 @@ +zone e55-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.22.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.22.65; + option domain-name "e55-4.tg13.gathering.org"; + ddns-domainname "e55-4.tg13.gathering.org"; + range 151.216.22.69 151.216.22.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e57-1.conf b/dhcp/conf.d/e57-1.conf new file mode 100644 index 0000000..1f0c5cb --- /dev/null +++ b/dhcp/conf.d/e57-1.conf @@ -0,0 +1,14 @@ +zone e57-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.22.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.22.129; + option domain-name "e57-1.tg13.gathering.org"; + ddns-domainname "e57-1.tg13.gathering.org"; + range 151.216.22.133 151.216.22.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e57-2.conf b/dhcp/conf.d/e57-2.conf new file mode 100644 index 0000000..a2a73cd --- /dev/null +++ b/dhcp/conf.d/e57-2.conf @@ -0,0 +1,14 @@ +zone e57-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.22.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.22.193; + option domain-name "e57-2.tg13.gathering.org"; + ddns-domainname "e57-2.tg13.gathering.org"; + range 151.216.22.197 151.216.22.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e57-3.conf b/dhcp/conf.d/e57-3.conf new file mode 100644 index 0000000..318d60a --- /dev/null +++ b/dhcp/conf.d/e57-3.conf @@ -0,0 +1,14 @@ +zone e57-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.23.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.23.1; + option domain-name "e57-3.tg13.gathering.org"; + ddns-domainname "e57-3.tg13.gathering.org"; + range 151.216.23.5 151.216.23.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e57-4.conf b/dhcp/conf.d/e57-4.conf new file mode 100644 index 0000000..3db7c69 --- /dev/null +++ b/dhcp/conf.d/e57-4.conf @@ -0,0 +1,14 @@ +zone e57-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.23.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.23.65; + option domain-name "e57-4.tg13.gathering.org"; + ddns-domainname "e57-4.tg13.gathering.org"; + range 151.216.23.69 151.216.23.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e59-1.conf b/dhcp/conf.d/e59-1.conf new file mode 100644 index 0000000..8251763 --- /dev/null +++ b/dhcp/conf.d/e59-1.conf @@ -0,0 +1,14 @@ +zone e59-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.23.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.23.129; + option domain-name "e59-1.tg13.gathering.org"; + ddns-domainname "e59-1.tg13.gathering.org"; + range 151.216.23.133 151.216.23.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e59-2.conf b/dhcp/conf.d/e59-2.conf new file mode 100644 index 0000000..cb78cfe --- /dev/null +++ b/dhcp/conf.d/e59-2.conf @@ -0,0 +1,14 @@ +zone e59-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.23.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.23.193; + option domain-name "e59-2.tg13.gathering.org"; + ddns-domainname "e59-2.tg13.gathering.org"; + range 151.216.23.197 151.216.23.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e59-3.conf b/dhcp/conf.d/e59-3.conf new file mode 100644 index 0000000..5f8b18a --- /dev/null +++ b/dhcp/conf.d/e59-3.conf @@ -0,0 +1,14 @@ +zone e59-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.24.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.24.1; + option domain-name "e59-3.tg13.gathering.org"; + ddns-domainname "e59-3.tg13.gathering.org"; + range 151.216.24.5 151.216.24.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e59-4.conf b/dhcp/conf.d/e59-4.conf new file mode 100644 index 0000000..0f6303d --- /dev/null +++ b/dhcp/conf.d/e59-4.conf @@ -0,0 +1,14 @@ +zone e59-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.24.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.24.65; + option domain-name "e59-4.tg13.gathering.org"; + ddns-domainname "e59-4.tg13.gathering.org"; + range 151.216.24.69 151.216.24.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e61-1.conf b/dhcp/conf.d/e61-1.conf new file mode 100644 index 0000000..93eaf53 --- /dev/null +++ b/dhcp/conf.d/e61-1.conf @@ -0,0 +1,14 @@ +zone e61-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.24.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.24.129; + option domain-name "e61-1.tg13.gathering.org"; + ddns-domainname "e61-1.tg13.gathering.org"; + range 151.216.24.133 151.216.24.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e61-2.conf b/dhcp/conf.d/e61-2.conf new file mode 100644 index 0000000..56c2bd6 --- /dev/null +++ b/dhcp/conf.d/e61-2.conf @@ -0,0 +1,14 @@ +zone e61-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.24.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.24.193; + option domain-name "e61-2.tg13.gathering.org"; + ddns-domainname "e61-2.tg13.gathering.org"; + range 151.216.24.197 151.216.24.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e61-3.conf b/dhcp/conf.d/e61-3.conf new file mode 100644 index 0000000..1fe77ac --- /dev/null +++ b/dhcp/conf.d/e61-3.conf @@ -0,0 +1,14 @@ +zone e61-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.25.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.25.1; + option domain-name "e61-3.tg13.gathering.org"; + ddns-domainname "e61-3.tg13.gathering.org"; + range 151.216.25.5 151.216.25.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e61-4.conf b/dhcp/conf.d/e61-4.conf new file mode 100644 index 0000000..38767d1 --- /dev/null +++ b/dhcp/conf.d/e61-4.conf @@ -0,0 +1,14 @@ +zone e61-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.25.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.25.65; + option domain-name "e61-4.tg13.gathering.org"; + ddns-domainname "e61-4.tg13.gathering.org"; + range 151.216.25.69 151.216.25.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e63-1.conf b/dhcp/conf.d/e63-1.conf new file mode 100644 index 0000000..b52c705 --- /dev/null +++ b/dhcp/conf.d/e63-1.conf @@ -0,0 +1,14 @@ +zone e63-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.25.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.25.129; + option domain-name "e63-1.tg13.gathering.org"; + ddns-domainname "e63-1.tg13.gathering.org"; + range 151.216.25.133 151.216.25.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e63-2.conf b/dhcp/conf.d/e63-2.conf new file mode 100644 index 0000000..07d669f --- /dev/null +++ b/dhcp/conf.d/e63-2.conf @@ -0,0 +1,14 @@ +zone e63-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.25.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.25.193; + option domain-name "e63-2.tg13.gathering.org"; + ddns-domainname "e63-2.tg13.gathering.org"; + range 151.216.25.197 151.216.25.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e63-3.conf b/dhcp/conf.d/e63-3.conf new file mode 100644 index 0000000..0f570ab --- /dev/null +++ b/dhcp/conf.d/e63-3.conf @@ -0,0 +1,14 @@ +zone e63-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.26.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.26.1; + option domain-name "e63-3.tg13.gathering.org"; + ddns-domainname "e63-3.tg13.gathering.org"; + range 151.216.26.5 151.216.26.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e63-4.conf b/dhcp/conf.d/e63-4.conf new file mode 100644 index 0000000..427908a --- /dev/null +++ b/dhcp/conf.d/e63-4.conf @@ -0,0 +1,14 @@ +zone e63-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.26.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.26.65; + option domain-name "e63-4.tg13.gathering.org"; + ddns-domainname "e63-4.tg13.gathering.org"; + range 151.216.26.69 151.216.26.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e65-1.conf b/dhcp/conf.d/e65-1.conf new file mode 100644 index 0000000..ae4e114 --- /dev/null +++ b/dhcp/conf.d/e65-1.conf @@ -0,0 +1,14 @@ +zone e65-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.26.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.26.129; + option domain-name "e65-1.tg13.gathering.org"; + ddns-domainname "e65-1.tg13.gathering.org"; + range 151.216.26.133 151.216.26.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e65-2.conf b/dhcp/conf.d/e65-2.conf new file mode 100644 index 0000000..d23cfa5 --- /dev/null +++ b/dhcp/conf.d/e65-2.conf @@ -0,0 +1,14 @@ +zone e65-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.26.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.26.193; + option domain-name "e65-2.tg13.gathering.org"; + ddns-domainname "e65-2.tg13.gathering.org"; + range 151.216.26.197 151.216.26.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e65-3.conf b/dhcp/conf.d/e65-3.conf new file mode 100644 index 0000000..6d2aa36 --- /dev/null +++ b/dhcp/conf.d/e65-3.conf @@ -0,0 +1,14 @@ +zone e65-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.27.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.27.1; + option domain-name "e65-3.tg13.gathering.org"; + ddns-domainname "e65-3.tg13.gathering.org"; + range 151.216.27.5 151.216.27.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e65-4.conf b/dhcp/conf.d/e65-4.conf new file mode 100644 index 0000000..542be9a --- /dev/null +++ b/dhcp/conf.d/e65-4.conf @@ -0,0 +1,14 @@ +zone e65-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.27.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.27.65; + option domain-name "e65-4.tg13.gathering.org"; + ddns-domainname "e65-4.tg13.gathering.org"; + range 151.216.27.69 151.216.27.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e67-1.conf b/dhcp/conf.d/e67-1.conf new file mode 100644 index 0000000..a689665 --- /dev/null +++ b/dhcp/conf.d/e67-1.conf @@ -0,0 +1,14 @@ +zone e67-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.27.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.27.129; + option domain-name "e67-1.tg13.gathering.org"; + ddns-domainname "e67-1.tg13.gathering.org"; + range 151.216.27.133 151.216.27.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e67-2.conf b/dhcp/conf.d/e67-2.conf new file mode 100644 index 0000000..a34df75 --- /dev/null +++ b/dhcp/conf.d/e67-2.conf @@ -0,0 +1,14 @@ +zone e67-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.27.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.27.193; + option domain-name "e67-2.tg13.gathering.org"; + ddns-domainname "e67-2.tg13.gathering.org"; + range 151.216.27.197 151.216.27.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e67-3.conf b/dhcp/conf.d/e67-3.conf new file mode 100644 index 0000000..e505ddb --- /dev/null +++ b/dhcp/conf.d/e67-3.conf @@ -0,0 +1,14 @@ +zone e67-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.28.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.28.1; + option domain-name "e67-3.tg13.gathering.org"; + ddns-domainname "e67-3.tg13.gathering.org"; + range 151.216.28.5 151.216.28.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e67-4.conf b/dhcp/conf.d/e67-4.conf new file mode 100644 index 0000000..8096ddc --- /dev/null +++ b/dhcp/conf.d/e67-4.conf @@ -0,0 +1,14 @@ +zone e67-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.28.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.28.65; + option domain-name "e67-4.tg13.gathering.org"; + ddns-domainname "e67-4.tg13.gathering.org"; + range 151.216.28.69 151.216.28.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e69-1.conf b/dhcp/conf.d/e69-1.conf new file mode 100644 index 0000000..0a10a9f --- /dev/null +++ b/dhcp/conf.d/e69-1.conf @@ -0,0 +1,14 @@ +zone e69-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.28.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.28.129; + option domain-name "e69-1.tg13.gathering.org"; + ddns-domainname "e69-1.tg13.gathering.org"; + range 151.216.28.133 151.216.28.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e69-2.conf b/dhcp/conf.d/e69-2.conf new file mode 100644 index 0000000..b4eaf6a --- /dev/null +++ b/dhcp/conf.d/e69-2.conf @@ -0,0 +1,14 @@ +zone e69-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.28.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.28.193; + option domain-name "e69-2.tg13.gathering.org"; + ddns-domainname "e69-2.tg13.gathering.org"; + range 151.216.28.197 151.216.28.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e69-3.conf b/dhcp/conf.d/e69-3.conf new file mode 100644 index 0000000..bb0a368 --- /dev/null +++ b/dhcp/conf.d/e69-3.conf @@ -0,0 +1,14 @@ +zone e69-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.29.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.29.1; + option domain-name "e69-3.tg13.gathering.org"; + ddns-domainname "e69-3.tg13.gathering.org"; + range 151.216.29.5 151.216.29.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e69-4.conf b/dhcp/conf.d/e69-4.conf new file mode 100644 index 0000000..c335f7a --- /dev/null +++ b/dhcp/conf.d/e69-4.conf @@ -0,0 +1,14 @@ +zone e69-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.29.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.29.65; + option domain-name "e69-4.tg13.gathering.org"; + ddns-domainname "e69-4.tg13.gathering.org"; + range 151.216.29.69 151.216.29.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e7-3.conf b/dhcp/conf.d/e7-3.conf new file mode 100644 index 0000000..e3c5aa0 --- /dev/null +++ b/dhcp/conf.d/e7-3.conf @@ -0,0 +1,14 @@ +zone e7-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.2.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.2.129; + option domain-name "e7-3.tg13.gathering.org"; + ddns-domainname "e7-3.tg13.gathering.org"; + range 151.216.2.133 151.216.2.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e7-4.conf b/dhcp/conf.d/e7-4.conf new file mode 100644 index 0000000..80ce037 --- /dev/null +++ b/dhcp/conf.d/e7-4.conf @@ -0,0 +1,14 @@ +zone e7-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.2.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.2.193; + option domain-name "e7-4.tg13.gathering.org"; + ddns-domainname "e7-4.tg13.gathering.org"; + range 151.216.2.197 151.216.2.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e71-1.conf b/dhcp/conf.d/e71-1.conf new file mode 100644 index 0000000..34478a8 --- /dev/null +++ b/dhcp/conf.d/e71-1.conf @@ -0,0 +1,14 @@ +zone e71-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.29.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.29.129; + option domain-name "e71-1.tg13.gathering.org"; + ddns-domainname "e71-1.tg13.gathering.org"; + range 151.216.29.133 151.216.29.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e71-2.conf b/dhcp/conf.d/e71-2.conf new file mode 100644 index 0000000..2763460 --- /dev/null +++ b/dhcp/conf.d/e71-2.conf @@ -0,0 +1,14 @@ +zone e71-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.29.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.29.193; + option domain-name "e71-2.tg13.gathering.org"; + ddns-domainname "e71-2.tg13.gathering.org"; + range 151.216.29.197 151.216.29.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e71-3.conf b/dhcp/conf.d/e71-3.conf new file mode 100644 index 0000000..dcd66d3 --- /dev/null +++ b/dhcp/conf.d/e71-3.conf @@ -0,0 +1,14 @@ +zone e71-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.30.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.30.1; + option domain-name "e71-3.tg13.gathering.org"; + ddns-domainname "e71-3.tg13.gathering.org"; + range 151.216.30.5 151.216.30.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e71-4.conf b/dhcp/conf.d/e71-4.conf new file mode 100644 index 0000000..8dda936 --- /dev/null +++ b/dhcp/conf.d/e71-4.conf @@ -0,0 +1,14 @@ +zone e71-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.30.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.30.65; + option domain-name "e71-4.tg13.gathering.org"; + ddns-domainname "e71-4.tg13.gathering.org"; + range 151.216.30.69 151.216.30.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e73-1.conf b/dhcp/conf.d/e73-1.conf new file mode 100644 index 0000000..5675ddc --- /dev/null +++ b/dhcp/conf.d/e73-1.conf @@ -0,0 +1,14 @@ +zone e73-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.30.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.30.129; + option domain-name "e73-1.tg13.gathering.org"; + ddns-domainname "e73-1.tg13.gathering.org"; + range 151.216.30.133 151.216.30.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e73-2.conf b/dhcp/conf.d/e73-2.conf new file mode 100644 index 0000000..cb376a9 --- /dev/null +++ b/dhcp/conf.d/e73-2.conf @@ -0,0 +1,14 @@ +zone e73-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.30.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.30.193; + option domain-name "e73-2.tg13.gathering.org"; + ddns-domainname "e73-2.tg13.gathering.org"; + range 151.216.30.197 151.216.30.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e73-3.conf b/dhcp/conf.d/e73-3.conf new file mode 100644 index 0000000..369fbb3 --- /dev/null +++ b/dhcp/conf.d/e73-3.conf @@ -0,0 +1,14 @@ +zone e73-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.31.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.31.1; + option domain-name "e73-3.tg13.gathering.org"; + ddns-domainname "e73-3.tg13.gathering.org"; + range 151.216.31.5 151.216.31.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e73-4.conf b/dhcp/conf.d/e73-4.conf new file mode 100644 index 0000000..bc22c1c --- /dev/null +++ b/dhcp/conf.d/e73-4.conf @@ -0,0 +1,14 @@ +zone e73-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.31.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.31.65; + option domain-name "e73-4.tg13.gathering.org"; + ddns-domainname "e73-4.tg13.gathering.org"; + range 151.216.31.69 151.216.31.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e75-1.conf b/dhcp/conf.d/e75-1.conf new file mode 100644 index 0000000..d8cf0cd --- /dev/null +++ b/dhcp/conf.d/e75-1.conf @@ -0,0 +1,14 @@ +zone e75-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.31.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.31.129; + option domain-name "e75-1.tg13.gathering.org"; + ddns-domainname "e75-1.tg13.gathering.org"; + range 151.216.31.133 151.216.31.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e75-2.conf b/dhcp/conf.d/e75-2.conf new file mode 100644 index 0000000..be6c23d --- /dev/null +++ b/dhcp/conf.d/e75-2.conf @@ -0,0 +1,14 @@ +zone e75-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.31.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.31.193; + option domain-name "e75-2.tg13.gathering.org"; + ddns-domainname "e75-2.tg13.gathering.org"; + range 151.216.31.197 151.216.31.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e75-3.conf b/dhcp/conf.d/e75-3.conf new file mode 100644 index 0000000..e5e859e --- /dev/null +++ b/dhcp/conf.d/e75-3.conf @@ -0,0 +1,14 @@ +zone e75-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.32.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.32.1; + option domain-name "e75-3.tg13.gathering.org"; + ddns-domainname "e75-3.tg13.gathering.org"; + range 151.216.32.5 151.216.32.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e75-4.conf b/dhcp/conf.d/e75-4.conf new file mode 100644 index 0000000..6d1811f --- /dev/null +++ b/dhcp/conf.d/e75-4.conf @@ -0,0 +1,14 @@ +zone e75-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.32.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.32.65; + option domain-name "e75-4.tg13.gathering.org"; + ddns-domainname "e75-4.tg13.gathering.org"; + range 151.216.32.69 151.216.32.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e77-1.conf b/dhcp/conf.d/e77-1.conf new file mode 100644 index 0000000..0d99446 --- /dev/null +++ b/dhcp/conf.d/e77-1.conf @@ -0,0 +1,14 @@ +zone e77-1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.32.128 netmask 255.255.255.192 { + authoritative; + option routers 151.216.32.129; + option domain-name "e77-1.tg13.gathering.org"; + ddns-domainname "e77-1.tg13.gathering.org"; + range 151.216.32.133 151.216.32.190; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e77-2.conf b/dhcp/conf.d/e77-2.conf new file mode 100644 index 0000000..b989747 --- /dev/null +++ b/dhcp/conf.d/e77-2.conf @@ -0,0 +1,14 @@ +zone e77-2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.32.192 netmask 255.255.255.192 { + authoritative; + option routers 151.216.32.193; + option domain-name "e77-2.tg13.gathering.org"; + ddns-domainname "e77-2.tg13.gathering.org"; + range 151.216.32.197 151.216.32.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e9-3.conf b/dhcp/conf.d/e9-3.conf new file mode 100644 index 0000000..fd1f08e --- /dev/null +++ b/dhcp/conf.d/e9-3.conf @@ -0,0 +1,14 @@ +zone e9-3.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.3.0 netmask 255.255.255.192 { + authoritative; + option routers 151.216.3.1; + option domain-name "e9-3.tg13.gathering.org"; + ddns-domainname "e9-3.tg13.gathering.org"; + range 151.216.3.5 151.216.3.62; + ignore client-updates; +} + diff --git a/dhcp/conf.d/e9-4.conf b/dhcp/conf.d/e9-4.conf new file mode 100644 index 0000000..ae6638b --- /dev/null +++ b/dhcp/conf.d/e9-4.conf @@ -0,0 +1,14 @@ +zone e9-4.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.3.64 netmask 255.255.255.192 { + authoritative; + option routers 151.216.3.65; + option domain-name "e9-4.tg13.gathering.org"; + ddns-domainname "e9-4.tg13.gathering.org"; + range 151.216.3.69 151.216.3.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/fugleberg1.conf b/dhcp/conf.d/fugleberg1.conf new file mode 100644 index 0000000..c3e6488 --- /dev/null +++ b/dhcp/conf.d/fugleberg1.conf @@ -0,0 +1,14 @@ +zone fugleberg1.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.99.0 netmask 255.255.255.128 { + authoritative; + option routers 151.216.99.1; + option domain-name "fugleberg1.tg13.gathering.org"; + ddns-domainname "fugleberg1.tg13.gathering.org"; + range 151.216.99.5 151.216.99.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/fugleberg2.conf b/dhcp/conf.d/fugleberg2.conf new file mode 100644 index 0000000..1a223ab --- /dev/null +++ b/dhcp/conf.d/fugleberg2.conf @@ -0,0 +1,15 @@ +zone fugleberg2.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.99.128 netmask 255.255.255.128 { + authoritative; + option routers 151.216.99.129; + option domain-name "fugleberg2.tg13.gathering.org"; + ddns-domainname "fugleberg2.tg13.gathering.org"; + range 151.216.99.133 151.216.99.254; + ignore client-updates; +} + +host fuglecam { hardware ethernet 90:2b:34:5c:49:d4; fixed-address 151.216.99.254; } diff --git a/dhcp/conf.d/game.conf b/dhcp/conf.d/game.conf new file mode 100644 index 0000000..23fbf84 --- /dev/null +++ b/dhcp/conf.d/game.conf @@ -0,0 +1,14 @@ +zone game.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.101.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.101.1; + option domain-name "game.tg13.gathering.org"; + ddns-domainname "game.tg13.gathering.org"; + range 151.216.101.5 151.216.101.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/gamehq.conf b/dhcp/conf.d/gamehq.conf new file mode 100644 index 0000000..a4ab629 --- /dev/null +++ b/dhcp/conf.d/gamehq.conf @@ -0,0 +1,14 @@ +zone gamehq.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.54.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.54.1; + option domain-name "gamehq.tg13.gathering.org"; + ddns-domainname "gamehq.tg13.gathering.org"; + range 151.216.54.5 151.216.54.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/lager.conf b/dhcp/conf.d/lager.conf new file mode 100644 index 0000000..094e1d4 --- /dev/null +++ b/dhcp/conf.d/lager.conf @@ -0,0 +1,14 @@ +zone lager.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.113.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.113.1; + option domain-name "lager.tg13.gathering.org"; + ddns-domainname "lager.tg13.gathering.org"; + range 151.216.113.5 151.216.113.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/logistikk.conf b/dhcp/conf.d/logistikk.conf new file mode 100644 index 0000000..1c9eeae --- /dev/null +++ b/dhcp/conf.d/logistikk.conf @@ -0,0 +1,14 @@ +zone logistikk.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.96.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.96.1; + option domain-name "logistikk.tg13.gathering.org"; + ddns-domainname "logistikk.tg13.gathering.org"; + range 151.216.96.5 151.216.96.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/marsrele.conf b/dhcp/conf.d/marsrele.conf new file mode 100644 index 0000000..23b502c --- /dev/null +++ b/dhcp/conf.d/marsrele.conf @@ -0,0 +1,14 @@ +zone marsrele.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.118.0 netmask 255.255.255.128 { + authoritative; + option routers 151.216.118.1; + option domain-name "marsrele.tg13.gathering.org"; + ddns-domainname "marsrele.tg13.gathering.org"; + range 151.216.118.5 151.216.118.126; + ignore client-updates; +} + diff --git a/dhcp/conf.d/noc.conf b/dhcp/conf.d/noc.conf new file mode 100644 index 0000000..1694bf0 --- /dev/null +++ b/dhcp/conf.d/noc.conf @@ -0,0 +1,34 @@ +zone noc.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.124.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.124.1; + option domain-name "noc.tg13.gathering.org"; + option domain-search "tg13.gathering.org", "infra.tg13.gathering.org", "noc.tg13.gathering.org"; + ddns-domainname "noc.tg13.gathering.org"; + + # Steam/Origin testing + # VIKTIG med deny før allow :-)) + pool { + allow members of "steam-clients"; + range 151.216.124.5 151.216.124.15; + } + pool { + deny members of "steam-clients"; + range 151.216.124.16 151.216.124.254; + } + + # dette fungerer ikke :-)) + #steam-clients + #if (substring (option host-name, 0, 4) = "ior-") { + # range 151.216.124.5 151.216.124.15; + #} else { + # range 151.216.124.16 151.216.124.254; + #} + ignore client-updates; +} + +host widecam.noc { hardware ethernet 00:02:d1:15:64:80; fixed-address 151.216.124.79; } diff --git a/dhcp/conf.d/presse.conf b/dhcp/conf.d/presse.conf new file mode 100644 index 0000000..8cdad57 --- /dev/null +++ b/dhcp/conf.d/presse.conf @@ -0,0 +1,14 @@ +zone presse.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.98.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.98.1; + option domain-name "presse.tg13.gathering.org"; + ddns-domainname "presse.tg13.gathering.org"; + range 151.216.98.5 151.216.98.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/secmedic.conf b/dhcp/conf.d/secmedic.conf new file mode 100644 index 0000000..0976053 --- /dev/null +++ b/dhcp/conf.d/secmedic.conf @@ -0,0 +1,14 @@ +zone secmedic.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.112.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.112.1; + option domain-name "secmedic.tg13.gathering.org"; + ddns-domainname "secmedic.tg13.gathering.org"; + range 151.216.112.5 151.216.112.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/sponsorvest.conf b/dhcp/conf.d/sponsorvest.conf new file mode 100644 index 0000000..65362d1 --- /dev/null +++ b/dhcp/conf.d/sponsorvest.conf @@ -0,0 +1,16 @@ +zone sponsorvest.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.105.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.105.1; + option domain-name "sponsorvest.tg13.gathering.org"; + ddns-domainname "sponsorvest.tg13.gathering.org"; + range 151.216.105.5 151.216.105.254; + ignore client-updates; +} + +host hacklol { hardware ethernet 00:24:7e:dd:e3:4c; fixed-address 151.216.105.9; } + diff --git a/dhcp/conf.d/stage.conf b/dhcp/conf.d/stage.conf new file mode 100644 index 0000000..bdfd3bc --- /dev/null +++ b/dhcp/conf.d/stage.conf @@ -0,0 +1,16 @@ +zone stage.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.114.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.114.1; + option domain-name "stage.tg13.gathering.org"; + ddns-domainname "stage.tg13.gathering.org"; + range 151.216.114.5 151.216.114.254; + ignore client-updates; +} + +host timer.stage { hardware ethernet 00:0c:29:6c:dd:ab; fixed-address 151.216.114.250; } +host politietno.stage { hardware ethernet 00:25:90:c1:bd:21; fixed-address 151.216.114.254; } diff --git a/dhcp/conf.d/stageboh.conf b/dhcp/conf.d/stageboh.conf new file mode 100644 index 0000000..62cc404 --- /dev/null +++ b/dhcp/conf.d/stageboh.conf @@ -0,0 +1,15 @@ +zone stageboh.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.107.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.107.1; + option domain-name "stageboh.tg13.gathering.org"; + ddns-domainname "stageboh.tg13.gathering.org"; + range 151.216.107.5 151.216.107.254; + ignore client-updates; +} + +host linux.stageboh { hardware ethernet f4:ce:46:7f:9c:7a; fixed-address 151.216.107.14; } diff --git a/dhcp/conf.d/tele.conf b/dhcp/conf.d/tele.conf new file mode 100644 index 0000000..b5b2dd6 --- /dev/null +++ b/dhcp/conf.d/tele.conf @@ -0,0 +1,14 @@ +zone tele.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.126.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.126.1; + option domain-name "tele.tg13.gathering.org"; + ddns-domainname "tele.tg13.gathering.org"; + range 151.216.126.5 151.216.126.254; + ignore client-updates; +} + diff --git a/dhcp/conf.d/wlan.conf b/dhcp/conf.d/wlan.conf new file mode 100644 index 0000000..c3d779d --- /dev/null +++ b/dhcp/conf.d/wlan.conf @@ -0,0 +1,14 @@ +zone wlan.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.64.0 netmask 255.255.224.0 { + authoritative; + option routers 151.216.64.1; + option domain-name "wlan.tg13.gathering.org"; + ddns-domainname "wlan.tg13.gathering.org"; + range 151.216.64.5 151.216.95.253; + ignore client-updates; +} + diff --git a/dhcp/conf.d/ymse.conf b/dhcp/conf.d/ymse.conf new file mode 100644 index 0000000..06854df --- /dev/null +++ b/dhcp/conf.d/ymse.conf @@ -0,0 +1,15 @@ +zone ymse.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.115.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.115.1; + option domain-name "ymse.tg13.gathering.org"; + ddns-domainname "ymse.tg13.gathering.org"; + range 151.216.115.5 151.216.115.254; + ignore client-updates; +} + +host recording02.stageboh { hardware ethernet 80:ee:73:33:8e:e4; fixed-address 151.216.115.254; } diff --git a/dhcp/dhcpd.conf b/dhcp/dhcpd.conf new file mode 100644 index 0000000..a907a0d --- /dev/null +++ b/dhcp/dhcpd.conf @@ -0,0 +1,30 @@ +# GENERATED BY make-dhcpd.pl +# +# Central concept: as little config in the main .conf, +# include almost everything from separate files.. +# +# log-facility local7; +option domain-name "tg13.gathering.org"; +option domain-name-servers 151.216.126.2, 151.216.125.2; +default-lease-time 3600; +max-lease-time 7200; +authoritative; + +ddns-update-style interim; +key DHCP_UPDATER { + algorithm HMAC-MD5.SIG-ALG.REG.INT; + secret <removed>; +} + +subnet 151.216.126.0 netmask 255.255.255.0 {} + +class "steam-clients" { + match if ((substring(option host-name, 0, 4) = "ior-")); +} + +include "/etc/dhcp/revzones.conf"; +include "/etc/dhcp/generated-include.conf"; +include "/etc/dhcp/pxe-boot.conf"; +include "/etc/dhcp/ciscowlc.conf"; + + diff --git a/dhcp/generated-include.conf b/dhcp/generated-include.conf new file mode 100644 index 0000000..a334283 --- /dev/null +++ b/dhcp/generated-include.conf @@ -0,0 +1,159 @@ +include "/etc/dhcp/conf.d/ap-dist0.conf"; +include "/etc/dhcp/conf.d/ap-dist1.conf"; +include "/etc/dhcp/conf.d/ap-dist2.conf"; +include "/etc/dhcp/conf.d/ap-dist3.conf"; +include "/etc/dhcp/conf.d/ap-dist4.conf"; +include "/etc/dhcp/conf.d/care.conf"; +include "/etc/dhcp/conf.d/chillout.conf"; +include "/etc/dhcp/conf.d/creativia.conf"; +include "/etc/dhcp/conf.d/crew1.conf"; +include "/etc/dhcp/conf.d/crew2.conf"; +include "/etc/dhcp/conf.d/crew3.conf"; +include "/etc/dhcp/conf.d/crew4.conf"; +include "/etc/dhcp/conf.d/crew5.conf"; +include "/etc/dhcp/conf.d/crew6.conf"; +include "/etc/dhcp/conf.d/defektraid.conf"; +include "/etc/dhcp/conf.d/e1-3.conf"; +include "/etc/dhcp/conf.d/e1-4.conf"; +include "/etc/dhcp/conf.d/e11-1.conf"; +include "/etc/dhcp/conf.d/e11-2.conf"; +include "/etc/dhcp/conf.d/e11-3.conf"; +include "/etc/dhcp/conf.d/e11-4.conf"; +include "/etc/dhcp/conf.d/e13-1.conf"; +include "/etc/dhcp/conf.d/e13-2.conf"; +include "/etc/dhcp/conf.d/e13-3.conf"; +include "/etc/dhcp/conf.d/e13-4.conf"; +include "/etc/dhcp/conf.d/e15-1.conf"; +include "/etc/dhcp/conf.d/e15-2.conf"; +include "/etc/dhcp/conf.d/e15-3.conf"; +include "/etc/dhcp/conf.d/e15-4.conf"; +include "/etc/dhcp/conf.d/e17-1.conf"; +include "/etc/dhcp/conf.d/e17-2.conf"; +include "/etc/dhcp/conf.d/e17-3.conf"; +include "/etc/dhcp/conf.d/e17-4.conf"; +include "/etc/dhcp/conf.d/e19-1.conf"; +include "/etc/dhcp/conf.d/e19-2.conf"; +include "/etc/dhcp/conf.d/e19-3.conf"; +include "/etc/dhcp/conf.d/e19-4.conf"; +include "/etc/dhcp/conf.d/e21-1.conf"; +include "/etc/dhcp/conf.d/e21-2.conf"; +include "/etc/dhcp/conf.d/e21-3.conf"; +include "/etc/dhcp/conf.d/e21-4.conf"; +include "/etc/dhcp/conf.d/e23-1.conf"; +include "/etc/dhcp/conf.d/e23-2.conf"; +include "/etc/dhcp/conf.d/e23-3.conf"; +include "/etc/dhcp/conf.d/e23-4.conf"; +include "/etc/dhcp/conf.d/e25-1.conf"; +include "/etc/dhcp/conf.d/e25-2.conf"; +include "/etc/dhcp/conf.d/e25-3.conf"; +include "/etc/dhcp/conf.d/e25-4.conf"; +include "/etc/dhcp/conf.d/e27-1.conf"; +include "/etc/dhcp/conf.d/e27-2.conf"; +include "/etc/dhcp/conf.d/e29-1.conf"; +include "/etc/dhcp/conf.d/e29-2.conf"; +include "/etc/dhcp/conf.d/e3-3.conf"; +include "/etc/dhcp/conf.d/e3-4.conf"; +include "/etc/dhcp/conf.d/e31-1.conf"; +include "/etc/dhcp/conf.d/e31-2.conf"; +include "/etc/dhcp/conf.d/e33-1.conf"; +include "/etc/dhcp/conf.d/e33-2.conf"; +include "/etc/dhcp/conf.d/e35-1.conf"; +include "/etc/dhcp/conf.d/e35-2.conf"; +include "/etc/dhcp/conf.d/e37-1.conf"; +include "/etc/dhcp/conf.d/e37-2.conf"; +include "/etc/dhcp/conf.d/e39-1.conf"; +include "/etc/dhcp/conf.d/e39-2.conf"; +include "/etc/dhcp/conf.d/e41-1.conf"; +include "/etc/dhcp/conf.d/e41-2.conf"; +include "/etc/dhcp/conf.d/e43-1.conf"; +include "/etc/dhcp/conf.d/e43-2.conf"; +include "/etc/dhcp/conf.d/e43-3.conf"; +include "/etc/dhcp/conf.d/e43-4.conf"; +include "/etc/dhcp/conf.d/e45-1.conf"; +include "/etc/dhcp/conf.d/e45-2.conf"; +include "/etc/dhcp/conf.d/e45-3.conf"; +include "/etc/dhcp/conf.d/e45-4.conf"; +include "/etc/dhcp/conf.d/e47-1.conf"; +include "/etc/dhcp/conf.d/e47-2.conf"; +include "/etc/dhcp/conf.d/e47-3.conf"; +include "/etc/dhcp/conf.d/e47-4.conf"; +include "/etc/dhcp/conf.d/e49-1.conf"; +include "/etc/dhcp/conf.d/e49-2.conf"; +include "/etc/dhcp/conf.d/e49-3.conf"; +include "/etc/dhcp/conf.d/e49-4.conf"; +include "/etc/dhcp/conf.d/e5-3.conf"; +include "/etc/dhcp/conf.d/e5-4.conf"; +include "/etc/dhcp/conf.d/e51-1.conf"; +include "/etc/dhcp/conf.d/e51-2.conf"; +include "/etc/dhcp/conf.d/e51-3.conf"; +include "/etc/dhcp/conf.d/e51-4.conf"; +include "/etc/dhcp/conf.d/e53-1.conf"; +include "/etc/dhcp/conf.d/e53-2.conf"; +include "/etc/dhcp/conf.d/e53-3.conf"; +include "/etc/dhcp/conf.d/e53-4.conf"; +include "/etc/dhcp/conf.d/e55-1.conf"; +include "/etc/dhcp/conf.d/e55-2.conf"; +include "/etc/dhcp/conf.d/e55-3.conf"; +include "/etc/dhcp/conf.d/e55-4.conf"; +include "/etc/dhcp/conf.d/e57-1.conf"; +include "/etc/dhcp/conf.d/e57-2.conf"; +include "/etc/dhcp/conf.d/e57-3.conf"; +include "/etc/dhcp/conf.d/e57-4.conf"; +include "/etc/dhcp/conf.d/e59-1.conf"; +include "/etc/dhcp/conf.d/e59-2.conf"; +include "/etc/dhcp/conf.d/e59-3.conf"; +include "/etc/dhcp/conf.d/e59-4.conf"; +include "/etc/dhcp/conf.d/e61-1.conf"; +include "/etc/dhcp/conf.d/e61-2.conf"; +include "/etc/dhcp/conf.d/e61-3.conf"; +include "/etc/dhcp/conf.d/e61-4.conf"; +include "/etc/dhcp/conf.d/e63-1.conf"; +include "/etc/dhcp/conf.d/e63-2.conf"; +include "/etc/dhcp/conf.d/e63-3.conf"; +include "/etc/dhcp/conf.d/e63-4.conf"; +include "/etc/dhcp/conf.d/e65-1.conf"; +include "/etc/dhcp/conf.d/e65-2.conf"; +include "/etc/dhcp/conf.d/e65-3.conf"; +include "/etc/dhcp/conf.d/e65-4.conf"; +include "/etc/dhcp/conf.d/e67-1.conf"; +include "/etc/dhcp/conf.d/e67-2.conf"; +include "/etc/dhcp/conf.d/e67-3.conf"; +include "/etc/dhcp/conf.d/e67-4.conf"; +include "/etc/dhcp/conf.d/e69-1.conf"; +include "/etc/dhcp/conf.d/e69-2.conf"; +include "/etc/dhcp/conf.d/e69-3.conf"; +include "/etc/dhcp/conf.d/e69-4.conf"; +include "/etc/dhcp/conf.d/e7-3.conf"; +include "/etc/dhcp/conf.d/e7-4.conf"; +include "/etc/dhcp/conf.d/e71-1.conf"; +include "/etc/dhcp/conf.d/e71-2.conf"; +include "/etc/dhcp/conf.d/e71-3.conf"; +include "/etc/dhcp/conf.d/e71-4.conf"; +include "/etc/dhcp/conf.d/e73-1.conf"; +include "/etc/dhcp/conf.d/e73-2.conf"; +include "/etc/dhcp/conf.d/e73-3.conf"; +include "/etc/dhcp/conf.d/e73-4.conf"; +include "/etc/dhcp/conf.d/e75-1.conf"; +include "/etc/dhcp/conf.d/e75-2.conf"; +include "/etc/dhcp/conf.d/e75-3.conf"; +include "/etc/dhcp/conf.d/e75-4.conf"; +include "/etc/dhcp/conf.d/e77-1.conf"; +include "/etc/dhcp/conf.d/e77-2.conf"; +include "/etc/dhcp/conf.d/e9-3.conf"; +include "/etc/dhcp/conf.d/e9-4.conf"; +include "/etc/dhcp/conf.d/fugleberg1.conf"; +include "/etc/dhcp/conf.d/fugleberg2.conf"; +include "/etc/dhcp/conf.d/game.conf"; +include "/etc/dhcp/conf.d/gamehq.conf"; +include "/etc/dhcp/conf.d/lager.conf"; +include "/etc/dhcp/conf.d/logistikk.conf"; +include "/etc/dhcp/conf.d/marsrele.conf"; +include "/etc/dhcp/conf.d/noc.conf"; +include "/etc/dhcp/conf.d/presse.conf"; +include "/etc/dhcp/conf.d/secmedic.conf"; +include "/etc/dhcp/conf.d/sponsorvest.conf"; +include "/etc/dhcp/conf.d/stage.conf"; +include "/etc/dhcp/conf.d/stageboh.conf"; +include "/etc/dhcp/conf.d/tele.conf"; +include "/etc/dhcp/conf.d/wlan.conf"; +include "/etc/dhcp/conf.d/ymse.conf"; diff --git a/dhcp/pxe-boot.conf b/dhcp/pxe-boot.conf new file mode 100644 index 0000000..2641447 --- /dev/null +++ b/dhcp/pxe-boot.conf @@ -0,0 +1,2 @@ +next-server 151.216.125.3; +filename "pxelinux.0"; diff --git a/dhcp/revzones.conf b/dhcp/revzones.conf new file mode 100644 index 0000000..796d523 --- /dev/null +++ b/dhcp/revzones.conf @@ -0,0 +1,128 @@ +zone 0.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 1.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 2.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 3.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 4.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 5.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 6.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 7.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 8.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 9.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 10.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 11.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 12.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 13.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 14.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 15.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 16.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 17.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 18.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 19.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 20.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 21.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 22.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 23.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 24.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 25.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 26.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 27.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 28.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 29.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 30.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 31.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 32.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 33.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 34.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 35.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 36.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 37.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 38.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 39.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 40.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 41.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 42.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 43.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 44.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 45.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 46.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 47.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 48.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 49.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 50.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 51.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 52.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 53.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 54.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 55.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 56.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 57.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 58.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 59.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 60.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 61.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 62.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 63.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 64.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 65.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 66.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 67.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 68.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 69.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 70.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 71.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 72.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 73.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 74.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 75.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 76.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 77.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 78.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 79.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 80.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 81.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 82.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 83.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 84.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 85.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 86.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 87.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 88.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 89.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 90.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 91.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 92.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 93.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 94.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 95.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 96.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 97.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 98.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 99.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 100.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 101.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 102.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 103.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 104.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 105.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 106.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 107.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 108.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 109.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 110.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 111.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 112.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 113.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 114.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 115.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 116.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 117.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 118.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 119.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 120.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 121.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 122.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 123.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 124.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 125.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 126.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } +zone 127.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } |