diff options
Diffstat (limited to 'dhcp')
165 files changed, 0 insertions, 2592 deletions
diff --git a/dhcp/README b/dhcp/README deleted file mode 100644 index 9675ea0..0000000 --- a/dhcp/README +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 2e06179..0000000 --- a/dhcp/ciscowlc.conf +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index e370d08..0000000 --- a/dhcp/conf.d/ap-dist0.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5294af2..0000000 --- a/dhcp/conf.d/ap-dist1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0a16ca9..0000000 --- a/dhcp/conf.d/ap-dist2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index ec88126..0000000 --- a/dhcp/conf.d/ap-dist3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8e76846..0000000 --- a/dhcp/conf.d/ap-dist4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8f9ae38..0000000 --- a/dhcp/conf.d/care.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index a1c8828..0000000 --- a/dhcp/conf.d/chillout.conf +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index d9d4bf1..0000000 --- a/dhcp/conf.d/creativia.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0065c70..0000000 --- a/dhcp/conf.d/crew1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 86687c6..0000000 --- a/dhcp/conf.d/crew2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 94472b5..0000000 --- a/dhcp/conf.d/crew3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 4abbfb1..0000000 --- a/dhcp/conf.d/crew4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 177340d..0000000 --- a/dhcp/conf.d/crew5.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5857c12..0000000 --- a/dhcp/conf.d/crew6.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6754fdb..0000000 --- a/dhcp/conf.d/defektraid.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 3b4b1ee..0000000 --- a/dhcp/conf.d/e1-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 58c2468..0000000 --- a/dhcp/conf.d/e1-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 101b566..0000000 --- a/dhcp/conf.d/e11-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 7bfaa16..0000000 --- a/dhcp/conf.d/e11-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 61f2b31..0000000 --- a/dhcp/conf.d/e11-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index bb36c33..0000000 --- a/dhcp/conf.d/e11-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 40e2ed6..0000000 --- a/dhcp/conf.d/e13-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index efbf536..0000000 --- a/dhcp/conf.d/e13-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 779d607..0000000 --- a/dhcp/conf.d/e13-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 432173d..0000000 --- a/dhcp/conf.d/e13-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 4b377c0..0000000 --- a/dhcp/conf.d/e15-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5cfa45f..0000000 --- a/dhcp/conf.d/e15-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 2463d5d..0000000 --- a/dhcp/conf.d/e15-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5a3895b..0000000 --- a/dhcp/conf.d/e15-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1ad1721..0000000 --- a/dhcp/conf.d/e17-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 96e1627..0000000 --- a/dhcp/conf.d/e17-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0db96f9..0000000 --- a/dhcp/conf.d/e17-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e191771..0000000 --- a/dhcp/conf.d/e17-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0940e48..0000000 --- a/dhcp/conf.d/e19-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5210c72..0000000 --- a/dhcp/conf.d/e19-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 462ecd4..0000000 --- a/dhcp/conf.d/e19-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index f4962c4..0000000 --- a/dhcp/conf.d/e19-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1d62d54..0000000 --- a/dhcp/conf.d/e21-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 60d80d0..0000000 --- a/dhcp/conf.d/e21-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 2ef40b0..0000000 --- a/dhcp/conf.d/e21-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 84b41ce..0000000 --- a/dhcp/conf.d/e21-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 7ce1f65..0000000 --- a/dhcp/conf.d/e23-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 458282c..0000000 --- a/dhcp/conf.d/e23-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8d0bd2e..0000000 --- a/dhcp/conf.d/e23-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6f85540..0000000 --- a/dhcp/conf.d/e23-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index ea2f617..0000000 --- a/dhcp/conf.d/e25-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 05a8e35..0000000 --- a/dhcp/conf.d/e25-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5e134e2..0000000 --- a/dhcp/conf.d/e25-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 2b7ea20..0000000 --- a/dhcp/conf.d/e25-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d08ae0b..0000000 --- a/dhcp/conf.d/e27-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 71e41bc..0000000 --- a/dhcp/conf.d/e27-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 19c69aa..0000000 --- a/dhcp/conf.d/e29-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 838f6d1..0000000 --- a/dhcp/conf.d/e29-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 68d65f0..0000000 --- a/dhcp/conf.d/e3-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cbb0fb5..0000000 --- a/dhcp/conf.d/e3-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index aa78d55..0000000 --- a/dhcp/conf.d/e31-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index ee8533e..0000000 --- a/dhcp/conf.d/e31-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b0807ee..0000000 --- a/dhcp/conf.d/e33-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d3ca1ce..0000000 --- a/dhcp/conf.d/e33-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b66a9fe..0000000 --- a/dhcp/conf.d/e35-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index c890146..0000000 --- a/dhcp/conf.d/e35-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b4b19ed..0000000 --- a/dhcp/conf.d/e37-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6186b64..0000000 --- a/dhcp/conf.d/e37-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 64f3f8a..0000000 --- a/dhcp/conf.d/e39-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index f170fa5..0000000 --- a/dhcp/conf.d/e39-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 60047a5..0000000 --- a/dhcp/conf.d/e41-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8bf803d..0000000 --- a/dhcp/conf.d/e41-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0859e67..0000000 --- a/dhcp/conf.d/e43-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index f5632c4..0000000 --- a/dhcp/conf.d/e43-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cbb22b5..0000000 --- a/dhcp/conf.d/e43-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 3c1bb39..0000000 --- a/dhcp/conf.d/e43-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0214ecd..0000000 --- a/dhcp/conf.d/e45-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e881d34..0000000 --- a/dhcp/conf.d/e45-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e686d74..0000000 --- a/dhcp/conf.d/e45-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d3855c3..0000000 --- a/dhcp/conf.d/e45-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6786b65..0000000 --- a/dhcp/conf.d/e47-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 57b3830..0000000 --- a/dhcp/conf.d/e47-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index acb3f53..0000000 --- a/dhcp/conf.d/e47-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5fe0ac3..0000000 --- a/dhcp/conf.d/e47-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 4471449..0000000 --- a/dhcp/conf.d/e49-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 138feeb..0000000 --- a/dhcp/conf.d/e49-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0856374..0000000 --- a/dhcp/conf.d/e49-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d4dfd47..0000000 --- a/dhcp/conf.d/e49-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cf6fd80..0000000 --- a/dhcp/conf.d/e5-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 754d883..0000000 --- a/dhcp/conf.d/e5-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b50439d..0000000 --- a/dhcp/conf.d/e51-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 17bbe65..0000000 --- a/dhcp/conf.d/e51-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 52cbdd2..0000000 --- a/dhcp/conf.d/e51-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b7fb7b3..0000000 --- a/dhcp/conf.d/e51-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 4abbc9f..0000000 --- a/dhcp/conf.d/e53-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 9b31e74..0000000 --- a/dhcp/conf.d/e53-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 9011399..0000000 --- a/dhcp/conf.d/e53-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b551888..0000000 --- a/dhcp/conf.d/e53-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b6ee46d..0000000 --- a/dhcp/conf.d/e55-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index bcd889b..0000000 --- a/dhcp/conf.d/e55-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 148f442..0000000 --- a/dhcp/conf.d/e55-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cdbb728..0000000 --- a/dhcp/conf.d/e55-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1f0c5cb..0000000 --- a/dhcp/conf.d/e57-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index a2a73cd..0000000 --- a/dhcp/conf.d/e57-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 318d60a..0000000 --- a/dhcp/conf.d/e57-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 3db7c69..0000000 --- a/dhcp/conf.d/e57-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8251763..0000000 --- a/dhcp/conf.d/e59-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cb78cfe..0000000 --- a/dhcp/conf.d/e59-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5f8b18a..0000000 --- a/dhcp/conf.d/e59-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0f6303d..0000000 --- a/dhcp/conf.d/e59-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 93eaf53..0000000 --- a/dhcp/conf.d/e61-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 56c2bd6..0000000 --- a/dhcp/conf.d/e61-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1fe77ac..0000000 --- a/dhcp/conf.d/e61-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 38767d1..0000000 --- a/dhcp/conf.d/e61-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b52c705..0000000 --- a/dhcp/conf.d/e63-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 07d669f..0000000 --- a/dhcp/conf.d/e63-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0f570ab..0000000 --- a/dhcp/conf.d/e63-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 427908a..0000000 --- a/dhcp/conf.d/e63-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index ae4e114..0000000 --- a/dhcp/conf.d/e65-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d23cfa5..0000000 --- a/dhcp/conf.d/e65-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6d2aa36..0000000 --- a/dhcp/conf.d/e65-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 542be9a..0000000 --- a/dhcp/conf.d/e65-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index a689665..0000000 --- a/dhcp/conf.d/e67-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index a34df75..0000000 --- a/dhcp/conf.d/e67-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e505ddb..0000000 --- a/dhcp/conf.d/e67-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8096ddc..0000000 --- a/dhcp/conf.d/e67-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0a10a9f..0000000 --- a/dhcp/conf.d/e69-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b4eaf6a..0000000 --- a/dhcp/conf.d/e69-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index bb0a368..0000000 --- a/dhcp/conf.d/e69-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index c335f7a..0000000 --- a/dhcp/conf.d/e69-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e3c5aa0..0000000 --- a/dhcp/conf.d/e7-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 80ce037..0000000 --- a/dhcp/conf.d/e7-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 34478a8..0000000 --- a/dhcp/conf.d/e71-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 2763460..0000000 --- a/dhcp/conf.d/e71-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index dcd66d3..0000000 --- a/dhcp/conf.d/e71-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 8dda936..0000000 --- a/dhcp/conf.d/e71-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 5675ddc..0000000 --- a/dhcp/conf.d/e73-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index cb376a9..0000000 --- a/dhcp/conf.d/e73-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 369fbb3..0000000 --- a/dhcp/conf.d/e73-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index bc22c1c..0000000 --- a/dhcp/conf.d/e73-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index d8cf0cd..0000000 --- a/dhcp/conf.d/e75-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index be6c23d..0000000 --- a/dhcp/conf.d/e75-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e5e859e..0000000 --- a/dhcp/conf.d/e75-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 6d1811f..0000000 --- a/dhcp/conf.d/e75-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0d99446..0000000 --- a/dhcp/conf.d/e77-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index b989747..0000000 --- a/dhcp/conf.d/e77-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index fd1f08e..0000000 --- a/dhcp/conf.d/e9-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index ae6638b..0000000 --- a/dhcp/conf.d/e9-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index c3e6488..0000000 --- a/dhcp/conf.d/fugleberg1.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1a223ab..0000000 --- a/dhcp/conf.d/fugleberg2.conf +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 23fbf84..0000000 --- a/dhcp/conf.d/game.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index a4ab629..0000000 --- a/dhcp/conf.d/gamehq.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 094e1d4..0000000 --- a/dhcp/conf.d/lager.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1c9eeae..0000000 --- a/dhcp/conf.d/logistikk.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 23b502c..0000000 --- a/dhcp/conf.d/marsrele.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 1694bf0..0000000 --- a/dhcp/conf.d/noc.conf +++ /dev/null @@ -1,34 +0,0 @@ -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 deleted file mode 100644 index 8cdad57..0000000 --- a/dhcp/conf.d/presse.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 0976053..0000000 --- a/dhcp/conf.d/secmedic.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 65362d1..0000000 --- a/dhcp/conf.d/sponsorvest.conf +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index bdfd3bc..0000000 --- a/dhcp/conf.d/stage.conf +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 62cc404..0000000 --- a/dhcp/conf.d/stageboh.conf +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index b5b2dd6..0000000 --- a/dhcp/conf.d/tele.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index c3d779d..0000000 --- a/dhcp/conf.d/wlan.conf +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 06854df..0000000 --- a/dhcp/conf.d/ymse.conf +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index a907a0d..0000000 --- a/dhcp/dhcpd.conf +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index a334283..0000000 --- a/dhcp/generated-include.conf +++ /dev/null @@ -1,159 +0,0 @@ -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 deleted file mode 100644 index 2641447..0000000 --- a/dhcp/pxe-boot.conf +++ /dev/null @@ -1,2 +0,0 @@ -next-server 151.216.125.3; -filename "pxelinux.0"; diff --git a/dhcp/revzones.conf b/dhcp/revzones.conf deleted file mode 100644 index 796d523..0000000 --- a/dhcp/revzones.conf +++ /dev/null @@ -1,128 +0,0 @@ -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; } |