diff options
Diffstat (limited to 'examples/dhcp')
197 files changed, 0 insertions, 3054 deletions
diff --git a/examples/dhcp/README b/examples/dhcp/README deleted file mode 100644 index 9675ea0..0000000 --- a/examples/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/examples/dhcp/ciscovoip.conf b/examples/dhcp/ciscovoip.conf deleted file mode 100644 index 17a8bb9..0000000 --- a/examples/dhcp/ciscovoip.conf +++ /dev/null @@ -1,18 +0,0 @@ -option space CiscoVOIP; -option CiscoVOIP.cm-tftp-server code 150 = array of ip-address; - -class "cisco-voip-lan" { - match if substring (option vendor-class-identifier, 0, 28) = "Cisco Systems, Inc. IP Phone"; - vendor-option-space CiscoVOIP; - log( info, concat( "LOLOPHONE: " , option vendor-class-identifier )); - option CiscoVOIP.cm-tftp-server 151.216.253.26; - next-server 151.216.253.26; -} - -class "cisco-voip-wlan" { - match if substring (option vendor-class-identifier, 0, 33) = "Cisco Systems Inc. Wireless Phone"; - vendor-option-space CiscoVOIP; - log( info, concat( "BANANAPHONE: " , option vendor-class-identifier )); - option CiscoVOIP.cm-tftp-server 151.216.253.26; - next-server 151.216.253.26; -} diff --git a/examples/dhcp/ciscowlc.conf b/examples/dhcp/ciscowlc.conf deleted file mode 100644 index 1b5c176..0000000 --- a/examples/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.253.21; -} diff --git a/examples/dhcp/conf.d/apekatt.conf b/examples/dhcp/conf.d/apekatt.conf deleted file mode 100644 index 50e767e..0000000 --- a/examples/dhcp/conf.d/apekatt.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apekatt.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.245.192 netmask 255.255.255.224 { - authoritative; - option routers 151.216.245.193; - option domain-name "apekatt.tg14.gathering.org"; - ddns-domainname "apekatt.tg14.gathering.org"; - range 151.216.245.197 151.216.245.222; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett00.conf b/examples/dhcp/conf.d/apenett00.conf deleted file mode 100644 index 5f78dfb..0000000 --- a/examples/dhcp/conf.d/apenett00.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett00.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.245.128 netmask 255.255.255.224 { - authoritative; - option routers 151.216.245.129; - option domain-name "apenett00.tg14.gathering.org"; - ddns-domainname "apenett00.tg14.gathering.org"; - range 151.216.245.133 151.216.245.158; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett01.conf b/examples/dhcp/conf.d/apenett01.conf deleted file mode 100644 index 0cc0624..0000000 --- a/examples/dhcp/conf.d/apenett01.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett01.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.244.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.244.1; - option domain-name "apenett01.tg14.gathering.org"; - ddns-domainname "apenett01.tg14.gathering.org"; - range 151.216.244.5 151.216.244.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett02.conf b/examples/dhcp/conf.d/apenett02.conf deleted file mode 100644 index 960ebd8..0000000 --- a/examples/dhcp/conf.d/apenett02.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett02.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.244.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.244.65; - option domain-name "apenett02.tg14.gathering.org"; - ddns-domainname "apenett02.tg14.gathering.org"; - range 151.216.244.69 151.216.244.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett03.conf b/examples/dhcp/conf.d/apenett03.conf deleted file mode 100644 index cc74100..0000000 --- a/examples/dhcp/conf.d/apenett03.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett03.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.244.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.244.129; - option domain-name "apenett03.tg14.gathering.org"; - ddns-domainname "apenett03.tg14.gathering.org"; - range 151.216.244.133 151.216.244.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett04.conf b/examples/dhcp/conf.d/apenett04.conf deleted file mode 100644 index 6f0c7cc..0000000 --- a/examples/dhcp/conf.d/apenett04.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett04.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.244.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.244.193; - option domain-name "apenett04.tg14.gathering.org"; - ddns-domainname "apenett04.tg14.gathering.org"; - range 151.216.244.197 151.216.244.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett05.conf b/examples/dhcp/conf.d/apenett05.conf deleted file mode 100644 index a6f1020..0000000 --- a/examples/dhcp/conf.d/apenett05.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett05.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.245.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.245.1; - option domain-name "apenett05.tg14.gathering.org"; - ddns-domainname "apenett05.tg14.gathering.org"; - range 151.216.245.5 151.216.245.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/apenett06.conf b/examples/dhcp/conf.d/apenett06.conf deleted file mode 100644 index 0348e65..0000000 --- a/examples/dhcp/conf.d/apenett06.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone apenett06.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.245.160 netmask 255.255.255.224 { - authoritative; - option routers 151.216.245.161; - option domain-name "apenett06.tg14.gathering.org"; - ddns-domainname "apenett06.tg14.gathering.org"; - range 151.216.245.165 151.216.245.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/bordell.conf b/examples/dhcp/conf.d/bordell.conf deleted file mode 100644 index c39e1ef..0000000 --- a/examples/dhcp/conf.d/bordell.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone bordell.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.250.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.250.1; - option domain-name "bordell.tg14.gathering.org"; - ddns-domainname "bordell.tg14.gathering.org"; - range 151.216.250.5 151.216.250.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/clientcam.conf b/examples/dhcp/conf.d/clientcam.conf deleted file mode 100644 index b8011f9..0000000 --- a/examples/dhcp/conf.d/clientcam.conf +++ /dev/null @@ -1,15 +0,0 @@ -zone clientcam.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.234.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.234.1; - option domain-name "clientcam.tg14.gathering.org"; - ddns-domainname "clientcam.tg14.gathering.org"; - range 151.216.234.5 151.216.234.254; - ignore client-updates; -} - -host southcam { hardware ethernet 00:02:d1:27:60:34; fixed-address 151.216.252.23; } diff --git a/examples/dhcp/conf.d/creative1-1.conf b/examples/dhcp/conf.d/creative1-1.conf deleted file mode 100644 index 2e0cd29..0000000 --- a/examples/dhcp/conf.d/creative1-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative1-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.163.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.163.1; - option domain-name "creative1-1.tg14.gathering.org"; - ddns-domainname "creative1-1.tg14.gathering.org"; - range 151.216.163.5 151.216.163.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative2-1.conf b/examples/dhcp/conf.d/creative2-1.conf deleted file mode 100644 index f579e4c..0000000 --- a/examples/dhcp/conf.d/creative2-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative2-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.163.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.163.65; - option domain-name "creative2-1.tg14.gathering.org"; - ddns-domainname "creative2-1.tg14.gathering.org"; - range 151.216.163.69 151.216.163.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative3-1.conf b/examples/dhcp/conf.d/creative3-1.conf deleted file mode 100644 index 19d2869..0000000 --- a/examples/dhcp/conf.d/creative3-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative3-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.163.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.163.129; - option domain-name "creative3-1.tg14.gathering.org"; - ddns-domainname "creative3-1.tg14.gathering.org"; - range 151.216.163.133 151.216.163.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative4-1.conf b/examples/dhcp/conf.d/creative4-1.conf deleted file mode 100644 index a2597b0..0000000 --- a/examples/dhcp/conf.d/creative4-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative4-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.163.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.163.193; - option domain-name "creative4-1.tg14.gathering.org"; - ddns-domainname "creative4-1.tg14.gathering.org"; - range 151.216.163.197 151.216.163.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative4-2.conf b/examples/dhcp/conf.d/creative4-2.conf deleted file mode 100644 index fdec855..0000000 --- a/examples/dhcp/conf.d/creative4-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative4-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.164.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.164.1; - option domain-name "creative4-2.tg14.gathering.org"; - ddns-domainname "creative4-2.tg14.gathering.org"; - range 151.216.164.5 151.216.164.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative5-1.conf b/examples/dhcp/conf.d/creative5-1.conf deleted file mode 100644 index 2f0a493..0000000 --- a/examples/dhcp/conf.d/creative5-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative5-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.164.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.164.65; - option domain-name "creative5-1.tg14.gathering.org"; - ddns-domainname "creative5-1.tg14.gathering.org"; - range 151.216.164.69 151.216.164.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative5-2.conf b/examples/dhcp/conf.d/creative5-2.conf deleted file mode 100644 index 1472826..0000000 --- a/examples/dhcp/conf.d/creative5-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative5-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.164.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.164.129; - option domain-name "creative5-2.tg14.gathering.org"; - ddns-domainname "creative5-2.tg14.gathering.org"; - range 151.216.164.133 151.216.164.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative6-1.conf b/examples/dhcp/conf.d/creative6-1.conf deleted file mode 100644 index d029120..0000000 --- a/examples/dhcp/conf.d/creative6-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative6-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.164.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.164.193; - option domain-name "creative6-1.tg14.gathering.org"; - ddns-domainname "creative6-1.tg14.gathering.org"; - range 151.216.164.197 151.216.164.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative6-2.conf b/examples/dhcp/conf.d/creative6-2.conf deleted file mode 100644 index b6c6269..0000000 --- a/examples/dhcp/conf.d/creative6-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative6-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.165.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.165.1; - option domain-name "creative6-2.tg14.gathering.org"; - ddns-domainname "creative6-2.tg14.gathering.org"; - range 151.216.165.5 151.216.165.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative7-1.conf b/examples/dhcp/conf.d/creative7-1.conf deleted file mode 100644 index 37bb6b0..0000000 --- a/examples/dhcp/conf.d/creative7-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative7-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.165.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.165.65; - option domain-name "creative7-1.tg14.gathering.org"; - ddns-domainname "creative7-1.tg14.gathering.org"; - range 151.216.165.69 151.216.165.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative7-2.conf b/examples/dhcp/conf.d/creative7-2.conf deleted file mode 100644 index 4d56b77..0000000 --- a/examples/dhcp/conf.d/creative7-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative7-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.165.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.165.129; - option domain-name "creative7-2.tg14.gathering.org"; - ddns-domainname "creative7-2.tg14.gathering.org"; - range 151.216.165.133 151.216.165.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative8-1.conf b/examples/dhcp/conf.d/creative8-1.conf deleted file mode 100644 index a6e11d5..0000000 --- a/examples/dhcp/conf.d/creative8-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative8-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.165.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.165.193; - option domain-name "creative8-1.tg14.gathering.org"; - ddns-domainname "creative8-1.tg14.gathering.org"; - range 151.216.165.197 151.216.165.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/creative8-2.conf b/examples/dhcp/conf.d/creative8-2.conf deleted file mode 100644 index c5067d2..0000000 --- a/examples/dhcp/conf.d/creative8-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone creative8-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.166.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.166.1; - option domain-name "creative8-2.tg14.gathering.org"; - ddns-domainname "creative8-2.tg14.gathering.org"; - range 151.216.166.5 151.216.166.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew1-1.conf b/examples/dhcp/conf.d/crew1-1.conf deleted file mode 100644 index 3b7020d..0000000 --- a/examples/dhcp/conf.d/crew1-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew1-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.166.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.166.65; - option domain-name "crew1-1.tg14.gathering.org"; - ddns-domainname "crew1-1.tg14.gathering.org"; - range 151.216.166.69 151.216.166.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew2-1.conf b/examples/dhcp/conf.d/crew2-1.conf deleted file mode 100644 index 507fafe..0000000 --- a/examples/dhcp/conf.d/crew2-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew2-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.166.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.166.129; - option domain-name "crew2-1.tg14.gathering.org"; - ddns-domainname "crew2-1.tg14.gathering.org"; - range 151.216.166.133 151.216.166.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew2-2.conf b/examples/dhcp/conf.d/crew2-2.conf deleted file mode 100644 index 1f5a905..0000000 --- a/examples/dhcp/conf.d/crew2-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew2-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.166.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.166.193; - option domain-name "crew2-2.tg14.gathering.org"; - ddns-domainname "crew2-2.tg14.gathering.org"; - range 151.216.166.197 151.216.166.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew3-1.conf b/examples/dhcp/conf.d/crew3-1.conf deleted file mode 100644 index 767eb6c..0000000 --- a/examples/dhcp/conf.d/crew3-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew3-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.167.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.167.1; - option domain-name "crew3-1.tg14.gathering.org"; - ddns-domainname "crew3-1.tg14.gathering.org"; - range 151.216.167.5 151.216.167.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew3-2.conf b/examples/dhcp/conf.d/crew3-2.conf deleted file mode 100644 index 1568035..0000000 --- a/examples/dhcp/conf.d/crew3-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew3-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.167.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.167.65; - option domain-name "crew3-2.tg14.gathering.org"; - ddns-domainname "crew3-2.tg14.gathering.org"; - range 151.216.167.69 151.216.167.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew4-1.conf b/examples/dhcp/conf.d/crew4-1.conf deleted file mode 100644 index fcbe0a3..0000000 --- a/examples/dhcp/conf.d/crew4-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew4-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.167.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.167.129; - option domain-name "crew4-1.tg14.gathering.org"; - ddns-domainname "crew4-1.tg14.gathering.org"; - range 151.216.167.133 151.216.167.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/crew4-2.conf b/examples/dhcp/conf.d/crew4-2.conf deleted file mode 100644 index d42d8d0..0000000 --- a/examples/dhcp/conf.d/crew4-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone crew4-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.167.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.167.193; - option domain-name "crew4-2.tg14.gathering.org"; - ddns-domainname "crew4-2.tg14.gathering.org"; - range 151.216.167.197 151.216.167.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e1-3.conf b/examples/dhcp/conf.d/e1-3.conf deleted file mode 100644 index f65ac74..0000000 --- a/examples/dhcp/conf.d/e1-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e1-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.129.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.129.1; - option domain-name "e1-3.tg14.gathering.org"; - ddns-domainname "e1-3.tg14.gathering.org"; - range 151.216.129.5 151.216.129.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e1-4.conf b/examples/dhcp/conf.d/e1-4.conf deleted file mode 100644 index 31c21ea..0000000 --- a/examples/dhcp/conf.d/e1-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e1-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.129.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.129.65; - option domain-name "e1-4.tg14.gathering.org"; - ddns-domainname "e1-4.tg14.gathering.org"; - range 151.216.129.69 151.216.129.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e11-1.conf b/examples/dhcp/conf.d/e11-1.conf deleted file mode 100644 index 970eb1c..0000000 --- a/examples/dhcp/conf.d/e11-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e11-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.131.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.131.129; - option domain-name "e11-1.tg14.gathering.org"; - ddns-domainname "e11-1.tg14.gathering.org"; - range 151.216.131.133 151.216.131.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e11-2.conf b/examples/dhcp/conf.d/e11-2.conf deleted file mode 100644 index fca3a2f..0000000 --- a/examples/dhcp/conf.d/e11-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e11-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.131.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.131.193; - option domain-name "e11-2.tg14.gathering.org"; - ddns-domainname "e11-2.tg14.gathering.org"; - range 151.216.131.197 151.216.131.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e11-3.conf b/examples/dhcp/conf.d/e11-3.conf deleted file mode 100644 index 2f629a5..0000000 --- a/examples/dhcp/conf.d/e11-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e11-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.132.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.132.1; - option domain-name "e11-3.tg14.gathering.org"; - ddns-domainname "e11-3.tg14.gathering.org"; - range 151.216.132.5 151.216.132.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e11-4.conf b/examples/dhcp/conf.d/e11-4.conf deleted file mode 100644 index 2297bba..0000000 --- a/examples/dhcp/conf.d/e11-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e11-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.132.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.132.65; - option domain-name "e11-4.tg14.gathering.org"; - ddns-domainname "e11-4.tg14.gathering.org"; - range 151.216.132.69 151.216.132.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e13-1.conf b/examples/dhcp/conf.d/e13-1.conf deleted file mode 100644 index f0d9c48..0000000 --- a/examples/dhcp/conf.d/e13-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e13-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.132.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.132.129; - option domain-name "e13-1.tg14.gathering.org"; - ddns-domainname "e13-1.tg14.gathering.org"; - range 151.216.132.133 151.216.132.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e13-2.conf b/examples/dhcp/conf.d/e13-2.conf deleted file mode 100644 index 682c253..0000000 --- a/examples/dhcp/conf.d/e13-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e13-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.132.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.132.193; - option domain-name "e13-2.tg14.gathering.org"; - ddns-domainname "e13-2.tg14.gathering.org"; - range 151.216.132.197 151.216.132.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e13-3.conf b/examples/dhcp/conf.d/e13-3.conf deleted file mode 100644 index 89198e6..0000000 --- a/examples/dhcp/conf.d/e13-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e13-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.133.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.133.1; - option domain-name "e13-3.tg14.gathering.org"; - ddns-domainname "e13-3.tg14.gathering.org"; - range 151.216.133.5 151.216.133.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e13-4.conf b/examples/dhcp/conf.d/e13-4.conf deleted file mode 100644 index 8bb90f6..0000000 --- a/examples/dhcp/conf.d/e13-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e13-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.133.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.133.65; - option domain-name "e13-4.tg14.gathering.org"; - ddns-domainname "e13-4.tg14.gathering.org"; - range 151.216.133.69 151.216.133.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e15-1.conf b/examples/dhcp/conf.d/e15-1.conf deleted file mode 100644 index 0786bfd..0000000 --- a/examples/dhcp/conf.d/e15-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e15-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.133.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.133.129; - option domain-name "e15-1.tg14.gathering.org"; - ddns-domainname "e15-1.tg14.gathering.org"; - range 151.216.133.133 151.216.133.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e15-2.conf b/examples/dhcp/conf.d/e15-2.conf deleted file mode 100644 index 30450b7..0000000 --- a/examples/dhcp/conf.d/e15-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e15-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.133.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.133.193; - option domain-name "e15-2.tg14.gathering.org"; - ddns-domainname "e15-2.tg14.gathering.org"; - range 151.216.133.197 151.216.133.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e15-3.conf b/examples/dhcp/conf.d/e15-3.conf deleted file mode 100644 index e7455de..0000000 --- a/examples/dhcp/conf.d/e15-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e15-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.134.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.134.1; - option domain-name "e15-3.tg14.gathering.org"; - ddns-domainname "e15-3.tg14.gathering.org"; - range 151.216.134.5 151.216.134.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e15-4.conf b/examples/dhcp/conf.d/e15-4.conf deleted file mode 100644 index 48facb5..0000000 --- a/examples/dhcp/conf.d/e15-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e15-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.134.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.134.65; - option domain-name "e15-4.tg14.gathering.org"; - ddns-domainname "e15-4.tg14.gathering.org"; - range 151.216.134.69 151.216.134.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e17-1.conf b/examples/dhcp/conf.d/e17-1.conf deleted file mode 100644 index 599a5c9..0000000 --- a/examples/dhcp/conf.d/e17-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e17-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.134.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.134.129; - option domain-name "e17-1.tg14.gathering.org"; - ddns-domainname "e17-1.tg14.gathering.org"; - range 151.216.134.133 151.216.134.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e17-2.conf b/examples/dhcp/conf.d/e17-2.conf deleted file mode 100644 index 39ed4d3..0000000 --- a/examples/dhcp/conf.d/e17-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e17-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.134.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.134.193; - option domain-name "e17-2.tg14.gathering.org"; - ddns-domainname "e17-2.tg14.gathering.org"; - range 151.216.134.197 151.216.134.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e17-3.conf b/examples/dhcp/conf.d/e17-3.conf deleted file mode 100644 index 4bcb262..0000000 --- a/examples/dhcp/conf.d/e17-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e17-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.135.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.135.1; - option domain-name "e17-3.tg14.gathering.org"; - ddns-domainname "e17-3.tg14.gathering.org"; - range 151.216.135.5 151.216.135.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e17-4.conf b/examples/dhcp/conf.d/e17-4.conf deleted file mode 100644 index f7006e7..0000000 --- a/examples/dhcp/conf.d/e17-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e17-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.135.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.135.65; - option domain-name "e17-4.tg14.gathering.org"; - ddns-domainname "e17-4.tg14.gathering.org"; - range 151.216.135.69 151.216.135.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e19-1.conf b/examples/dhcp/conf.d/e19-1.conf deleted file mode 100644 index 2351453..0000000 --- a/examples/dhcp/conf.d/e19-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e19-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.135.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.135.129; - option domain-name "e19-1.tg14.gathering.org"; - ddns-domainname "e19-1.tg14.gathering.org"; - range 151.216.135.133 151.216.135.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e19-2.conf b/examples/dhcp/conf.d/e19-2.conf deleted file mode 100644 index 15d8a51..0000000 --- a/examples/dhcp/conf.d/e19-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e19-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.135.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.135.193; - option domain-name "e19-2.tg14.gathering.org"; - ddns-domainname "e19-2.tg14.gathering.org"; - range 151.216.135.197 151.216.135.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e19-3.conf b/examples/dhcp/conf.d/e19-3.conf deleted file mode 100644 index 6d4a514..0000000 --- a/examples/dhcp/conf.d/e19-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e19-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.136.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.136.1; - option domain-name "e19-3.tg14.gathering.org"; - ddns-domainname "e19-3.tg14.gathering.org"; - range 151.216.136.5 151.216.136.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e19-4.conf b/examples/dhcp/conf.d/e19-4.conf deleted file mode 100644 index 99b063c..0000000 --- a/examples/dhcp/conf.d/e19-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e19-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.136.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.136.65; - option domain-name "e19-4.tg14.gathering.org"; - ddns-domainname "e19-4.tg14.gathering.org"; - range 151.216.136.69 151.216.136.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e21-1.conf b/examples/dhcp/conf.d/e21-1.conf deleted file mode 100644 index 8495860..0000000 --- a/examples/dhcp/conf.d/e21-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e21-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.136.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.136.129; - option domain-name "e21-1.tg14.gathering.org"; - ddns-domainname "e21-1.tg14.gathering.org"; - range 151.216.136.133 151.216.136.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e21-2.conf b/examples/dhcp/conf.d/e21-2.conf deleted file mode 100644 index a5baf13..0000000 --- a/examples/dhcp/conf.d/e21-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e21-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.136.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.136.193; - option domain-name "e21-2.tg14.gathering.org"; - ddns-domainname "e21-2.tg14.gathering.org"; - range 151.216.136.197 151.216.136.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e21-3.conf b/examples/dhcp/conf.d/e21-3.conf deleted file mode 100644 index c898902..0000000 --- a/examples/dhcp/conf.d/e21-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e21-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.137.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.137.1; - option domain-name "e21-3.tg14.gathering.org"; - ddns-domainname "e21-3.tg14.gathering.org"; - range 151.216.137.5 151.216.137.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e21-4.conf b/examples/dhcp/conf.d/e21-4.conf deleted file mode 100644 index 6d38e92..0000000 --- a/examples/dhcp/conf.d/e21-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e21-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.137.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.137.65; - option domain-name "e21-4.tg14.gathering.org"; - ddns-domainname "e21-4.tg14.gathering.org"; - range 151.216.137.69 151.216.137.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e23-1.conf b/examples/dhcp/conf.d/e23-1.conf deleted file mode 100644 index a4edb25..0000000 --- a/examples/dhcp/conf.d/e23-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e23-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.137.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.137.129; - option domain-name "e23-1.tg14.gathering.org"; - ddns-domainname "e23-1.tg14.gathering.org"; - range 151.216.137.133 151.216.137.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e23-2.conf b/examples/dhcp/conf.d/e23-2.conf deleted file mode 100644 index 563edd3..0000000 --- a/examples/dhcp/conf.d/e23-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e23-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.137.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.137.193; - option domain-name "e23-2.tg14.gathering.org"; - ddns-domainname "e23-2.tg14.gathering.org"; - range 151.216.137.197 151.216.137.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e23-3.conf b/examples/dhcp/conf.d/e23-3.conf deleted file mode 100644 index 47bd7a8..0000000 --- a/examples/dhcp/conf.d/e23-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e23-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.138.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.138.1; - option domain-name "e23-3.tg14.gathering.org"; - ddns-domainname "e23-3.tg14.gathering.org"; - range 151.216.138.5 151.216.138.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e23-4.conf b/examples/dhcp/conf.d/e23-4.conf deleted file mode 100644 index bdb9965..0000000 --- a/examples/dhcp/conf.d/e23-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e23-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.138.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.138.65; - option domain-name "e23-4.tg14.gathering.org"; - ddns-domainname "e23-4.tg14.gathering.org"; - range 151.216.138.69 151.216.138.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e25-1.conf b/examples/dhcp/conf.d/e25-1.conf deleted file mode 100644 index 50a7ad5..0000000 --- a/examples/dhcp/conf.d/e25-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e25-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.138.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.138.129; - option domain-name "e25-1.tg14.gathering.org"; - ddns-domainname "e25-1.tg14.gathering.org"; - range 151.216.138.133 151.216.138.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e25-2.conf b/examples/dhcp/conf.d/e25-2.conf deleted file mode 100644 index 66cd60e..0000000 --- a/examples/dhcp/conf.d/e25-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e25-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.138.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.138.193; - option domain-name "e25-2.tg14.gathering.org"; - ddns-domainname "e25-2.tg14.gathering.org"; - range 151.216.138.197 151.216.138.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e25-3.conf b/examples/dhcp/conf.d/e25-3.conf deleted file mode 100644 index 0585c52..0000000 --- a/examples/dhcp/conf.d/e25-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e25-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.139.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.139.1; - option domain-name "e25-3.tg14.gathering.org"; - ddns-domainname "e25-3.tg14.gathering.org"; - range 151.216.139.5 151.216.139.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e25-4.conf b/examples/dhcp/conf.d/e25-4.conf deleted file mode 100644 index 205e716..0000000 --- a/examples/dhcp/conf.d/e25-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e25-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.139.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.139.65; - option domain-name "e25-4.tg14.gathering.org"; - ddns-domainname "e25-4.tg14.gathering.org"; - range 151.216.139.69 151.216.139.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e27-1.conf b/examples/dhcp/conf.d/e27-1.conf deleted file mode 100644 index f50300b..0000000 --- a/examples/dhcp/conf.d/e27-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e27-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.139.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.139.129; - option domain-name "e27-1.tg14.gathering.org"; - ddns-domainname "e27-1.tg14.gathering.org"; - range 151.216.139.133 151.216.139.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e27-2.conf b/examples/dhcp/conf.d/e27-2.conf deleted file mode 100644 index 1097709..0000000 --- a/examples/dhcp/conf.d/e27-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e27-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.139.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.139.193; - option domain-name "e27-2.tg14.gathering.org"; - ddns-domainname "e27-2.tg14.gathering.org"; - range 151.216.139.197 151.216.139.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e29-1.conf b/examples/dhcp/conf.d/e29-1.conf deleted file mode 100644 index db79dbc..0000000 --- a/examples/dhcp/conf.d/e29-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e29-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.140.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.140.1; - option domain-name "e29-1.tg14.gathering.org"; - ddns-domainname "e29-1.tg14.gathering.org"; - range 151.216.140.5 151.216.140.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e29-2.conf b/examples/dhcp/conf.d/e29-2.conf deleted file mode 100644 index ece6d65..0000000 --- a/examples/dhcp/conf.d/e29-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e29-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.140.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.140.65; - option domain-name "e29-2.tg14.gathering.org"; - ddns-domainname "e29-2.tg14.gathering.org"; - range 151.216.140.69 151.216.140.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e3-3.conf b/examples/dhcp/conf.d/e3-3.conf deleted file mode 100644 index 9bd4b5a..0000000 --- a/examples/dhcp/conf.d/e3-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e3-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.129.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.129.129; - option domain-name "e3-3.tg14.gathering.org"; - ddns-domainname "e3-3.tg14.gathering.org"; - range 151.216.129.133 151.216.129.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e3-4.conf b/examples/dhcp/conf.d/e3-4.conf deleted file mode 100644 index 327d443..0000000 --- a/examples/dhcp/conf.d/e3-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e3-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.129.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.129.193; - option domain-name "e3-4.tg14.gathering.org"; - ddns-domainname "e3-4.tg14.gathering.org"; - range 151.216.129.197 151.216.129.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e31-1.conf b/examples/dhcp/conf.d/e31-1.conf deleted file mode 100644 index 14a7628..0000000 --- a/examples/dhcp/conf.d/e31-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e31-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.140.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.140.129; - option domain-name "e31-1.tg14.gathering.org"; - ddns-domainname "e31-1.tg14.gathering.org"; - range 151.216.140.133 151.216.140.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e31-2.conf b/examples/dhcp/conf.d/e31-2.conf deleted file mode 100644 index 83d714f..0000000 --- a/examples/dhcp/conf.d/e31-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e31-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.140.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.140.193; - option domain-name "e31-2.tg14.gathering.org"; - ddns-domainname "e31-2.tg14.gathering.org"; - range 151.216.140.197 151.216.140.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e33-1.conf b/examples/dhcp/conf.d/e33-1.conf deleted file mode 100644 index 1eee6b1..0000000 --- a/examples/dhcp/conf.d/e33-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e33-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.141.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.141.1; - option domain-name "e33-1.tg14.gathering.org"; - ddns-domainname "e33-1.tg14.gathering.org"; - range 151.216.141.5 151.216.141.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e33-2.conf b/examples/dhcp/conf.d/e33-2.conf deleted file mode 100644 index 2b0d205..0000000 --- a/examples/dhcp/conf.d/e33-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e33-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.141.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.141.65; - option domain-name "e33-2.tg14.gathering.org"; - ddns-domainname "e33-2.tg14.gathering.org"; - range 151.216.141.69 151.216.141.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e35-1.conf b/examples/dhcp/conf.d/e35-1.conf deleted file mode 100644 index 1f96115..0000000 --- a/examples/dhcp/conf.d/e35-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e35-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.141.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.141.129; - option domain-name "e35-1.tg14.gathering.org"; - ddns-domainname "e35-1.tg14.gathering.org"; - range 151.216.141.133 151.216.141.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e35-2.conf b/examples/dhcp/conf.d/e35-2.conf deleted file mode 100644 index 7eae27f..0000000 --- a/examples/dhcp/conf.d/e35-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e35-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.141.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.141.193; - option domain-name "e35-2.tg14.gathering.org"; - ddns-domainname "e35-2.tg14.gathering.org"; - range 151.216.141.197 151.216.141.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e37-1.conf b/examples/dhcp/conf.d/e37-1.conf deleted file mode 100644 index 0c874f6..0000000 --- a/examples/dhcp/conf.d/e37-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e37-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.142.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.142.1; - option domain-name "e37-1.tg14.gathering.org"; - ddns-domainname "e37-1.tg14.gathering.org"; - range 151.216.142.5 151.216.142.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e37-2.conf b/examples/dhcp/conf.d/e37-2.conf deleted file mode 100644 index f212cda..0000000 --- a/examples/dhcp/conf.d/e37-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e37-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.142.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.142.65; - option domain-name "e37-2.tg14.gathering.org"; - ddns-domainname "e37-2.tg14.gathering.org"; - range 151.216.142.69 151.216.142.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e39-1.conf b/examples/dhcp/conf.d/e39-1.conf deleted file mode 100644 index 82d9ff2..0000000 --- a/examples/dhcp/conf.d/e39-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e39-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.142.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.142.129; - option domain-name "e39-1.tg14.gathering.org"; - ddns-domainname "e39-1.tg14.gathering.org"; - range 151.216.142.133 151.216.142.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e39-2.conf b/examples/dhcp/conf.d/e39-2.conf deleted file mode 100644 index 7c44b40..0000000 --- a/examples/dhcp/conf.d/e39-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e39-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.142.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.142.193; - option domain-name "e39-2.tg14.gathering.org"; - ddns-domainname "e39-2.tg14.gathering.org"; - range 151.216.142.197 151.216.142.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e41-1.conf b/examples/dhcp/conf.d/e41-1.conf deleted file mode 100644 index 8c533f8..0000000 --- a/examples/dhcp/conf.d/e41-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e41-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.143.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.143.1; - option domain-name "e41-1.tg14.gathering.org"; - ddns-domainname "e41-1.tg14.gathering.org"; - range 151.216.143.5 151.216.143.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e41-2.conf b/examples/dhcp/conf.d/e41-2.conf deleted file mode 100644 index d15b814..0000000 --- a/examples/dhcp/conf.d/e41-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e41-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.143.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.143.65; - option domain-name "e41-2.tg14.gathering.org"; - ddns-domainname "e41-2.tg14.gathering.org"; - range 151.216.143.69 151.216.143.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e43-1.conf b/examples/dhcp/conf.d/e43-1.conf deleted file mode 100644 index c2fa4f8..0000000 --- a/examples/dhcp/conf.d/e43-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e43-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.143.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.143.129; - option domain-name "e43-1.tg14.gathering.org"; - ddns-domainname "e43-1.tg14.gathering.org"; - range 151.216.143.133 151.216.143.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e43-2.conf b/examples/dhcp/conf.d/e43-2.conf deleted file mode 100644 index e72bad0..0000000 --- a/examples/dhcp/conf.d/e43-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e43-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.143.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.143.193; - option domain-name "e43-2.tg14.gathering.org"; - ddns-domainname "e43-2.tg14.gathering.org"; - range 151.216.143.197 151.216.143.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e43-3.conf b/examples/dhcp/conf.d/e43-3.conf deleted file mode 100644 index 65228c5..0000000 --- a/examples/dhcp/conf.d/e43-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e43-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.144.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.144.1; - option domain-name "e43-3.tg14.gathering.org"; - ddns-domainname "e43-3.tg14.gathering.org"; - range 151.216.144.5 151.216.144.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e43-4.conf b/examples/dhcp/conf.d/e43-4.conf deleted file mode 100644 index ce4ffe6..0000000 --- a/examples/dhcp/conf.d/e43-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e43-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.144.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.144.65; - option domain-name "e43-4.tg14.gathering.org"; - ddns-domainname "e43-4.tg14.gathering.org"; - range 151.216.144.69 151.216.144.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e45-1.conf b/examples/dhcp/conf.d/e45-1.conf deleted file mode 100644 index 4302acd..0000000 --- a/examples/dhcp/conf.d/e45-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e45-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.144.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.144.129; - option domain-name "e45-1.tg14.gathering.org"; - ddns-domainname "e45-1.tg14.gathering.org"; - range 151.216.144.133 151.216.144.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e45-2.conf b/examples/dhcp/conf.d/e45-2.conf deleted file mode 100644 index 643120a..0000000 --- a/examples/dhcp/conf.d/e45-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e45-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.144.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.144.193; - option domain-name "e45-2.tg14.gathering.org"; - ddns-domainname "e45-2.tg14.gathering.org"; - range 151.216.144.197 151.216.144.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e45-3.conf b/examples/dhcp/conf.d/e45-3.conf deleted file mode 100644 index 77e7525..0000000 --- a/examples/dhcp/conf.d/e45-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e45-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.145.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.145.1; - option domain-name "e45-3.tg14.gathering.org"; - ddns-domainname "e45-3.tg14.gathering.org"; - range 151.216.145.5 151.216.145.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e45-4.conf b/examples/dhcp/conf.d/e45-4.conf deleted file mode 100644 index 1eb80d3..0000000 --- a/examples/dhcp/conf.d/e45-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e45-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.145.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.145.65; - option domain-name "e45-4.tg14.gathering.org"; - ddns-domainname "e45-4.tg14.gathering.org"; - range 151.216.145.69 151.216.145.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e47-1.conf b/examples/dhcp/conf.d/e47-1.conf deleted file mode 100644 index ca09b82..0000000 --- a/examples/dhcp/conf.d/e47-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e47-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.145.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.145.129; - option domain-name "e47-1.tg14.gathering.org"; - ddns-domainname "e47-1.tg14.gathering.org"; - range 151.216.145.133 151.216.145.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e47-2.conf b/examples/dhcp/conf.d/e47-2.conf deleted file mode 100644 index 6d810e7..0000000 --- a/examples/dhcp/conf.d/e47-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e47-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.145.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.145.193; - option domain-name "e47-2.tg14.gathering.org"; - ddns-domainname "e47-2.tg14.gathering.org"; - range 151.216.145.197 151.216.145.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e47-3.conf b/examples/dhcp/conf.d/e47-3.conf deleted file mode 100644 index 2465e5c..0000000 --- a/examples/dhcp/conf.d/e47-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e47-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.146.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.146.1; - option domain-name "e47-3.tg14.gathering.org"; - ddns-domainname "e47-3.tg14.gathering.org"; - range 151.216.146.5 151.216.146.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e47-4.conf b/examples/dhcp/conf.d/e47-4.conf deleted file mode 100644 index e53cff8..0000000 --- a/examples/dhcp/conf.d/e47-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e47-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.146.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.146.65; - option domain-name "e47-4.tg14.gathering.org"; - ddns-domainname "e47-4.tg14.gathering.org"; - range 151.216.146.69 151.216.146.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e49-1.conf b/examples/dhcp/conf.d/e49-1.conf deleted file mode 100644 index ffc0ef3..0000000 --- a/examples/dhcp/conf.d/e49-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e49-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.146.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.146.129; - option domain-name "e49-1.tg14.gathering.org"; - ddns-domainname "e49-1.tg14.gathering.org"; - range 151.216.146.133 151.216.146.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e49-2.conf b/examples/dhcp/conf.d/e49-2.conf deleted file mode 100644 index a312eb1..0000000 --- a/examples/dhcp/conf.d/e49-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e49-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.146.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.146.193; - option domain-name "e49-2.tg14.gathering.org"; - ddns-domainname "e49-2.tg14.gathering.org"; - range 151.216.146.197 151.216.146.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e49-3.conf b/examples/dhcp/conf.d/e49-3.conf deleted file mode 100644 index 9ffdc8a..0000000 --- a/examples/dhcp/conf.d/e49-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e49-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.147.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.147.1; - option domain-name "e49-3.tg14.gathering.org"; - ddns-domainname "e49-3.tg14.gathering.org"; - range 151.216.147.5 151.216.147.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e49-4.conf b/examples/dhcp/conf.d/e49-4.conf deleted file mode 100644 index 797121b..0000000 --- a/examples/dhcp/conf.d/e49-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e49-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.147.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.147.65; - option domain-name "e49-4.tg14.gathering.org"; - ddns-domainname "e49-4.tg14.gathering.org"; - range 151.216.147.69 151.216.147.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e5-3.conf b/examples/dhcp/conf.d/e5-3.conf deleted file mode 100644 index a0f7487..0000000 --- a/examples/dhcp/conf.d/e5-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e5-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.130.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.130.1; - option domain-name "e5-3.tg14.gathering.org"; - ddns-domainname "e5-3.tg14.gathering.org"; - range 151.216.130.5 151.216.130.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e5-4.conf b/examples/dhcp/conf.d/e5-4.conf deleted file mode 100644 index 8b66c3d..0000000 --- a/examples/dhcp/conf.d/e5-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e5-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.130.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.130.65; - option domain-name "e5-4.tg14.gathering.org"; - ddns-domainname "e5-4.tg14.gathering.org"; - range 151.216.130.69 151.216.130.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e51-1.conf b/examples/dhcp/conf.d/e51-1.conf deleted file mode 100644 index 6091a10..0000000 --- a/examples/dhcp/conf.d/e51-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e51-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.147.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.147.129; - option domain-name "e51-1.tg14.gathering.org"; - ddns-domainname "e51-1.tg14.gathering.org"; - range 151.216.147.133 151.216.147.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e51-2.conf b/examples/dhcp/conf.d/e51-2.conf deleted file mode 100644 index 28b5e41..0000000 --- a/examples/dhcp/conf.d/e51-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e51-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.147.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.147.193; - option domain-name "e51-2.tg14.gathering.org"; - ddns-domainname "e51-2.tg14.gathering.org"; - range 151.216.147.197 151.216.147.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e51-3.conf b/examples/dhcp/conf.d/e51-3.conf deleted file mode 100644 index f0cf38a..0000000 --- a/examples/dhcp/conf.d/e51-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e51-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.148.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.148.1; - option domain-name "e51-3.tg14.gathering.org"; - ddns-domainname "e51-3.tg14.gathering.org"; - range 151.216.148.5 151.216.148.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e51-4.conf b/examples/dhcp/conf.d/e51-4.conf deleted file mode 100644 index 5929d35..0000000 --- a/examples/dhcp/conf.d/e51-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e51-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.148.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.148.65; - option domain-name "e51-4.tg14.gathering.org"; - ddns-domainname "e51-4.tg14.gathering.org"; - range 151.216.148.69 151.216.148.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e53-1.conf b/examples/dhcp/conf.d/e53-1.conf deleted file mode 100644 index 51295a9..0000000 --- a/examples/dhcp/conf.d/e53-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e53-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.148.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.148.129; - option domain-name "e53-1.tg14.gathering.org"; - ddns-domainname "e53-1.tg14.gathering.org"; - range 151.216.148.133 151.216.148.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e53-2.conf b/examples/dhcp/conf.d/e53-2.conf deleted file mode 100644 index f971e50..0000000 --- a/examples/dhcp/conf.d/e53-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e53-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.148.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.148.193; - option domain-name "e53-2.tg14.gathering.org"; - ddns-domainname "e53-2.tg14.gathering.org"; - range 151.216.148.197 151.216.148.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e53-3.conf b/examples/dhcp/conf.d/e53-3.conf deleted file mode 100644 index ab19bfc..0000000 --- a/examples/dhcp/conf.d/e53-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e53-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.149.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.149.1; - option domain-name "e53-3.tg14.gathering.org"; - ddns-domainname "e53-3.tg14.gathering.org"; - range 151.216.149.5 151.216.149.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e53-4.conf b/examples/dhcp/conf.d/e53-4.conf deleted file mode 100644 index 1d3a5bf..0000000 --- a/examples/dhcp/conf.d/e53-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e53-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.149.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.149.65; - option domain-name "e53-4.tg14.gathering.org"; - ddns-domainname "e53-4.tg14.gathering.org"; - range 151.216.149.69 151.216.149.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e55-1.conf b/examples/dhcp/conf.d/e55-1.conf deleted file mode 100644 index 1dc049b..0000000 --- a/examples/dhcp/conf.d/e55-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e55-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.149.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.149.129; - option domain-name "e55-1.tg14.gathering.org"; - ddns-domainname "e55-1.tg14.gathering.org"; - range 151.216.149.133 151.216.149.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e55-2.conf b/examples/dhcp/conf.d/e55-2.conf deleted file mode 100644 index b1d5a9b..0000000 --- a/examples/dhcp/conf.d/e55-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e55-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.149.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.149.193; - option domain-name "e55-2.tg14.gathering.org"; - ddns-domainname "e55-2.tg14.gathering.org"; - range 151.216.149.197 151.216.149.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e55-3.conf b/examples/dhcp/conf.d/e55-3.conf deleted file mode 100644 index cd946a5..0000000 --- a/examples/dhcp/conf.d/e55-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e55-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.150.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.150.1; - option domain-name "e55-3.tg14.gathering.org"; - ddns-domainname "e55-3.tg14.gathering.org"; - range 151.216.150.5 151.216.150.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e55-4.conf b/examples/dhcp/conf.d/e55-4.conf deleted file mode 100644 index 9149191..0000000 --- a/examples/dhcp/conf.d/e55-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e55-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.150.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.150.65; - option domain-name "e55-4.tg14.gathering.org"; - ddns-domainname "e55-4.tg14.gathering.org"; - range 151.216.150.69 151.216.150.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e57-1.conf b/examples/dhcp/conf.d/e57-1.conf deleted file mode 100644 index 90a42cd..0000000 --- a/examples/dhcp/conf.d/e57-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e57-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.150.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.150.129; - option domain-name "e57-1.tg14.gathering.org"; - ddns-domainname "e57-1.tg14.gathering.org"; - range 151.216.150.133 151.216.150.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e57-2.conf b/examples/dhcp/conf.d/e57-2.conf deleted file mode 100644 index 0330369..0000000 --- a/examples/dhcp/conf.d/e57-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e57-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.150.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.150.193; - option domain-name "e57-2.tg14.gathering.org"; - ddns-domainname "e57-2.tg14.gathering.org"; - range 151.216.150.197 151.216.150.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e57-3.conf b/examples/dhcp/conf.d/e57-3.conf deleted file mode 100644 index 8d43fe5..0000000 --- a/examples/dhcp/conf.d/e57-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e57-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.151.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.151.1; - option domain-name "e57-3.tg14.gathering.org"; - ddns-domainname "e57-3.tg14.gathering.org"; - range 151.216.151.5 151.216.151.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e57-4.conf b/examples/dhcp/conf.d/e57-4.conf deleted file mode 100644 index 8d2de0e..0000000 --- a/examples/dhcp/conf.d/e57-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e57-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.151.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.151.65; - option domain-name "e57-4.tg14.gathering.org"; - ddns-domainname "e57-4.tg14.gathering.org"; - range 151.216.151.69 151.216.151.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e59-1.conf b/examples/dhcp/conf.d/e59-1.conf deleted file mode 100644 index 56a4d8f..0000000 --- a/examples/dhcp/conf.d/e59-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e59-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.151.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.151.129; - option domain-name "e59-1.tg14.gathering.org"; - ddns-domainname "e59-1.tg14.gathering.org"; - range 151.216.151.133 151.216.151.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e59-2.conf b/examples/dhcp/conf.d/e59-2.conf deleted file mode 100644 index e7a9353..0000000 --- a/examples/dhcp/conf.d/e59-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e59-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.151.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.151.193; - option domain-name "e59-2.tg14.gathering.org"; - ddns-domainname "e59-2.tg14.gathering.org"; - range 151.216.151.197 151.216.151.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e59-3.conf b/examples/dhcp/conf.d/e59-3.conf deleted file mode 100644 index dbb372a..0000000 --- a/examples/dhcp/conf.d/e59-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e59-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.152.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.152.1; - option domain-name "e59-3.tg14.gathering.org"; - ddns-domainname "e59-3.tg14.gathering.org"; - range 151.216.152.5 151.216.152.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e59-4.conf b/examples/dhcp/conf.d/e59-4.conf deleted file mode 100644 index 26efc13..0000000 --- a/examples/dhcp/conf.d/e59-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e59-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.152.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.152.65; - option domain-name "e59-4.tg14.gathering.org"; - ddns-domainname "e59-4.tg14.gathering.org"; - range 151.216.152.69 151.216.152.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e61-1.conf b/examples/dhcp/conf.d/e61-1.conf deleted file mode 100644 index a8b1e93..0000000 --- a/examples/dhcp/conf.d/e61-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e61-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.152.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.152.129; - option domain-name "e61-1.tg14.gathering.org"; - ddns-domainname "e61-1.tg14.gathering.org"; - range 151.216.152.133 151.216.152.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e61-2.conf b/examples/dhcp/conf.d/e61-2.conf deleted file mode 100644 index facbf06..0000000 --- a/examples/dhcp/conf.d/e61-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e61-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.152.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.152.193; - option domain-name "e61-2.tg14.gathering.org"; - ddns-domainname "e61-2.tg14.gathering.org"; - range 151.216.152.197 151.216.152.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e61-3.conf b/examples/dhcp/conf.d/e61-3.conf deleted file mode 100644 index ef1408e..0000000 --- a/examples/dhcp/conf.d/e61-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e61-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.153.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.153.1; - option domain-name "e61-3.tg14.gathering.org"; - ddns-domainname "e61-3.tg14.gathering.org"; - range 151.216.153.5 151.216.153.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e61-4.conf b/examples/dhcp/conf.d/e61-4.conf deleted file mode 100644 index b51330b..0000000 --- a/examples/dhcp/conf.d/e61-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e61-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.153.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.153.65; - option domain-name "e61-4.tg14.gathering.org"; - ddns-domainname "e61-4.tg14.gathering.org"; - range 151.216.153.69 151.216.153.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e63-1.conf b/examples/dhcp/conf.d/e63-1.conf deleted file mode 100644 index 6fa5132..0000000 --- a/examples/dhcp/conf.d/e63-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e63-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.153.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.153.129; - option domain-name "e63-1.tg14.gathering.org"; - ddns-domainname "e63-1.tg14.gathering.org"; - range 151.216.153.133 151.216.153.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e63-2.conf b/examples/dhcp/conf.d/e63-2.conf deleted file mode 100644 index 090a846..0000000 --- a/examples/dhcp/conf.d/e63-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e63-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.153.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.153.193; - option domain-name "e63-2.tg14.gathering.org"; - ddns-domainname "e63-2.tg14.gathering.org"; - range 151.216.153.197 151.216.153.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e63-3.conf b/examples/dhcp/conf.d/e63-3.conf deleted file mode 100644 index 92d3ad1..0000000 --- a/examples/dhcp/conf.d/e63-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e63-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.154.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.154.1; - option domain-name "e63-3.tg14.gathering.org"; - ddns-domainname "e63-3.tg14.gathering.org"; - range 151.216.154.5 151.216.154.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e63-4.conf b/examples/dhcp/conf.d/e63-4.conf deleted file mode 100644 index 6d664a2..0000000 --- a/examples/dhcp/conf.d/e63-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e63-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.154.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.154.65; - option domain-name "e63-4.tg14.gathering.org"; - ddns-domainname "e63-4.tg14.gathering.org"; - range 151.216.154.69 151.216.154.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e65-1.conf b/examples/dhcp/conf.d/e65-1.conf deleted file mode 100644 index 9cf077c..0000000 --- a/examples/dhcp/conf.d/e65-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e65-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.154.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.154.129; - option domain-name "e65-1.tg14.gathering.org"; - ddns-domainname "e65-1.tg14.gathering.org"; - range 151.216.154.133 151.216.154.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e65-2.conf b/examples/dhcp/conf.d/e65-2.conf deleted file mode 100644 index 22a0e09..0000000 --- a/examples/dhcp/conf.d/e65-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e65-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.154.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.154.193; - option domain-name "e65-2.tg14.gathering.org"; - ddns-domainname "e65-2.tg14.gathering.org"; - range 151.216.154.197 151.216.154.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e65-3.conf b/examples/dhcp/conf.d/e65-3.conf deleted file mode 100644 index 74c4484..0000000 --- a/examples/dhcp/conf.d/e65-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e65-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.155.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.155.1; - option domain-name "e65-3.tg14.gathering.org"; - ddns-domainname "e65-3.tg14.gathering.org"; - range 151.216.155.5 151.216.155.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e65-4.conf b/examples/dhcp/conf.d/e65-4.conf deleted file mode 100644 index 1b60a87..0000000 --- a/examples/dhcp/conf.d/e65-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e65-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.155.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.155.65; - option domain-name "e65-4.tg14.gathering.org"; - ddns-domainname "e65-4.tg14.gathering.org"; - range 151.216.155.69 151.216.155.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e67-1.conf b/examples/dhcp/conf.d/e67-1.conf deleted file mode 100644 index 551ac55..0000000 --- a/examples/dhcp/conf.d/e67-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e67-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.155.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.155.129; - option domain-name "e67-1.tg14.gathering.org"; - ddns-domainname "e67-1.tg14.gathering.org"; - range 151.216.155.133 151.216.155.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e67-2.conf b/examples/dhcp/conf.d/e67-2.conf deleted file mode 100644 index 50c268d..0000000 --- a/examples/dhcp/conf.d/e67-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e67-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.155.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.155.193; - option domain-name "e67-2.tg14.gathering.org"; - ddns-domainname "e67-2.tg14.gathering.org"; - range 151.216.155.197 151.216.155.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e67-3.conf b/examples/dhcp/conf.d/e67-3.conf deleted file mode 100644 index afc55ae..0000000 --- a/examples/dhcp/conf.d/e67-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e67-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.156.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.156.1; - option domain-name "e67-3.tg14.gathering.org"; - ddns-domainname "e67-3.tg14.gathering.org"; - range 151.216.156.5 151.216.156.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e67-4.conf b/examples/dhcp/conf.d/e67-4.conf deleted file mode 100644 index 15eab9e..0000000 --- a/examples/dhcp/conf.d/e67-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e67-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.156.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.156.65; - option domain-name "e67-4.tg14.gathering.org"; - ddns-domainname "e67-4.tg14.gathering.org"; - range 151.216.156.69 151.216.156.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e69-1.conf b/examples/dhcp/conf.d/e69-1.conf deleted file mode 100644 index 843f522..0000000 --- a/examples/dhcp/conf.d/e69-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e69-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.156.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.156.129; - option domain-name "e69-1.tg14.gathering.org"; - ddns-domainname "e69-1.tg14.gathering.org"; - range 151.216.156.133 151.216.156.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e69-2.conf b/examples/dhcp/conf.d/e69-2.conf deleted file mode 100644 index 6360d0e..0000000 --- a/examples/dhcp/conf.d/e69-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e69-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.156.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.156.193; - option domain-name "e69-2.tg14.gathering.org"; - ddns-domainname "e69-2.tg14.gathering.org"; - range 151.216.156.197 151.216.156.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e69-3.conf b/examples/dhcp/conf.d/e69-3.conf deleted file mode 100644 index 1407d5e..0000000 --- a/examples/dhcp/conf.d/e69-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e69-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.157.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.157.1; - option domain-name "e69-3.tg14.gathering.org"; - ddns-domainname "e69-3.tg14.gathering.org"; - range 151.216.157.5 151.216.157.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e69-4.conf b/examples/dhcp/conf.d/e69-4.conf deleted file mode 100644 index 987299b..0000000 --- a/examples/dhcp/conf.d/e69-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e69-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.157.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.157.65; - option domain-name "e69-4.tg14.gathering.org"; - ddns-domainname "e69-4.tg14.gathering.org"; - range 151.216.157.69 151.216.157.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e7-3.conf b/examples/dhcp/conf.d/e7-3.conf deleted file mode 100644 index be69882..0000000 --- a/examples/dhcp/conf.d/e7-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e7-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.130.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.130.129; - option domain-name "e7-3.tg14.gathering.org"; - ddns-domainname "e7-3.tg14.gathering.org"; - range 151.216.130.133 151.216.130.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e7-4.conf b/examples/dhcp/conf.d/e7-4.conf deleted file mode 100644 index 205b988..0000000 --- a/examples/dhcp/conf.d/e7-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e7-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.130.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.130.193; - option domain-name "e7-4.tg14.gathering.org"; - ddns-domainname "e7-4.tg14.gathering.org"; - range 151.216.130.197 151.216.130.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e71-1.conf b/examples/dhcp/conf.d/e71-1.conf deleted file mode 100644 index 5240ad0..0000000 --- a/examples/dhcp/conf.d/e71-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e71-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.157.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.157.129; - option domain-name "e71-1.tg14.gathering.org"; - ddns-domainname "e71-1.tg14.gathering.org"; - range 151.216.157.133 151.216.157.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e71-2.conf b/examples/dhcp/conf.d/e71-2.conf deleted file mode 100644 index cb32488..0000000 --- a/examples/dhcp/conf.d/e71-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e71-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.157.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.157.193; - option domain-name "e71-2.tg14.gathering.org"; - ddns-domainname "e71-2.tg14.gathering.org"; - range 151.216.157.197 151.216.157.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e71-3.conf b/examples/dhcp/conf.d/e71-3.conf deleted file mode 100644 index 32d8ec7..0000000 --- a/examples/dhcp/conf.d/e71-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e71-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.158.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.158.1; - option domain-name "e71-3.tg14.gathering.org"; - ddns-domainname "e71-3.tg14.gathering.org"; - range 151.216.158.5 151.216.158.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e71-4.conf b/examples/dhcp/conf.d/e71-4.conf deleted file mode 100644 index 55ebcf2..0000000 --- a/examples/dhcp/conf.d/e71-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e71-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.158.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.158.65; - option domain-name "e71-4.tg14.gathering.org"; - ddns-domainname "e71-4.tg14.gathering.org"; - range 151.216.158.69 151.216.158.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e73-1.conf b/examples/dhcp/conf.d/e73-1.conf deleted file mode 100644 index a2d9d0b..0000000 --- a/examples/dhcp/conf.d/e73-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e73-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.158.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.158.129; - option domain-name "e73-1.tg14.gathering.org"; - ddns-domainname "e73-1.tg14.gathering.org"; - range 151.216.158.133 151.216.158.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e73-2.conf b/examples/dhcp/conf.d/e73-2.conf deleted file mode 100644 index 2d8a251..0000000 --- a/examples/dhcp/conf.d/e73-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e73-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.158.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.158.193; - option domain-name "e73-2.tg14.gathering.org"; - ddns-domainname "e73-2.tg14.gathering.org"; - range 151.216.158.197 151.216.158.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e73-3.conf b/examples/dhcp/conf.d/e73-3.conf deleted file mode 100644 index 50de80e..0000000 --- a/examples/dhcp/conf.d/e73-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e73-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.159.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.159.1; - option domain-name "e73-3.tg14.gathering.org"; - ddns-domainname "e73-3.tg14.gathering.org"; - range 151.216.159.5 151.216.159.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e73-4.conf b/examples/dhcp/conf.d/e73-4.conf deleted file mode 100644 index 79c4be8..0000000 --- a/examples/dhcp/conf.d/e73-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e73-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.159.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.159.65; - option domain-name "e73-4.tg14.gathering.org"; - ddns-domainname "e73-4.tg14.gathering.org"; - range 151.216.159.69 151.216.159.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e75-1.conf b/examples/dhcp/conf.d/e75-1.conf deleted file mode 100644 index 0a0da05..0000000 --- a/examples/dhcp/conf.d/e75-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e75-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.159.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.159.129; - option domain-name "e75-1.tg14.gathering.org"; - ddns-domainname "e75-1.tg14.gathering.org"; - range 151.216.159.133 151.216.159.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e75-2.conf b/examples/dhcp/conf.d/e75-2.conf deleted file mode 100644 index 7ec3bd3..0000000 --- a/examples/dhcp/conf.d/e75-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e75-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.159.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.159.193; - option domain-name "e75-2.tg14.gathering.org"; - ddns-domainname "e75-2.tg14.gathering.org"; - range 151.216.159.197 151.216.159.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e75-3.conf b/examples/dhcp/conf.d/e75-3.conf deleted file mode 100644 index dbea564..0000000 --- a/examples/dhcp/conf.d/e75-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e75-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.160.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.160.1; - option domain-name "e75-3.tg14.gathering.org"; - ddns-domainname "e75-3.tg14.gathering.org"; - range 151.216.160.5 151.216.160.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e75-4.conf b/examples/dhcp/conf.d/e75-4.conf deleted file mode 100644 index 2c3c3a2..0000000 --- a/examples/dhcp/conf.d/e75-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e75-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.160.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.160.65; - option domain-name "e75-4.tg14.gathering.org"; - ddns-domainname "e75-4.tg14.gathering.org"; - range 151.216.160.69 151.216.160.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e77-1.conf b/examples/dhcp/conf.d/e77-1.conf deleted file mode 100644 index c3b5d88..0000000 --- a/examples/dhcp/conf.d/e77-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e77-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.160.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.160.129; - option domain-name "e77-1.tg14.gathering.org"; - ddns-domainname "e77-1.tg14.gathering.org"; - range 151.216.160.133 151.216.160.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e77-2.conf b/examples/dhcp/conf.d/e77-2.conf deleted file mode 100644 index 9a38710..0000000 --- a/examples/dhcp/conf.d/e77-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e77-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.160.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.160.193; - option domain-name "e77-2.tg14.gathering.org"; - ddns-domainname "e77-2.tg14.gathering.org"; - range 151.216.160.197 151.216.160.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e77-3.conf b/examples/dhcp/conf.d/e77-3.conf deleted file mode 100644 index 056a3c2..0000000 --- a/examples/dhcp/conf.d/e77-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e77-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.161.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.161.1; - option domain-name "e77-3.tg14.gathering.org"; - ddns-domainname "e77-3.tg14.gathering.org"; - range 151.216.161.5 151.216.161.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e77-4.conf b/examples/dhcp/conf.d/e77-4.conf deleted file mode 100644 index 0a0b08b..0000000 --- a/examples/dhcp/conf.d/e77-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e77-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.161.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.161.65; - option domain-name "e77-4.tg14.gathering.org"; - ddns-domainname "e77-4.tg14.gathering.org"; - range 151.216.161.69 151.216.161.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e79-1.conf b/examples/dhcp/conf.d/e79-1.conf deleted file mode 100644 index aa8f622..0000000 --- a/examples/dhcp/conf.d/e79-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e79-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.161.128 netmask 255.255.255.192 { - authoritative; - option routers 151.216.161.129; - option domain-name "e79-1.tg14.gathering.org"; - ddns-domainname "e79-1.tg14.gathering.org"; - range 151.216.161.133 151.216.161.190; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e79-2.conf b/examples/dhcp/conf.d/e79-2.conf deleted file mode 100644 index efa2a8e..0000000 --- a/examples/dhcp/conf.d/e79-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e79-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.161.192 netmask 255.255.255.192 { - authoritative; - option routers 151.216.161.193; - option domain-name "e79-2.tg14.gathering.org"; - ddns-domainname "e79-2.tg14.gathering.org"; - range 151.216.161.197 151.216.161.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e81-1.conf b/examples/dhcp/conf.d/e81-1.conf deleted file mode 100644 index a1aa59b..0000000 --- a/examples/dhcp/conf.d/e81-1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e81-1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.162.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.162.1; - option domain-name "e81-1.tg14.gathering.org"; - ddns-domainname "e81-1.tg14.gathering.org"; - range 151.216.162.5 151.216.162.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e81-2.conf b/examples/dhcp/conf.d/e81-2.conf deleted file mode 100644 index 446e583..0000000 --- a/examples/dhcp/conf.d/e81-2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e81-2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.162.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.162.65; - option domain-name "e81-2.tg14.gathering.org"; - ddns-domainname "e81-2.tg14.gathering.org"; - range 151.216.162.69 151.216.162.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e9-3.conf b/examples/dhcp/conf.d/e9-3.conf deleted file mode 100644 index 0e3127e..0000000 --- a/examples/dhcp/conf.d/e9-3.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e9-3.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.131.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.131.1; - option domain-name "e9-3.tg14.gathering.org"; - ddns-domainname "e9-3.tg14.gathering.org"; - range 151.216.131.5 151.216.131.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/e9-4.conf b/examples/dhcp/conf.d/e9-4.conf deleted file mode 100644 index 27c2a2b..0000000 --- a/examples/dhcp/conf.d/e9-4.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone e9-4.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.131.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.131.65; - option domain-name "e9-4.tg14.gathering.org"; - ddns-domainname "e9-4.tg14.gathering.org"; - range 151.216.131.69 151.216.131.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/event-studio.conf b/examples/dhcp/conf.d/event-studio.conf deleted file mode 100644 index 82d69bc..0000000 --- a/examples/dhcp/conf.d/event-studio.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone event-studio.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.251.128 netmask 255.255.255.128 { - authoritative; - option routers 151.216.251.129; - option domain-name "event-studio.tg14.gathering.org"; - ddns-domainname "event-studio.tg14.gathering.org"; - range 151.216.251.133 151.216.251.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/flanke.conf b/examples/dhcp/conf.d/flanke.conf deleted file mode 100644 index c8baaeb..0000000 --- a/examples/dhcp/conf.d/flanke.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone flanke.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.185.0 netmask 255.255.255.128 { - authoritative; - option routers 151.216.185.1; - option domain-name "flanke.tg14.gathering.org"; - ddns-domainname "flanke.tg14.gathering.org"; - range 151.216.185.5 151.216.185.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/forsvarlig.conf b/examples/dhcp/conf.d/forsvarlig.conf deleted file mode 100644 index a3f8fff..0000000 --- a/examples/dhcp/conf.d/forsvarlig.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone forsvarlig.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.251.0 netmask 255.255.255.128 { - authoritative; - option routers 151.216.251.1; - option domain-name "forsvarlig.tg14.gathering.org"; - ddns-domainname "forsvarlig.tg14.gathering.org"; - range 151.216.251.5 151.216.251.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/fugleberget1.conf b/examples/dhcp/conf.d/fugleberget1.conf deleted file mode 100644 index b23c276..0000000 --- a/examples/dhcp/conf.d/fugleberget1.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone fugleberget1.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.227.0 netmask 255.255.255.128 { - authoritative; - option routers 151.216.227.1; - option domain-name "fugleberget1.tg14.gathering.org"; - ddns-domainname "fugleberget1.tg14.gathering.org"; - range 151.216.227.10 151.216.227.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/fugleberget2.conf b/examples/dhcp/conf.d/fugleberget2.conf deleted file mode 100644 index ebe8552..0000000 --- a/examples/dhcp/conf.d/fugleberget2.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone fugleberget2.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.227.128 netmask 255.255.255.128 { - authoritative; - option routers 151.216.227.129; - option domain-name "fugleberget2.tg14.gathering.org"; - ddns-domainname "fugleberget2.tg14.gathering.org"; - range 151.216.227.138 151.216.227.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/gayme.conf b/examples/dhcp/conf.d/gayme.conf deleted file mode 100644 index 70f680e..0000000 --- a/examples/dhcp/conf.d/gayme.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone gayme.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.229.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.229.1; - option domain-name "gayme.tg14.gathering.org"; - ddns-domainname "gayme.tg14.gathering.org"; - range 151.216.229.5 151.216.229.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/highlights.conf b/examples/dhcp/conf.d/highlights.conf deleted file mode 100644 index e4eb3d0..0000000 --- a/examples/dhcp/conf.d/highlights.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone highlights.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.235.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.235.1; - option domain-name "highlights.tg14.gathering.org"; - ddns-domainname "highlights.tg14.gathering.org"; - range 151.216.235.5 151.216.235.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/hoa.conf b/examples/dhcp/conf.d/hoa.conf deleted file mode 100644 index 5954e74..0000000 --- a/examples/dhcp/conf.d/hoa.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone hoa.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.225.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.225.1; - option domain-name "hoa.tg14.gathering.org"; - ddns-domainname "hoa.tg14.gathering.org"; - range 151.216.225.5 151.216.225.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/info-dask.conf b/examples/dhcp/conf.d/info-dask.conf deleted file mode 100644 index 5bc1da0..0000000 --- a/examples/dhcp/conf.d/info-dask.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone info-dask.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.230.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.230.1; - option domain-name "info-dask.tg14.gathering.org"; - ddns-domainname "info-dask.tg14.gathering.org"; - range 151.216.230.5 151.216.230.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/kompett.conf b/examples/dhcp/conf.d/kompett.conf deleted file mode 100644 index c47e3d1..0000000 --- a/examples/dhcp/conf.d/kompett.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone kompett.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.228.0 netmask 255.255.255.192 { - authoritative; - option routers 151.216.228.1; - option domain-name "kompett.tg14.gathering.org"; - ddns-domainname "kompett.tg14.gathering.org"; - range 151.216.228.5 151.216.228.62; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/komplett.conf b/examples/dhcp/conf.d/komplett.conf deleted file mode 100644 index 40c8ab1..0000000 --- a/examples/dhcp/conf.d/komplett.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone komplett.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.177.0 netmask 255.255.255.128 { - authoritative; - option routers 151.216.177.1; - option domain-name "komplett.tg14.gathering.org"; - ddns-domainname "komplett.tg14.gathering.org"; - range 151.216.177.5 151.216.177.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/kompott.conf b/examples/dhcp/conf.d/kompott.conf deleted file mode 100644 index 6096841..0000000 --- a/examples/dhcp/conf.d/kompott.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone kompott.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.228.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.228.65; - option domain-name "kompott.tg14.gathering.org"; - ddns-domainname "kompott.tg14.gathering.org"; - range 151.216.228.69 151.216.228.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/lavvo.conf b/examples/dhcp/conf.d/lavvo.conf deleted file mode 100644 index 62a2899..0000000 --- a/examples/dhcp/conf.d/lavvo.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone lavvo.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.232.128 netmask 255.255.255.128 { - authoritative; - option routers 151.216.232.129; - option domain-name "lavvo.tg14.gathering.org"; - ddns-domainname "lavvo.tg14.gathering.org"; - range 151.216.232.133 151.216.232.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/logistikk.conf b/examples/dhcp/conf.d/logistikk.conf deleted file mode 100644 index 401ccc6..0000000 --- a/examples/dhcp/conf.d/logistikk.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone logistikk.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.224.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.224.1; - option domain-name "logistikk.tg14.gathering.org"; - ddns-domainname "logistikk.tg14.gathering.org"; - range 151.216.224.5 151.216.224.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/lounge.conf b/examples/dhcp/conf.d/lounge.conf deleted file mode 100644 index ac10d9d..0000000 --- a/examples/dhcp/conf.d/lounge.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone lounge.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.183.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.183.1; - option domain-name "lounge.tg14.gathering.org"; - ddns-domainname "lounge.tg14.gathering.org"; - range 151.216.183.5 151.216.183.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/medic.conf b/examples/dhcp/conf.d/medic.conf deleted file mode 100644 index f759686..0000000 --- a/examples/dhcp/conf.d/medic.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone medic.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.240.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.240.1; - option domain-name "medic.tg14.gathering.org"; - ddns-domainname "medic.tg14.gathering.org"; - range 151.216.240.5 151.216.240.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/noc-server.conf b/examples/dhcp/conf.d/noc-server.conf deleted file mode 100644 index 64594c8..0000000 --- a/examples/dhcp/conf.d/noc-server.conf +++ /dev/null @@ -1,17 +0,0 @@ -zone noc-server.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.253.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.253.1; - option domain-name "noc-server.tg14.gathering.org"; - ddns-domainname "noc-server.tg14.gathering.org"; - range 151.216.253.150 151.216.253.254; - ignore client-updates; - - host kandunas { hardware ethernet 00:11:32:19:5a:4a; fixed-address 151.216.253.29; } - -} - diff --git a/examples/dhcp/conf.d/noc.conf b/examples/dhcp/conf.d/noc.conf deleted file mode 100644 index 786cb4d..0000000 --- a/examples/dhcp/conf.d/noc.conf +++ /dev/null @@ -1,16 +0,0 @@ -zone noc.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.252.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.252.1; - option domain-name "noc.tg14.gathering.org"; - ddns-domainname "noc.tg14.gathering.org"; - range 151.216.252.10 151.216.252.254; - ignore client-updates; -} - -host roofiecam { hardware ethernet 00:02:d1:15:64:80; fixed-address 151.216.252.104; } -host noccam { hardware ethernet 00:02:d1:27:23:2e; fixed-address 151.216.252.134; } diff --git a/examples/dhcp/conf.d/planke.conf b/examples/dhcp/conf.d/planke.conf deleted file mode 100644 index 8e3f4be..0000000 --- a/examples/dhcp/conf.d/planke.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone planke.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.185.128 netmask 255.255.255.128 { - authoritative; - option routers 151.216.185.129; - option domain-name "planke.tg14.gathering.org"; - ddns-domainname "planke.tg14.gathering.org"; - range 151.216.185.133 151.216.185.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/presse.conf b/examples/dhcp/conf.d/presse.conf deleted file mode 100644 index ba3988f..0000000 --- a/examples/dhcp/conf.d/presse.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone presse.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.226.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.226.1; - option domain-name "presse.tg14.gathering.org"; - ddns-domainname "presse.tg14.gathering.org"; - range 151.216.226.5 151.216.226.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/resepsjon.conf b/examples/dhcp/conf.d/resepsjon.conf deleted file mode 100644 index 9aa4651..0000000 --- a/examples/dhcp/conf.d/resepsjon.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone resepsjon.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.232.0 netmask 255.255.255.128 { - authoritative; - option routers 151.216.232.1; - option domain-name "resepsjon.tg14.gathering.org"; - ddns-domainname "resepsjon.tg14.gathering.org"; - range 151.216.232.5 151.216.232.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/rohypnol.conf b/examples/dhcp/conf.d/rohypnol.conf deleted file mode 100644 index 2662ac6..0000000 --- a/examples/dhcp/conf.d/rohypnol.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone rohypnol.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.245.64 netmask 255.255.255.192 { - authoritative; - option routers 151.216.245.65; - option domain-name "rohypnol.tg14.gathering.org"; - ddns-domainname "rohypnol.tg14.gathering.org"; - range 151.216.245.69 151.216.245.126; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/scenegulv.conf b/examples/dhcp/conf.d/scenegulv.conf deleted file mode 100644 index 1edc1e0..0000000 --- a/examples/dhcp/conf.d/scenegulv.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone scenegulv.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.242.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.242.1; - option domain-name "scenegulv.tg14.gathering.org"; - ddns-domainname "scenegulv.tg14.gathering.org"; - range 151.216.242.5 151.216.242.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/sponsor.conf b/examples/dhcp/conf.d/sponsor.conf deleted file mode 100644 index 84bf883..0000000 --- a/examples/dhcp/conf.d/sponsor.conf +++ /dev/null @@ -1,15 +0,0 @@ -zone sponsor.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.233.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.233.1; - option domain-name "sponsor.tg14.gathering.org"; - ddns-domainname "sponsor.tg14.gathering.org"; - range 151.216.233.5 151.216.233.254; - ignore client-updates; -} - -host hack { hardware ethernet de:be:a9:88:7a:ba; fixed-address 151.216.233.74; } diff --git a/examples/dhcp/conf.d/tele.conf b/examples/dhcp/conf.d/tele.conf deleted file mode 100644 index 5807b83..0000000 --- a/examples/dhcp/conf.d/tele.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone tele.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.254.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.254.1; - option domain-name "tele.tg14.gathering.org"; - ddns-domainname "tele.tg14.gathering.org"; - range 151.216.254.5 151.216.254.254; - ignore client-updates; -} - diff --git a/examples/dhcp/conf.d/tg14-wlan.conf b/examples/dhcp/conf.d/tg14-wlan.conf deleted file mode 100644 index 6fed842..0000000 --- a/examples/dhcp/conf.d/tg14-wlan.conf +++ /dev/null @@ -1,14 +0,0 @@ -zone tg14-wlan.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.192.0 netmask 255.255.224.0 { - authoritative; - option routers 151.216.192.1; - option domain-name "tg14-wlan.tg14.gathering.org"; - ddns-domainname "tg14-wlan.tg14.gathering.org"; - range 151.216.192.5 151.216.223.253; - ignore client-updates; -} - diff --git a/examples/dhcp/dhcpd.conf b/examples/dhcp/dhcpd.conf deleted file mode 100644 index 5415068..0000000 --- a/examples/dhcp/dhcpd.conf +++ /dev/null @@ -1,26 +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 "tg14.gathering.org"; -option domain-name-servers 151.216.254.2, 151.216.253.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.254.0 netmask 255.255.255.0 {} - -include "/etc/dhcp/revzones.conf"; -include "/etc/dhcp/generated-include.conf"; -include "/etc/dhcp/pxe-boot.conf"; -include "/etc/dhcp/ciscowlc.conf"; -include "/etc/dhcp/ciscovoip.conf"; - diff --git a/examples/dhcp/generated-include.conf b/examples/dhcp/generated-include.conf deleted file mode 100644 index 9183545..0000000 --- a/examples/dhcp/generated-include.conf +++ /dev/null @@ -1,190 +0,0 @@ -include "/etc/dhcp/conf.d/apekatt.conf"; -include "/etc/dhcp/conf.d/apenett00.conf"; -include "/etc/dhcp/conf.d/apenett01.conf"; -include "/etc/dhcp/conf.d/apenett02.conf"; -include "/etc/dhcp/conf.d/apenett03.conf"; -include "/etc/dhcp/conf.d/apenett04.conf"; -include "/etc/dhcp/conf.d/apenett05.conf"; -include "/etc/dhcp/conf.d/apenett06.conf"; -include "/etc/dhcp/conf.d/bordell.conf"; -include "/etc/dhcp/conf.d/clientcam.conf"; -include "/etc/dhcp/conf.d/creative1-1.conf"; -include "/etc/dhcp/conf.d/creative2-1.conf"; -include "/etc/dhcp/conf.d/creative3-1.conf"; -include "/etc/dhcp/conf.d/creative4-1.conf"; -include "/etc/dhcp/conf.d/creative4-2.conf"; -include "/etc/dhcp/conf.d/creative5-1.conf"; -include "/etc/dhcp/conf.d/creative5-2.conf"; -include "/etc/dhcp/conf.d/creative6-1.conf"; -include "/etc/dhcp/conf.d/creative6-2.conf"; -include "/etc/dhcp/conf.d/creative7-1.conf"; -include "/etc/dhcp/conf.d/creative7-2.conf"; -include "/etc/dhcp/conf.d/creative8-1.conf"; -include "/etc/dhcp/conf.d/creative8-2.conf"; -include "/etc/dhcp/conf.d/crew1-1.conf"; -include "/etc/dhcp/conf.d/crew2-1.conf"; -include "/etc/dhcp/conf.d/crew2-2.conf"; -include "/etc/dhcp/conf.d/crew3-1.conf"; -include "/etc/dhcp/conf.d/crew3-2.conf"; -include "/etc/dhcp/conf.d/crew4-1.conf"; -include "/etc/dhcp/conf.d/crew4-2.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/e77-3.conf"; -include "/etc/dhcp/conf.d/e77-4.conf"; -include "/etc/dhcp/conf.d/e79-1.conf"; -include "/etc/dhcp/conf.d/e79-2.conf"; -include "/etc/dhcp/conf.d/e81-1.conf"; -include "/etc/dhcp/conf.d/e81-2.conf"; -include "/etc/dhcp/conf.d/e9-3.conf"; -include "/etc/dhcp/conf.d/e9-4.conf"; -include "/etc/dhcp/conf.d/event-studio.conf"; -include "/etc/dhcp/conf.d/flanke.conf"; -include "/etc/dhcp/conf.d/forsvarlig.conf"; -include "/etc/dhcp/conf.d/fugleberget1.conf"; -include "/etc/dhcp/conf.d/fugleberget2.conf"; -include "/etc/dhcp/conf.d/gayme.conf"; -include "/etc/dhcp/conf.d/highlights.conf"; -include "/etc/dhcp/conf.d/hoa.conf"; -include "/etc/dhcp/conf.d/info-dask.conf"; -include "/etc/dhcp/conf.d/kompett.conf"; -include "/etc/dhcp/conf.d/komplett.conf"; -include "/etc/dhcp/conf.d/kompott.conf"; -include "/etc/dhcp/conf.d/lavvo.conf"; -include "/etc/dhcp/conf.d/logistikk.conf"; -include "/etc/dhcp/conf.d/lounge.conf"; -include "/etc/dhcp/conf.d/medic.conf"; -include "/etc/dhcp/conf.d/noc-server.conf"; -include "/etc/dhcp/conf.d/noc.conf"; -include "/etc/dhcp/conf.d/planke.conf"; -include "/etc/dhcp/conf.d/presse.conf"; -include "/etc/dhcp/conf.d/resepsjon.conf"; -include "/etc/dhcp/conf.d/rohypnol.conf"; -include "/etc/dhcp/conf.d/scenegulv.conf"; -include "/etc/dhcp/conf.d/sponsor.conf"; -include "/etc/dhcp/conf.d/tele.conf"; -include "/etc/dhcp/conf.d/tg14-wlan.conf"; diff --git a/examples/dhcp/pxe-boot.conf b/examples/dhcp/pxe-boot.conf deleted file mode 100644 index 7682830..0000000 --- a/examples/dhcp/pxe-boot.conf +++ /dev/null @@ -1,9 +0,0 @@ - -next-server 151.216.253.2; - -option arch code 93 = unsigned integer 16; -if option arch = 00:07 { - filename "bootx64.efi"; -} else { - filename "pxelinux.0"; -} diff --git a/examples/dhcp/revzones.conf b/examples/dhcp/revzones.conf deleted file mode 100644 index 9f543ff..0000000 --- a/examples/dhcp/revzones.conf +++ /dev/null @@ -1,128 +0,0 @@ -zone 128.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 129.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 130.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 131.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 132.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 133.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 134.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 135.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 136.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 137.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 138.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 139.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 140.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 141.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 142.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 143.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 144.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 145.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 146.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 147.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 148.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 149.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 150.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 151.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 152.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 153.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 154.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 155.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 156.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 157.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 158.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 159.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 160.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 161.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 162.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 163.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 164.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 165.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 166.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 167.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 168.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 169.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 170.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 171.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 172.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 173.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 174.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 175.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 176.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 177.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 178.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 179.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 180.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 181.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 182.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 183.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 184.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 185.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 186.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 187.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 188.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 189.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 190.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 191.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 192.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 193.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 194.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 195.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 196.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 197.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 198.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 199.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 200.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 201.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 202.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 203.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 204.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 205.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 206.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 207.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 208.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 209.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 210.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 211.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 212.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 213.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 214.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 215.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 216.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 217.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 218.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 219.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 220.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 221.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 222.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 223.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 224.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 225.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 226.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 227.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 228.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 229.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 230.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 231.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 232.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 233.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 234.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 235.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 236.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 237.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 238.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 239.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 240.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 241.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 242.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 243.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 244.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 245.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 246.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 247.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 248.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 249.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 250.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 251.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 252.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 253.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 254.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } -zone 255.216.151.in-addr.arpa { primary 127.0.0.1; key DHCP_UPDATER; } |