diff options
Diffstat (limited to 'examples/dhcp')
197 files changed, 3054 insertions, 0 deletions
diff --git a/examples/dhcp/README b/examples/dhcp/README new file mode 100644 index 0000000..9675ea0 --- /dev/null +++ b/examples/dhcp/README @@ -0,0 +1,7 @@ +P + +"Jag får ingen DHCP!" -- http://files.jocke.no/b/ingen-dhcp.jpg + +This directory is a copy of our install, please do not use these directly! +It is provided to show you what the scripts are generating for you… + diff --git a/examples/dhcp/ciscovoip.conf b/examples/dhcp/ciscovoip.conf new file mode 100644 index 0000000..17a8bb9 --- /dev/null +++ b/examples/dhcp/ciscovoip.conf @@ -0,0 +1,18 @@ +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 new file mode 100644 index 0000000..1b5c176 --- /dev/null +++ b/examples/dhcp/ciscowlc.conf @@ -0,0 +1,9 @@ +option space CiscoAP; +option CiscoAP.server-address code 241 = array of ip-address; +set vendor-string = option vendor-class-identifier; + +class "cisco-aps" { + match if substring (option vendor-class-identifier, 0, 8) = "Cisco AP"; + vendor-option-space CiscoAP; + option CiscoAP.server-address 151.216.253.21; +} diff --git a/examples/dhcp/conf.d/apekatt.conf b/examples/dhcp/conf.d/apekatt.conf new file mode 100644 index 0000000..50e767e --- /dev/null +++ b/examples/dhcp/conf.d/apekatt.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5f78dfb --- /dev/null +++ b/examples/dhcp/conf.d/apenett00.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0cc0624 --- /dev/null +++ b/examples/dhcp/conf.d/apenett01.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..960ebd8 --- /dev/null +++ b/examples/dhcp/conf.d/apenett02.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..cc74100 --- /dev/null +++ b/examples/dhcp/conf.d/apenett03.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6f0c7cc --- /dev/null +++ b/examples/dhcp/conf.d/apenett04.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a6f1020 --- /dev/null +++ b/examples/dhcp/conf.d/apenett05.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0348e65 --- /dev/null +++ b/examples/dhcp/conf.d/apenett06.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c39e1ef --- /dev/null +++ b/examples/dhcp/conf.d/bordell.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..b8011f9 --- /dev/null +++ b/examples/dhcp/conf.d/clientcam.conf @@ -0,0 +1,15 @@ +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 new file mode 100644 index 0000000..2e0cd29 --- /dev/null +++ b/examples/dhcp/conf.d/creative1-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f579e4c --- /dev/null +++ b/examples/dhcp/conf.d/creative2-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..19d2869 --- /dev/null +++ b/examples/dhcp/conf.d/creative3-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a2597b0 --- /dev/null +++ b/examples/dhcp/conf.d/creative4-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..fdec855 --- /dev/null +++ b/examples/dhcp/conf.d/creative4-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2f0a493 --- /dev/null +++ b/examples/dhcp/conf.d/creative5-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1472826 --- /dev/null +++ b/examples/dhcp/conf.d/creative5-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..d029120 --- /dev/null +++ b/examples/dhcp/conf.d/creative6-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..b6c6269 --- /dev/null +++ b/examples/dhcp/conf.d/creative6-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..37bb6b0 --- /dev/null +++ b/examples/dhcp/conf.d/creative7-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..4d56b77 --- /dev/null +++ b/examples/dhcp/conf.d/creative7-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a6e11d5 --- /dev/null +++ b/examples/dhcp/conf.d/creative8-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c5067d2 --- /dev/null +++ b/examples/dhcp/conf.d/creative8-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..3b7020d --- /dev/null +++ b/examples/dhcp/conf.d/crew1-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..507fafe --- /dev/null +++ b/examples/dhcp/conf.d/crew2-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1f5a905 --- /dev/null +++ b/examples/dhcp/conf.d/crew2-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..767eb6c --- /dev/null +++ b/examples/dhcp/conf.d/crew3-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1568035 --- /dev/null +++ b/examples/dhcp/conf.d/crew3-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..fcbe0a3 --- /dev/null +++ b/examples/dhcp/conf.d/crew4-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..d42d8d0 --- /dev/null +++ b/examples/dhcp/conf.d/crew4-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f65ac74 --- /dev/null +++ b/examples/dhcp/conf.d/e1-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..31c21ea --- /dev/null +++ b/examples/dhcp/conf.d/e1-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..970eb1c --- /dev/null +++ b/examples/dhcp/conf.d/e11-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..fca3a2f --- /dev/null +++ b/examples/dhcp/conf.d/e11-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2f629a5 --- /dev/null +++ b/examples/dhcp/conf.d/e11-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2297bba --- /dev/null +++ b/examples/dhcp/conf.d/e11-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f0d9c48 --- /dev/null +++ b/examples/dhcp/conf.d/e13-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..682c253 --- /dev/null +++ b/examples/dhcp/conf.d/e13-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..89198e6 --- /dev/null +++ b/examples/dhcp/conf.d/e13-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8bb90f6 --- /dev/null +++ b/examples/dhcp/conf.d/e13-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0786bfd --- /dev/null +++ b/examples/dhcp/conf.d/e15-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..30450b7 --- /dev/null +++ b/examples/dhcp/conf.d/e15-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..e7455de --- /dev/null +++ b/examples/dhcp/conf.d/e15-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..48facb5 --- /dev/null +++ b/examples/dhcp/conf.d/e15-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..599a5c9 --- /dev/null +++ b/examples/dhcp/conf.d/e17-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..39ed4d3 --- /dev/null +++ b/examples/dhcp/conf.d/e17-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..4bcb262 --- /dev/null +++ b/examples/dhcp/conf.d/e17-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f7006e7 --- /dev/null +++ b/examples/dhcp/conf.d/e17-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2351453 --- /dev/null +++ b/examples/dhcp/conf.d/e19-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..15d8a51 --- /dev/null +++ b/examples/dhcp/conf.d/e19-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6d4a514 --- /dev/null +++ b/examples/dhcp/conf.d/e19-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..99b063c --- /dev/null +++ b/examples/dhcp/conf.d/e19-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8495860 --- /dev/null +++ b/examples/dhcp/conf.d/e21-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a5baf13 --- /dev/null +++ b/examples/dhcp/conf.d/e21-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c898902 --- /dev/null +++ b/examples/dhcp/conf.d/e21-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6d38e92 --- /dev/null +++ b/examples/dhcp/conf.d/e21-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a4edb25 --- /dev/null +++ b/examples/dhcp/conf.d/e23-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..563edd3 --- /dev/null +++ b/examples/dhcp/conf.d/e23-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..47bd7a8 --- /dev/null +++ b/examples/dhcp/conf.d/e23-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..bdb9965 --- /dev/null +++ b/examples/dhcp/conf.d/e23-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..50a7ad5 --- /dev/null +++ b/examples/dhcp/conf.d/e25-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..66cd60e --- /dev/null +++ b/examples/dhcp/conf.d/e25-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0585c52 --- /dev/null +++ b/examples/dhcp/conf.d/e25-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..205e716 --- /dev/null +++ b/examples/dhcp/conf.d/e25-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f50300b --- /dev/null +++ b/examples/dhcp/conf.d/e27-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1097709 --- /dev/null +++ b/examples/dhcp/conf.d/e27-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..db79dbc --- /dev/null +++ b/examples/dhcp/conf.d/e29-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ece6d65 --- /dev/null +++ b/examples/dhcp/conf.d/e29-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9bd4b5a --- /dev/null +++ b/examples/dhcp/conf.d/e3-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..327d443 --- /dev/null +++ b/examples/dhcp/conf.d/e3-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..14a7628 --- /dev/null +++ b/examples/dhcp/conf.d/e31-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..83d714f --- /dev/null +++ b/examples/dhcp/conf.d/e31-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1eee6b1 --- /dev/null +++ b/examples/dhcp/conf.d/e33-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2b0d205 --- /dev/null +++ b/examples/dhcp/conf.d/e33-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1f96115 --- /dev/null +++ b/examples/dhcp/conf.d/e35-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..7eae27f --- /dev/null +++ b/examples/dhcp/conf.d/e35-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0c874f6 --- /dev/null +++ b/examples/dhcp/conf.d/e37-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f212cda --- /dev/null +++ b/examples/dhcp/conf.d/e37-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..82d9ff2 --- /dev/null +++ b/examples/dhcp/conf.d/e39-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..7c44b40 --- /dev/null +++ b/examples/dhcp/conf.d/e39-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8c533f8 --- /dev/null +++ b/examples/dhcp/conf.d/e41-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..d15b814 --- /dev/null +++ b/examples/dhcp/conf.d/e41-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c2fa4f8 --- /dev/null +++ b/examples/dhcp/conf.d/e43-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..e72bad0 --- /dev/null +++ b/examples/dhcp/conf.d/e43-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..65228c5 --- /dev/null +++ b/examples/dhcp/conf.d/e43-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ce4ffe6 --- /dev/null +++ b/examples/dhcp/conf.d/e43-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..4302acd --- /dev/null +++ b/examples/dhcp/conf.d/e45-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..643120a --- /dev/null +++ b/examples/dhcp/conf.d/e45-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..77e7525 --- /dev/null +++ b/examples/dhcp/conf.d/e45-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1eb80d3 --- /dev/null +++ b/examples/dhcp/conf.d/e45-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ca09b82 --- /dev/null +++ b/examples/dhcp/conf.d/e47-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6d810e7 --- /dev/null +++ b/examples/dhcp/conf.d/e47-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2465e5c --- /dev/null +++ b/examples/dhcp/conf.d/e47-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..e53cff8 --- /dev/null +++ b/examples/dhcp/conf.d/e47-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ffc0ef3 --- /dev/null +++ b/examples/dhcp/conf.d/e49-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a312eb1 --- /dev/null +++ b/examples/dhcp/conf.d/e49-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9ffdc8a --- /dev/null +++ b/examples/dhcp/conf.d/e49-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..797121b --- /dev/null +++ b/examples/dhcp/conf.d/e49-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a0f7487 --- /dev/null +++ b/examples/dhcp/conf.d/e5-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8b66c3d --- /dev/null +++ b/examples/dhcp/conf.d/e5-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6091a10 --- /dev/null +++ b/examples/dhcp/conf.d/e51-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..28b5e41 --- /dev/null +++ b/examples/dhcp/conf.d/e51-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f0cf38a --- /dev/null +++ b/examples/dhcp/conf.d/e51-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5929d35 --- /dev/null +++ b/examples/dhcp/conf.d/e51-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..51295a9 --- /dev/null +++ b/examples/dhcp/conf.d/e53-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f971e50 --- /dev/null +++ b/examples/dhcp/conf.d/e53-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ab19bfc --- /dev/null +++ b/examples/dhcp/conf.d/e53-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1d3a5bf --- /dev/null +++ b/examples/dhcp/conf.d/e53-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1dc049b --- /dev/null +++ b/examples/dhcp/conf.d/e55-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..b1d5a9b --- /dev/null +++ b/examples/dhcp/conf.d/e55-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..cd946a5 --- /dev/null +++ b/examples/dhcp/conf.d/e55-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9149191 --- /dev/null +++ b/examples/dhcp/conf.d/e55-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..90a42cd --- /dev/null +++ b/examples/dhcp/conf.d/e57-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0330369 --- /dev/null +++ b/examples/dhcp/conf.d/e57-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8d43fe5 --- /dev/null +++ b/examples/dhcp/conf.d/e57-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..8d2de0e --- /dev/null +++ b/examples/dhcp/conf.d/e57-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..56a4d8f --- /dev/null +++ b/examples/dhcp/conf.d/e59-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..e7a9353 --- /dev/null +++ b/examples/dhcp/conf.d/e59-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..dbb372a --- /dev/null +++ b/examples/dhcp/conf.d/e59-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..26efc13 --- /dev/null +++ b/examples/dhcp/conf.d/e59-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a8b1e93 --- /dev/null +++ b/examples/dhcp/conf.d/e61-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..facbf06 --- /dev/null +++ b/examples/dhcp/conf.d/e61-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ef1408e --- /dev/null +++ b/examples/dhcp/conf.d/e61-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..b51330b --- /dev/null +++ b/examples/dhcp/conf.d/e61-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6fa5132 --- /dev/null +++ b/examples/dhcp/conf.d/e63-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..090a846 --- /dev/null +++ b/examples/dhcp/conf.d/e63-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..92d3ad1 --- /dev/null +++ b/examples/dhcp/conf.d/e63-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6d664a2 --- /dev/null +++ b/examples/dhcp/conf.d/e63-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9cf077c --- /dev/null +++ b/examples/dhcp/conf.d/e65-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..22a0e09 --- /dev/null +++ b/examples/dhcp/conf.d/e65-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..74c4484 --- /dev/null +++ b/examples/dhcp/conf.d/e65-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1b60a87 --- /dev/null +++ b/examples/dhcp/conf.d/e65-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..551ac55 --- /dev/null +++ b/examples/dhcp/conf.d/e67-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..50c268d --- /dev/null +++ b/examples/dhcp/conf.d/e67-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..afc55ae --- /dev/null +++ b/examples/dhcp/conf.d/e67-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..15eab9e --- /dev/null +++ b/examples/dhcp/conf.d/e67-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..843f522 --- /dev/null +++ b/examples/dhcp/conf.d/e69-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6360d0e --- /dev/null +++ b/examples/dhcp/conf.d/e69-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1407d5e --- /dev/null +++ b/examples/dhcp/conf.d/e69-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..987299b --- /dev/null +++ b/examples/dhcp/conf.d/e69-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..be69882 --- /dev/null +++ b/examples/dhcp/conf.d/e7-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..205b988 --- /dev/null +++ b/examples/dhcp/conf.d/e7-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5240ad0 --- /dev/null +++ b/examples/dhcp/conf.d/e71-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..cb32488 --- /dev/null +++ b/examples/dhcp/conf.d/e71-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..32d8ec7 --- /dev/null +++ b/examples/dhcp/conf.d/e71-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..55ebcf2 --- /dev/null +++ b/examples/dhcp/conf.d/e71-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a2d9d0b --- /dev/null +++ b/examples/dhcp/conf.d/e73-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2d8a251 --- /dev/null +++ b/examples/dhcp/conf.d/e73-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..50de80e --- /dev/null +++ b/examples/dhcp/conf.d/e73-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..79c4be8 --- /dev/null +++ b/examples/dhcp/conf.d/e73-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0a0da05 --- /dev/null +++ b/examples/dhcp/conf.d/e75-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..7ec3bd3 --- /dev/null +++ b/examples/dhcp/conf.d/e75-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..dbea564 --- /dev/null +++ b/examples/dhcp/conf.d/e75-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2c3c3a2 --- /dev/null +++ b/examples/dhcp/conf.d/e75-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c3b5d88 --- /dev/null +++ b/examples/dhcp/conf.d/e77-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9a38710 --- /dev/null +++ b/examples/dhcp/conf.d/e77-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..056a3c2 --- /dev/null +++ b/examples/dhcp/conf.d/e77-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0a0b08b --- /dev/null +++ b/examples/dhcp/conf.d/e77-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..aa8f622 --- /dev/null +++ b/examples/dhcp/conf.d/e79-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..efa2a8e --- /dev/null +++ b/examples/dhcp/conf.d/e79-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a1aa59b --- /dev/null +++ b/examples/dhcp/conf.d/e81-1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..446e583 --- /dev/null +++ b/examples/dhcp/conf.d/e81-2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..0e3127e --- /dev/null +++ b/examples/dhcp/conf.d/e9-3.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..27c2a2b --- /dev/null +++ b/examples/dhcp/conf.d/e9-4.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..82d69bc --- /dev/null +++ b/examples/dhcp/conf.d/event-studio.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c8baaeb --- /dev/null +++ b/examples/dhcp/conf.d/flanke.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..a3f8fff --- /dev/null +++ b/examples/dhcp/conf.d/forsvarlig.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..b23c276 --- /dev/null +++ b/examples/dhcp/conf.d/fugleberget1.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ebe8552 --- /dev/null +++ b/examples/dhcp/conf.d/fugleberget2.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..70f680e --- /dev/null +++ b/examples/dhcp/conf.d/gayme.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..e4eb3d0 --- /dev/null +++ b/examples/dhcp/conf.d/highlights.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5954e74 --- /dev/null +++ b/examples/dhcp/conf.d/hoa.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5bc1da0 --- /dev/null +++ b/examples/dhcp/conf.d/info-dask.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..c47e3d1 --- /dev/null +++ b/examples/dhcp/conf.d/kompett.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..40c8ab1 --- /dev/null +++ b/examples/dhcp/conf.d/komplett.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6096841 --- /dev/null +++ b/examples/dhcp/conf.d/kompott.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..62a2899 --- /dev/null +++ b/examples/dhcp/conf.d/lavvo.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..401ccc6 --- /dev/null +++ b/examples/dhcp/conf.d/logistikk.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ac10d9d --- /dev/null +++ b/examples/dhcp/conf.d/lounge.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..f759686 --- /dev/null +++ b/examples/dhcp/conf.d/medic.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..64594c8 --- /dev/null +++ b/examples/dhcp/conf.d/noc-server.conf @@ -0,0 +1,17 @@ +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 new file mode 100644 index 0000000..786cb4d --- /dev/null +++ b/examples/dhcp/conf.d/noc.conf @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..8e3f4be --- /dev/null +++ b/examples/dhcp/conf.d/planke.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..ba3988f --- /dev/null +++ b/examples/dhcp/conf.d/presse.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..9aa4651 --- /dev/null +++ b/examples/dhcp/conf.d/resepsjon.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..2662ac6 --- /dev/null +++ b/examples/dhcp/conf.d/rohypnol.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..1edc1e0 --- /dev/null +++ b/examples/dhcp/conf.d/scenegulv.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..84bf883 --- /dev/null +++ b/examples/dhcp/conf.d/sponsor.conf @@ -0,0 +1,15 @@ +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 new file mode 100644 index 0000000..5807b83 --- /dev/null +++ b/examples/dhcp/conf.d/tele.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..6fed842 --- /dev/null +++ b/examples/dhcp/conf.d/tg14-wlan.conf @@ -0,0 +1,14 @@ +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 new file mode 100644 index 0000000..5415068 --- /dev/null +++ b/examples/dhcp/dhcpd.conf @@ -0,0 +1,26 @@ +# 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 new file mode 100644 index 0000000..9183545 --- /dev/null +++ b/examples/dhcp/generated-include.conf @@ -0,0 +1,190 @@ +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 new file mode 100644 index 0000000..7682830 --- /dev/null +++ b/examples/dhcp/pxe-boot.conf @@ -0,0 +1,9 @@ + +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 new file mode 100644 index 0000000..9f543ff --- /dev/null +++ b/examples/dhcp/revzones.conf @@ -0,0 +1,128 @@ +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; } |