diff options
Diffstat (limited to 'examples/tg16/dhcp/conf-v4')
179 files changed, 2151 insertions, 0 deletions
diff --git a/examples/tg16/dhcp/conf-v4/ap-creativia.conf b/examples/tg16/dhcp/conf-v4/ap-creativia.conf new file mode 100644 index 0000000..a2c1d89 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-creativia.conf @@ -0,0 +1,12 @@ +zone ap-creativia.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.53.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.53.65; + option domain-name "ap-creativia.tg16.gathering.org"; + ddns-domainname "ap-creativia.tg16.gathering.org"; + range 88.92.53.68 88.92.53.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro0.conf b/examples/tg16/dhcp/conf-v4/ap-distro0.conf new file mode 100644 index 0000000..43d05f2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro0.conf @@ -0,0 +1,12 @@ +zone ap-distro0.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.51.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.51.1; + option domain-name "ap-distro0.tg16.gathering.org"; + ddns-domainname "ap-distro0.tg16.gathering.org"; + range 88.92.51.4 88.92.51.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro1.conf b/examples/tg16/dhcp/conf-v4/ap-distro1.conf new file mode 100644 index 0000000..a37655f --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro1.conf @@ -0,0 +1,12 @@ +zone ap-distro1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.51.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.51.65; + option domain-name "ap-distro1.tg16.gathering.org"; + ddns-domainname "ap-distro1.tg16.gathering.org"; + range 88.92.51.68 88.92.51.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro2.conf b/examples/tg16/dhcp/conf-v4/ap-distro2.conf new file mode 100644 index 0000000..1486220 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro2.conf @@ -0,0 +1,12 @@ +zone ap-distro2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.51.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.51.129; + option domain-name "ap-distro2.tg16.gathering.org"; + ddns-domainname "ap-distro2.tg16.gathering.org"; + range 88.92.51.132 88.92.51.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro3.conf b/examples/tg16/dhcp/conf-v4/ap-distro3.conf new file mode 100644 index 0000000..e5adf0f --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro3.conf @@ -0,0 +1,12 @@ +zone ap-distro3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.51.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.51.193; + option domain-name "ap-distro3.tg16.gathering.org"; + ddns-domainname "ap-distro3.tg16.gathering.org"; + range 88.92.51.196 88.92.51.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro4.conf b/examples/tg16/dhcp/conf-v4/ap-distro4.conf new file mode 100644 index 0000000..6b4ace7 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro4.conf @@ -0,0 +1,12 @@ +zone ap-distro4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.52.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.52.1; + option domain-name "ap-distro4.tg16.gathering.org"; + ddns-domainname "ap-distro4.tg16.gathering.org"; + range 88.92.52.4 88.92.52.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro5.conf b/examples/tg16/dhcp/conf-v4/ap-distro5.conf new file mode 100644 index 0000000..e90f2b7 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro5.conf @@ -0,0 +1,12 @@ +zone ap-distro5.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.52.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.52.65; + option domain-name "ap-distro5.tg16.gathering.org"; + ddns-domainname "ap-distro5.tg16.gathering.org"; + range 88.92.52.68 88.92.52.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro6.conf b/examples/tg16/dhcp/conf-v4/ap-distro6.conf new file mode 100644 index 0000000..91272a7 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro6.conf @@ -0,0 +1,12 @@ +zone ap-distro6.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.52.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.52.129; + option domain-name "ap-distro6.tg16.gathering.org"; + ddns-domainname "ap-distro6.tg16.gathering.org"; + range 88.92.52.132 88.92.52.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-distro7.conf b/examples/tg16/dhcp/conf-v4/ap-distro7.conf new file mode 100644 index 0000000..0fe1f4b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-distro7.conf @@ -0,0 +1,12 @@ +zone ap-distro7.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.52.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.52.193; + option domain-name "ap-distro7.tg16.gathering.org"; + ddns-domainname "ap-distro7.tg16.gathering.org"; + range 88.92.52.196 88.92.52.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/ap-stand.conf b/examples/tg16/dhcp/conf-v4/ap-stand.conf new file mode 100644 index 0000000..3b50ffa --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/ap-stand.conf @@ -0,0 +1,12 @@ +zone ap-stand.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.53.0 netmask 255.255.255.248 { + option subnet-mask 255.255.255.248; + option routers 88.92.53.1; + option domain-name "ap-stand.tg16.gathering.org"; + ddns-domainname "ap-stand.tg16.gathering.org"; + range 88.92.53.4 88.92.53.6; +} + diff --git a/examples/tg16/dhcp/conf-v4/auditorium.conf b/examples/tg16/dhcp/conf-v4/auditorium.conf new file mode 100644 index 0000000..6f19f51 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/auditorium.conf @@ -0,0 +1,12 @@ +zone auditorium.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.77.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.77.1; + option domain-name "auditorium.tg16.gathering.org"; + ddns-domainname "auditorium.tg16.gathering.org"; + range 88.92.77.4 88.92.77.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia-village.conf b/examples/tg16/dhcp/conf-v4/creativia-village.conf new file mode 100644 index 0000000..677bdf0 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia-village.conf @@ -0,0 +1,12 @@ +zone creativia-village.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.42.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.42.193; + option domain-name "creativia-village.tg16.gathering.org"; + ddns-domainname "creativia-village.tg16.gathering.org"; + range 88.92.42.196 88.92.42.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia.conf b/examples/tg16/dhcp/conf-v4/creativia.conf new file mode 100644 index 0000000..989c001 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia.conf @@ -0,0 +1,12 @@ +zone creativia.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.61.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.61.1; + option domain-name "creativia.tg16.gathering.org"; + ddns-domainname "creativia.tg16.gathering.org"; + range 88.92.61.4 88.92.61.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia1.conf b/examples/tg16/dhcp/conf-v4/creativia1.conf new file mode 100644 index 0000000..7e60f55 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia1.conf @@ -0,0 +1,12 @@ +zone creativia1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.40.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.40.1; + option domain-name "creativia1.tg16.gathering.org"; + ddns-domainname "creativia1.tg16.gathering.org"; + range 88.92.40.4 88.92.40.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia2.conf b/examples/tg16/dhcp/conf-v4/creativia2.conf new file mode 100644 index 0000000..67db666 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia2.conf @@ -0,0 +1,12 @@ +zone creativia2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.40.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.40.65; + option domain-name "creativia2.tg16.gathering.org"; + ddns-domainname "creativia2.tg16.gathering.org"; + range 88.92.40.68 88.92.40.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia3.conf b/examples/tg16/dhcp/conf-v4/creativia3.conf new file mode 100644 index 0000000..adf56ae --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia3.conf @@ -0,0 +1,12 @@ +zone creativia3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.40.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.40.129; + option domain-name "creativia3.tg16.gathering.org"; + ddns-domainname "creativia3.tg16.gathering.org"; + range 88.92.40.132 88.92.40.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia4.conf b/examples/tg16/dhcp/conf-v4/creativia4.conf new file mode 100644 index 0000000..533fbe6 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia4.conf @@ -0,0 +1,12 @@ +zone creativia4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.40.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.40.193; + option domain-name "creativia4.tg16.gathering.org"; + ddns-domainname "creativia4.tg16.gathering.org"; + range 88.92.40.196 88.92.40.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia5.conf b/examples/tg16/dhcp/conf-v4/creativia5.conf new file mode 100644 index 0000000..9478c38 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia5.conf @@ -0,0 +1,12 @@ +zone creativia5.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.41.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.41.1; + option domain-name "creativia5.tg16.gathering.org"; + ddns-domainname "creativia5.tg16.gathering.org"; + range 88.92.41.4 88.92.41.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia6.conf b/examples/tg16/dhcp/conf-v4/creativia6.conf new file mode 100644 index 0000000..9c6058a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia6.conf @@ -0,0 +1,12 @@ +zone creativia6.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.42.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.42.65; + option domain-name "creativia6.tg16.gathering.org"; + ddns-domainname "creativia6.tg16.gathering.org"; + range 88.92.42.68 88.92.42.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativia7.conf b/examples/tg16/dhcp/conf-v4/creativia7.conf new file mode 100644 index 0000000..6579a5e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativia7.conf @@ -0,0 +1,12 @@ +zone creativia7.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.42.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.42.129; + option domain-name "creativia7.tg16.gathering.org"; + ddns-domainname "creativia7.tg16.gathering.org"; + range 88.92.42.132 88.92.42.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/creativiasw1.conf b/examples/tg16/dhcp/conf-v4/creativiasw1.conf new file mode 100644 index 0000000..477a05b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/creativiasw1.conf @@ -0,0 +1,12 @@ +zone creativiasw1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.43.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.43.1; + option domain-name "creativiasw1.tg16.gathering.org"; + ddns-domainname "creativiasw1.tg16.gathering.org"; + range 88.92.43.4 88.92.43.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/crew.conf b/examples/tg16/dhcp/conf-v4/crew.conf new file mode 100644 index 0000000..bffe219 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/crew.conf @@ -0,0 +1,12 @@ +zone crew.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.66.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.66.1; + option domain-name "crew.tg16.gathering.org"; + ddns-domainname "crew.tg16.gathering.org"; + range 88.92.66.4 88.92.66.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/deltaker-srv.conf b/examples/tg16/dhcp/conf-v4/deltaker-srv.conf new file mode 100644 index 0000000..d85de3d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/deltaker-srv.conf @@ -0,0 +1,12 @@ +zone deltaker-srv.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.95.0 netmask 255.255.255.128 { + option subnet-mask 255.255.255.128; + option routers 88.92.95.1; + option domain-name "deltaker-srv.tg16.gathering.org"; + ddns-domainname "deltaker-srv.tg16.gathering.org"; + range 88.92.95.4 88.92.95.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e1-3.conf b/examples/tg16/dhcp/conf-v4/e1-3.conf new file mode 100644 index 0000000..777a6bc --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e1-3.conf @@ -0,0 +1,12 @@ +zone e1-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.0.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.0.1; + option domain-name "e1-3.tg16.gathering.org"; + ddns-domainname "e1-3.tg16.gathering.org"; + range 88.92.0.4 88.92.0.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e1-4.conf b/examples/tg16/dhcp/conf-v4/e1-4.conf new file mode 100644 index 0000000..76843d5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e1-4.conf @@ -0,0 +1,12 @@ +zone e1-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.0.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.0.65; + option domain-name "e1-4.tg16.gathering.org"; + ddns-domainname "e1-4.tg16.gathering.org"; + range 88.92.0.68 88.92.0.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e11-1.conf b/examples/tg16/dhcp/conf-v4/e11-1.conf new file mode 100644 index 0000000..9a0af27 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e11-1.conf @@ -0,0 +1,12 @@ +zone e11-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.3.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.3.193; + option domain-name "e11-1.tg16.gathering.org"; + ddns-domainname "e11-1.tg16.gathering.org"; + range 88.92.3.196 88.92.3.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e11-2.conf b/examples/tg16/dhcp/conf-v4/e11-2.conf new file mode 100644 index 0000000..de986ca --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e11-2.conf @@ -0,0 +1,12 @@ +zone e11-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.4.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.4.1; + option domain-name "e11-2.tg16.gathering.org"; + ddns-domainname "e11-2.tg16.gathering.org"; + range 88.92.4.4 88.92.4.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e11-3.conf b/examples/tg16/dhcp/conf-v4/e11-3.conf new file mode 100644 index 0000000..2603826 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e11-3.conf @@ -0,0 +1,12 @@ +zone e11-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.4.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.4.65; + option domain-name "e11-3.tg16.gathering.org"; + ddns-domainname "e11-3.tg16.gathering.org"; + range 88.92.4.68 88.92.4.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e11-4.conf b/examples/tg16/dhcp/conf-v4/e11-4.conf new file mode 100644 index 0000000..c59de9a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e11-4.conf @@ -0,0 +1,12 @@ +zone e11-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.4.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.4.129; + option domain-name "e11-4.tg16.gathering.org"; + ddns-domainname "e11-4.tg16.gathering.org"; + range 88.92.4.132 88.92.4.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e13-1.conf b/examples/tg16/dhcp/conf-v4/e13-1.conf new file mode 100644 index 0000000..25daf48 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e13-1.conf @@ -0,0 +1,12 @@ +zone e13-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.4.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.4.193; + option domain-name "e13-1.tg16.gathering.org"; + ddns-domainname "e13-1.tg16.gathering.org"; + range 88.92.4.196 88.92.4.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e13-2.conf b/examples/tg16/dhcp/conf-v4/e13-2.conf new file mode 100644 index 0000000..3b45fa5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e13-2.conf @@ -0,0 +1,12 @@ +zone e13-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.5.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.5.1; + option domain-name "e13-2.tg16.gathering.org"; + ddns-domainname "e13-2.tg16.gathering.org"; + range 88.92.5.4 88.92.5.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e13-3.conf b/examples/tg16/dhcp/conf-v4/e13-3.conf new file mode 100644 index 0000000..f6ac057 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e13-3.conf @@ -0,0 +1,12 @@ +zone e13-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.5.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.5.65; + option domain-name "e13-3.tg16.gathering.org"; + ddns-domainname "e13-3.tg16.gathering.org"; + range 88.92.5.68 88.92.5.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e13-4.conf b/examples/tg16/dhcp/conf-v4/e13-4.conf new file mode 100644 index 0000000..0dc7b9e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e13-4.conf @@ -0,0 +1,12 @@ +zone e13-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.5.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.5.129; + option domain-name "e13-4.tg16.gathering.org"; + ddns-domainname "e13-4.tg16.gathering.org"; + range 88.92.5.132 88.92.5.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e15-1.conf b/examples/tg16/dhcp/conf-v4/e15-1.conf new file mode 100644 index 0000000..7abd822 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e15-1.conf @@ -0,0 +1,12 @@ +zone e15-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.5.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.5.193; + option domain-name "e15-1.tg16.gathering.org"; + ddns-domainname "e15-1.tg16.gathering.org"; + range 88.92.5.196 88.92.5.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e15-2.conf b/examples/tg16/dhcp/conf-v4/e15-2.conf new file mode 100644 index 0000000..f5eb86a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e15-2.conf @@ -0,0 +1,12 @@ +zone e15-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.6.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.6.1; + option domain-name "e15-2.tg16.gathering.org"; + ddns-domainname "e15-2.tg16.gathering.org"; + range 88.92.6.4 88.92.6.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e15-3.conf b/examples/tg16/dhcp/conf-v4/e15-3.conf new file mode 100644 index 0000000..9d87c04 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e15-3.conf @@ -0,0 +1,12 @@ +zone e15-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.6.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.6.65; + option domain-name "e15-3.tg16.gathering.org"; + ddns-domainname "e15-3.tg16.gathering.org"; + range 88.92.6.68 88.92.6.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e15-4.conf b/examples/tg16/dhcp/conf-v4/e15-4.conf new file mode 100644 index 0000000..5bb32f4 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e15-4.conf @@ -0,0 +1,12 @@ +zone e15-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.6.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.6.129; + option domain-name "e15-4.tg16.gathering.org"; + ddns-domainname "e15-4.tg16.gathering.org"; + range 88.92.6.132 88.92.6.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e17-1.conf b/examples/tg16/dhcp/conf-v4/e17-1.conf new file mode 100644 index 0000000..7f953c2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e17-1.conf @@ -0,0 +1,12 @@ +zone e17-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.6.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.6.193; + option domain-name "e17-1.tg16.gathering.org"; + ddns-domainname "e17-1.tg16.gathering.org"; + range 88.92.6.196 88.92.6.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e17-2.conf b/examples/tg16/dhcp/conf-v4/e17-2.conf new file mode 100644 index 0000000..ddbf7fc --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e17-2.conf @@ -0,0 +1,12 @@ +zone e17-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.7.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.7.1; + option domain-name "e17-2.tg16.gathering.org"; + ddns-domainname "e17-2.tg16.gathering.org"; + range 88.92.7.4 88.92.7.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e17-3.conf b/examples/tg16/dhcp/conf-v4/e17-3.conf new file mode 100644 index 0000000..c585769 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e17-3.conf @@ -0,0 +1,12 @@ +zone e17-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.7.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.7.65; + option domain-name "e17-3.tg16.gathering.org"; + ddns-domainname "e17-3.tg16.gathering.org"; + range 88.92.7.68 88.92.7.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e17-4.conf b/examples/tg16/dhcp/conf-v4/e17-4.conf new file mode 100644 index 0000000..ff5f5e5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e17-4.conf @@ -0,0 +1,12 @@ +zone e17-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.7.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.7.129; + option domain-name "e17-4.tg16.gathering.org"; + ddns-domainname "e17-4.tg16.gathering.org"; + range 88.92.7.132 88.92.7.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e19-1.conf b/examples/tg16/dhcp/conf-v4/e19-1.conf new file mode 100644 index 0000000..b942f2a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e19-1.conf @@ -0,0 +1,12 @@ +zone e19-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.7.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.7.193; + option domain-name "e19-1.tg16.gathering.org"; + ddns-domainname "e19-1.tg16.gathering.org"; + range 88.92.7.196 88.92.7.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e19-2.conf b/examples/tg16/dhcp/conf-v4/e19-2.conf new file mode 100644 index 0000000..8c0114a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e19-2.conf @@ -0,0 +1,12 @@ +zone e19-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.8.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.8.1; + option domain-name "e19-2.tg16.gathering.org"; + ddns-domainname "e19-2.tg16.gathering.org"; + range 88.92.8.4 88.92.8.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e19-3.conf b/examples/tg16/dhcp/conf-v4/e19-3.conf new file mode 100644 index 0000000..f3bbb29 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e19-3.conf @@ -0,0 +1,12 @@ +zone e19-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.8.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.8.65; + option domain-name "e19-3.tg16.gathering.org"; + ddns-domainname "e19-3.tg16.gathering.org"; + range 88.92.8.68 88.92.8.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e19-4.conf b/examples/tg16/dhcp/conf-v4/e19-4.conf new file mode 100644 index 0000000..b823468 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e19-4.conf @@ -0,0 +1,12 @@ +zone e19-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.8.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.8.129; + option domain-name "e19-4.tg16.gathering.org"; + ddns-domainname "e19-4.tg16.gathering.org"; + range 88.92.8.132 88.92.8.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e21-1.conf b/examples/tg16/dhcp/conf-v4/e21-1.conf new file mode 100644 index 0000000..5cf065c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e21-1.conf @@ -0,0 +1,12 @@ +zone e21-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.8.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.8.193; + option domain-name "e21-1.tg16.gathering.org"; + ddns-domainname "e21-1.tg16.gathering.org"; + range 88.92.8.196 88.92.8.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e21-2.conf b/examples/tg16/dhcp/conf-v4/e21-2.conf new file mode 100644 index 0000000..d77259a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e21-2.conf @@ -0,0 +1,12 @@ +zone e21-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.9.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.9.1; + option domain-name "e21-2.tg16.gathering.org"; + ddns-domainname "e21-2.tg16.gathering.org"; + range 88.92.9.4 88.92.9.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e21-3.conf b/examples/tg16/dhcp/conf-v4/e21-3.conf new file mode 100644 index 0000000..4d3eea2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e21-3.conf @@ -0,0 +1,12 @@ +zone e21-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.9.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.9.65; + option domain-name "e21-3.tg16.gathering.org"; + ddns-domainname "e21-3.tg16.gathering.org"; + range 88.92.9.68 88.92.9.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e21-4.conf b/examples/tg16/dhcp/conf-v4/e21-4.conf new file mode 100644 index 0000000..fe688a1 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e21-4.conf @@ -0,0 +1,12 @@ +zone e21-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.9.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.9.129; + option domain-name "e21-4.tg16.gathering.org"; + ddns-domainname "e21-4.tg16.gathering.org"; + range 88.92.9.132 88.92.9.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e23-1.conf b/examples/tg16/dhcp/conf-v4/e23-1.conf new file mode 100644 index 0000000..d605b05 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e23-1.conf @@ -0,0 +1,12 @@ +zone e23-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.9.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.9.193; + option domain-name "e23-1.tg16.gathering.org"; + ddns-domainname "e23-1.tg16.gathering.org"; + range 88.92.9.196 88.92.9.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e23-2.conf b/examples/tg16/dhcp/conf-v4/e23-2.conf new file mode 100644 index 0000000..01e31b9 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e23-2.conf @@ -0,0 +1,12 @@ +zone e23-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.10.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.10.1; + option domain-name "e23-2.tg16.gathering.org"; + ddns-domainname "e23-2.tg16.gathering.org"; + range 88.92.10.4 88.92.10.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e23-3.conf b/examples/tg16/dhcp/conf-v4/e23-3.conf new file mode 100644 index 0000000..3e72841 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e23-3.conf @@ -0,0 +1,12 @@ +zone e23-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.10.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.10.65; + option domain-name "e23-3.tg16.gathering.org"; + ddns-domainname "e23-3.tg16.gathering.org"; + range 88.92.10.68 88.92.10.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e23-4.conf b/examples/tg16/dhcp/conf-v4/e23-4.conf new file mode 100644 index 0000000..77b1068 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e23-4.conf @@ -0,0 +1,12 @@ +zone e23-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.10.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.10.129; + option domain-name "e23-4.tg16.gathering.org"; + ddns-domainname "e23-4.tg16.gathering.org"; + range 88.92.10.132 88.92.10.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e25-1.conf b/examples/tg16/dhcp/conf-v4/e25-1.conf new file mode 100644 index 0000000..d524122 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e25-1.conf @@ -0,0 +1,12 @@ +zone e25-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.10.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.10.193; + option domain-name "e25-1.tg16.gathering.org"; + ddns-domainname "e25-1.tg16.gathering.org"; + range 88.92.10.196 88.92.10.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e25-2.conf b/examples/tg16/dhcp/conf-v4/e25-2.conf new file mode 100644 index 0000000..966bb3e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e25-2.conf @@ -0,0 +1,12 @@ +zone e25-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.11.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.11.1; + option domain-name "e25-2.tg16.gathering.org"; + ddns-domainname "e25-2.tg16.gathering.org"; + range 88.92.11.4 88.92.11.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e27-1.conf b/examples/tg16/dhcp/conf-v4/e27-1.conf new file mode 100644 index 0000000..bce3c10 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e27-1.conf @@ -0,0 +1,12 @@ +zone e27-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.11.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.11.65; + option domain-name "e27-1.tg16.gathering.org"; + ddns-domainname "e27-1.tg16.gathering.org"; + range 88.92.11.68 88.92.11.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e27-2.conf b/examples/tg16/dhcp/conf-v4/e27-2.conf new file mode 100644 index 0000000..32ee336 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e27-2.conf @@ -0,0 +1,12 @@ +zone e27-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.11.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.11.129; + option domain-name "e27-2.tg16.gathering.org"; + ddns-domainname "e27-2.tg16.gathering.org"; + range 88.92.11.132 88.92.11.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e29-1.conf b/examples/tg16/dhcp/conf-v4/e29-1.conf new file mode 100644 index 0000000..ed6c2fd --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e29-1.conf @@ -0,0 +1,12 @@ +zone e29-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.11.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.11.193; + option domain-name "e29-1.tg16.gathering.org"; + ddns-domainname "e29-1.tg16.gathering.org"; + range 88.92.11.196 88.92.11.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e29-2.conf b/examples/tg16/dhcp/conf-v4/e29-2.conf new file mode 100644 index 0000000..864fb5b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e29-2.conf @@ -0,0 +1,12 @@ +zone e29-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.12.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.12.1; + option domain-name "e29-2.tg16.gathering.org"; + ddns-domainname "e29-2.tg16.gathering.org"; + range 88.92.12.4 88.92.12.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e3-3.conf b/examples/tg16/dhcp/conf-v4/e3-3.conf new file mode 100644 index 0000000..1e6bd57 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e3-3.conf @@ -0,0 +1,12 @@ +zone e3-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.0.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.0.129; + option domain-name "e3-3.tg16.gathering.org"; + ddns-domainname "e3-3.tg16.gathering.org"; + range 88.92.0.132 88.92.0.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e3-4.conf b/examples/tg16/dhcp/conf-v4/e3-4.conf new file mode 100644 index 0000000..74f3a37 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e3-4.conf @@ -0,0 +1,12 @@ +zone e3-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.0.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.0.193; + option domain-name "e3-4.tg16.gathering.org"; + ddns-domainname "e3-4.tg16.gathering.org"; + range 88.92.0.196 88.92.0.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e31-1.conf b/examples/tg16/dhcp/conf-v4/e31-1.conf new file mode 100644 index 0000000..a20a647 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e31-1.conf @@ -0,0 +1,12 @@ +zone e31-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.12.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.12.65; + option domain-name "e31-1.tg16.gathering.org"; + ddns-domainname "e31-1.tg16.gathering.org"; + range 88.92.12.68 88.92.12.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e31-2.conf b/examples/tg16/dhcp/conf-v4/e31-2.conf new file mode 100644 index 0000000..b28dd44 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e31-2.conf @@ -0,0 +1,12 @@ +zone e31-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.12.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.12.129; + option domain-name "e31-2.tg16.gathering.org"; + ddns-domainname "e31-2.tg16.gathering.org"; + range 88.92.12.132 88.92.12.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e33-1.conf b/examples/tg16/dhcp/conf-v4/e33-1.conf new file mode 100644 index 0000000..3acaceb --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e33-1.conf @@ -0,0 +1,12 @@ +zone e33-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.12.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.12.193; + option domain-name "e33-1.tg16.gathering.org"; + ddns-domainname "e33-1.tg16.gathering.org"; + range 88.92.12.196 88.92.12.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e33-2.conf b/examples/tg16/dhcp/conf-v4/e33-2.conf new file mode 100644 index 0000000..f68776b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e33-2.conf @@ -0,0 +1,12 @@ +zone e33-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.13.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.13.1; + option domain-name "e33-2.tg16.gathering.org"; + ddns-domainname "e33-2.tg16.gathering.org"; + range 88.92.13.4 88.92.13.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e35-1.conf b/examples/tg16/dhcp/conf-v4/e35-1.conf new file mode 100644 index 0000000..0de5841 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e35-1.conf @@ -0,0 +1,12 @@ +zone e35-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.13.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.13.65; + option domain-name "e35-1.tg16.gathering.org"; + ddns-domainname "e35-1.tg16.gathering.org"; + range 88.92.13.68 88.92.13.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e35-2.conf b/examples/tg16/dhcp/conf-v4/e35-2.conf new file mode 100644 index 0000000..b7d4e4c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e35-2.conf @@ -0,0 +1,12 @@ +zone e35-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.13.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.13.129; + option domain-name "e35-2.tg16.gathering.org"; + ddns-domainname "e35-2.tg16.gathering.org"; + range 88.92.13.132 88.92.13.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e37-1.conf b/examples/tg16/dhcp/conf-v4/e37-1.conf new file mode 100644 index 0000000..fa6de10 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e37-1.conf @@ -0,0 +1,12 @@ +zone e37-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.13.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.13.193; + option domain-name "e37-1.tg16.gathering.org"; + ddns-domainname "e37-1.tg16.gathering.org"; + range 88.92.13.196 88.92.13.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e37-2.conf b/examples/tg16/dhcp/conf-v4/e37-2.conf new file mode 100644 index 0000000..6cab6b6 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e37-2.conf @@ -0,0 +1,12 @@ +zone e37-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.14.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.14.1; + option domain-name "e37-2.tg16.gathering.org"; + ddns-domainname "e37-2.tg16.gathering.org"; + range 88.92.14.4 88.92.14.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e39-1.conf b/examples/tg16/dhcp/conf-v4/e39-1.conf new file mode 100644 index 0000000..fee290c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e39-1.conf @@ -0,0 +1,12 @@ +zone e39-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.14.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.14.65; + option domain-name "e39-1.tg16.gathering.org"; + ddns-domainname "e39-1.tg16.gathering.org"; + range 88.92.14.68 88.92.14.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e39-2.conf b/examples/tg16/dhcp/conf-v4/e39-2.conf new file mode 100644 index 0000000..a3060cb --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e39-2.conf @@ -0,0 +1,12 @@ +zone e39-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.14.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.14.129; + option domain-name "e39-2.tg16.gathering.org"; + ddns-domainname "e39-2.tg16.gathering.org"; + range 88.92.14.132 88.92.14.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e41-1.conf b/examples/tg16/dhcp/conf-v4/e41-1.conf new file mode 100644 index 0000000..4c083bc --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e41-1.conf @@ -0,0 +1,12 @@ +zone e41-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.14.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.14.193; + option domain-name "e41-1.tg16.gathering.org"; + ddns-domainname "e41-1.tg16.gathering.org"; + range 88.92.14.196 88.92.14.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e41-2.conf b/examples/tg16/dhcp/conf-v4/e41-2.conf new file mode 100644 index 0000000..a93f382 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e41-2.conf @@ -0,0 +1,12 @@ +zone e41-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.15.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.15.1; + option domain-name "e41-2.tg16.gathering.org"; + ddns-domainname "e41-2.tg16.gathering.org"; + range 88.92.15.4 88.92.15.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e41-3.conf b/examples/tg16/dhcp/conf-v4/e41-3.conf new file mode 100644 index 0000000..f3d7052 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e41-3.conf @@ -0,0 +1,12 @@ +zone e41-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.15.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.15.65; + option domain-name "e41-3.tg16.gathering.org"; + ddns-domainname "e41-3.tg16.gathering.org"; + range 88.92.15.68 88.92.15.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e41-4.conf b/examples/tg16/dhcp/conf-v4/e41-4.conf new file mode 100644 index 0000000..a2f28ed --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e41-4.conf @@ -0,0 +1,12 @@ +zone e41-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.15.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.15.129; + option domain-name "e41-4.tg16.gathering.org"; + ddns-domainname "e41-4.tg16.gathering.org"; + range 88.92.15.132 88.92.15.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e43-1.conf b/examples/tg16/dhcp/conf-v4/e43-1.conf new file mode 100644 index 0000000..64472af --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e43-1.conf @@ -0,0 +1,12 @@ +zone e43-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.15.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.15.193; + option domain-name "e43-1.tg16.gathering.org"; + ddns-domainname "e43-1.tg16.gathering.org"; + range 88.92.15.196 88.92.15.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e43-2.conf b/examples/tg16/dhcp/conf-v4/e43-2.conf new file mode 100644 index 0000000..e2138d2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e43-2.conf @@ -0,0 +1,12 @@ +zone e43-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.16.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.16.1; + option domain-name "e43-2.tg16.gathering.org"; + ddns-domainname "e43-2.tg16.gathering.org"; + range 88.92.16.4 88.92.16.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e43-3.conf b/examples/tg16/dhcp/conf-v4/e43-3.conf new file mode 100644 index 0000000..6c44386 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e43-3.conf @@ -0,0 +1,12 @@ +zone e43-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.16.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.16.65; + option domain-name "e43-3.tg16.gathering.org"; + ddns-domainname "e43-3.tg16.gathering.org"; + range 88.92.16.68 88.92.16.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e43-4.conf b/examples/tg16/dhcp/conf-v4/e43-4.conf new file mode 100644 index 0000000..312b8ca --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e43-4.conf @@ -0,0 +1,12 @@ +zone e43-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.16.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.16.129; + option domain-name "e43-4.tg16.gathering.org"; + ddns-domainname "e43-4.tg16.gathering.org"; + range 88.92.16.132 88.92.16.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e45-1.conf b/examples/tg16/dhcp/conf-v4/e45-1.conf new file mode 100644 index 0000000..da96e5a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e45-1.conf @@ -0,0 +1,12 @@ +zone e45-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.16.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.16.193; + option domain-name "e45-1.tg16.gathering.org"; + ddns-domainname "e45-1.tg16.gathering.org"; + range 88.92.16.196 88.92.16.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e45-2.conf b/examples/tg16/dhcp/conf-v4/e45-2.conf new file mode 100644 index 0000000..e5ecf46 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e45-2.conf @@ -0,0 +1,12 @@ +zone e45-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.17.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.17.1; + option domain-name "e45-2.tg16.gathering.org"; + ddns-domainname "e45-2.tg16.gathering.org"; + range 88.92.17.4 88.92.17.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e45-3.conf b/examples/tg16/dhcp/conf-v4/e45-3.conf new file mode 100644 index 0000000..f14e02d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e45-3.conf @@ -0,0 +1,12 @@ +zone e45-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.17.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.17.65; + option domain-name "e45-3.tg16.gathering.org"; + ddns-domainname "e45-3.tg16.gathering.org"; + range 88.92.17.68 88.92.17.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e45-4.conf b/examples/tg16/dhcp/conf-v4/e45-4.conf new file mode 100644 index 0000000..fc52ce5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e45-4.conf @@ -0,0 +1,12 @@ +zone e45-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.17.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.17.129; + option domain-name "e45-4.tg16.gathering.org"; + ddns-domainname "e45-4.tg16.gathering.org"; + range 88.92.17.132 88.92.17.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e47-1.conf b/examples/tg16/dhcp/conf-v4/e47-1.conf new file mode 100644 index 0000000..0eb8b4b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e47-1.conf @@ -0,0 +1,12 @@ +zone e47-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.17.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.17.193; + option domain-name "e47-1.tg16.gathering.org"; + ddns-domainname "e47-1.tg16.gathering.org"; + range 88.92.17.196 88.92.17.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e47-2.conf b/examples/tg16/dhcp/conf-v4/e47-2.conf new file mode 100644 index 0000000..95df3c3 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e47-2.conf @@ -0,0 +1,12 @@ +zone e47-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.18.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.18.1; + option domain-name "e47-2.tg16.gathering.org"; + ddns-domainname "e47-2.tg16.gathering.org"; + range 88.92.18.4 88.92.18.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e47-3.conf b/examples/tg16/dhcp/conf-v4/e47-3.conf new file mode 100644 index 0000000..4c10a38 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e47-3.conf @@ -0,0 +1,12 @@ +zone e47-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.18.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.18.65; + option domain-name "e47-3.tg16.gathering.org"; + ddns-domainname "e47-3.tg16.gathering.org"; + range 88.92.18.68 88.92.18.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e47-4.conf b/examples/tg16/dhcp/conf-v4/e47-4.conf new file mode 100644 index 0000000..d03ef07 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e47-4.conf @@ -0,0 +1,12 @@ +zone e47-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.18.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.18.129; + option domain-name "e47-4.tg16.gathering.org"; + ddns-domainname "e47-4.tg16.gathering.org"; + range 88.92.18.132 88.92.18.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e49-1.conf b/examples/tg16/dhcp/conf-v4/e49-1.conf new file mode 100644 index 0000000..41c5809 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e49-1.conf @@ -0,0 +1,12 @@ +zone e49-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.18.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.18.193; + option domain-name "e49-1.tg16.gathering.org"; + ddns-domainname "e49-1.tg16.gathering.org"; + range 88.92.18.196 88.92.18.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e49-2.conf b/examples/tg16/dhcp/conf-v4/e49-2.conf new file mode 100644 index 0000000..07bdf30 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e49-2.conf @@ -0,0 +1,12 @@ +zone e49-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.19.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.19.1; + option domain-name "e49-2.tg16.gathering.org"; + ddns-domainname "e49-2.tg16.gathering.org"; + range 88.92.19.4 88.92.19.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e49-3.conf b/examples/tg16/dhcp/conf-v4/e49-3.conf new file mode 100644 index 0000000..2be3337 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e49-3.conf @@ -0,0 +1,12 @@ +zone e49-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.19.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.19.65; + option domain-name "e49-3.tg16.gathering.org"; + ddns-domainname "e49-3.tg16.gathering.org"; + range 88.92.19.68 88.92.19.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e49-4.conf b/examples/tg16/dhcp/conf-v4/e49-4.conf new file mode 100644 index 0000000..7afb2d5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e49-4.conf @@ -0,0 +1,12 @@ +zone e49-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.19.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.19.129; + option domain-name "e49-4.tg16.gathering.org"; + ddns-domainname "e49-4.tg16.gathering.org"; + range 88.92.19.132 88.92.19.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e5-2.conf b/examples/tg16/dhcp/conf-v4/e5-2.conf new file mode 100644 index 0000000..738ad9d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e5-2.conf @@ -0,0 +1,12 @@ +zone e5-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.1.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.1.1; + option domain-name "e5-2.tg16.gathering.org"; + ddns-domainname "e5-2.tg16.gathering.org"; + range 88.92.1.4 88.92.1.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e5-3.conf b/examples/tg16/dhcp/conf-v4/e5-3.conf new file mode 100644 index 0000000..de3917c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e5-3.conf @@ -0,0 +1,12 @@ +zone e5-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.1.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.1.65; + option domain-name "e5-3.tg16.gathering.org"; + ddns-domainname "e5-3.tg16.gathering.org"; + range 88.92.1.68 88.92.1.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e5-4.conf b/examples/tg16/dhcp/conf-v4/e5-4.conf new file mode 100644 index 0000000..c2d78f2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e5-4.conf @@ -0,0 +1,12 @@ +zone e5-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.1.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.1.129; + option domain-name "e5-4.tg16.gathering.org"; + ddns-domainname "e5-4.tg16.gathering.org"; + range 88.92.1.132 88.92.1.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e51-1.conf b/examples/tg16/dhcp/conf-v4/e51-1.conf new file mode 100644 index 0000000..d023a02 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e51-1.conf @@ -0,0 +1,12 @@ +zone e51-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.19.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.19.193; + option domain-name "e51-1.tg16.gathering.org"; + ddns-domainname "e51-1.tg16.gathering.org"; + range 88.92.19.196 88.92.19.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e51-2.conf b/examples/tg16/dhcp/conf-v4/e51-2.conf new file mode 100644 index 0000000..161c8fa --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e51-2.conf @@ -0,0 +1,12 @@ +zone e51-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.20.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.20.1; + option domain-name "e51-2.tg16.gathering.org"; + ddns-domainname "e51-2.tg16.gathering.org"; + range 88.92.20.4 88.92.20.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e51-3.conf b/examples/tg16/dhcp/conf-v4/e51-3.conf new file mode 100644 index 0000000..c66882e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e51-3.conf @@ -0,0 +1,12 @@ +zone e51-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.20.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.20.65; + option domain-name "e51-3.tg16.gathering.org"; + ddns-domainname "e51-3.tg16.gathering.org"; + range 88.92.20.68 88.92.20.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e51-4.conf b/examples/tg16/dhcp/conf-v4/e51-4.conf new file mode 100644 index 0000000..8657cb2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e51-4.conf @@ -0,0 +1,12 @@ +zone e51-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.20.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.20.129; + option domain-name "e51-4.tg16.gathering.org"; + ddns-domainname "e51-4.tg16.gathering.org"; + range 88.92.20.132 88.92.20.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e53-1.conf b/examples/tg16/dhcp/conf-v4/e53-1.conf new file mode 100644 index 0000000..6c952a6 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e53-1.conf @@ -0,0 +1,12 @@ +zone e53-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.20.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.20.193; + option domain-name "e53-1.tg16.gathering.org"; + ddns-domainname "e53-1.tg16.gathering.org"; + range 88.92.20.196 88.92.20.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e53-2.conf b/examples/tg16/dhcp/conf-v4/e53-2.conf new file mode 100644 index 0000000..46c2d01 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e53-2.conf @@ -0,0 +1,12 @@ +zone e53-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.21.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.21.1; + option domain-name "e53-2.tg16.gathering.org"; + ddns-domainname "e53-2.tg16.gathering.org"; + range 88.92.21.4 88.92.21.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e53-3.conf b/examples/tg16/dhcp/conf-v4/e53-3.conf new file mode 100644 index 0000000..32b8e59 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e53-3.conf @@ -0,0 +1,12 @@ +zone e53-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.21.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.21.65; + option domain-name "e53-3.tg16.gathering.org"; + ddns-domainname "e53-3.tg16.gathering.org"; + range 88.92.21.68 88.92.21.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e53-4.conf b/examples/tg16/dhcp/conf-v4/e53-4.conf new file mode 100644 index 0000000..4c87e52 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e53-4.conf @@ -0,0 +1,12 @@ +zone e53-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.21.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.21.129; + option domain-name "e53-4.tg16.gathering.org"; + ddns-domainname "e53-4.tg16.gathering.org"; + range 88.92.21.132 88.92.21.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e55-1.conf b/examples/tg16/dhcp/conf-v4/e55-1.conf new file mode 100644 index 0000000..7fbf4f4 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e55-1.conf @@ -0,0 +1,12 @@ +zone e55-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.21.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.21.193; + option domain-name "e55-1.tg16.gathering.org"; + ddns-domainname "e55-1.tg16.gathering.org"; + range 88.92.21.196 88.92.21.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e55-2.conf b/examples/tg16/dhcp/conf-v4/e55-2.conf new file mode 100644 index 0000000..7e1a446 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e55-2.conf @@ -0,0 +1,12 @@ +zone e55-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.22.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.22.1; + option domain-name "e55-2.tg16.gathering.org"; + ddns-domainname "e55-2.tg16.gathering.org"; + range 88.92.22.4 88.92.22.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e55-3.conf b/examples/tg16/dhcp/conf-v4/e55-3.conf new file mode 100644 index 0000000..d198413 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e55-3.conf @@ -0,0 +1,12 @@ +zone e55-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.22.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.22.65; + option domain-name "e55-3.tg16.gathering.org"; + ddns-domainname "e55-3.tg16.gathering.org"; + range 88.92.22.68 88.92.22.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e55-4.conf b/examples/tg16/dhcp/conf-v4/e55-4.conf new file mode 100644 index 0000000..8d733fa --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e55-4.conf @@ -0,0 +1,12 @@ +zone e55-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.22.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.22.129; + option domain-name "e55-4.tg16.gathering.org"; + ddns-domainname "e55-4.tg16.gathering.org"; + range 88.92.22.132 88.92.22.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e57-1.conf b/examples/tg16/dhcp/conf-v4/e57-1.conf new file mode 100644 index 0000000..1e02eb2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e57-1.conf @@ -0,0 +1,12 @@ +zone e57-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.22.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.22.193; + option domain-name "e57-1.tg16.gathering.org"; + ddns-domainname "e57-1.tg16.gathering.org"; + range 88.92.22.196 88.92.22.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e57-2.conf b/examples/tg16/dhcp/conf-v4/e57-2.conf new file mode 100644 index 0000000..2a5b7c3 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e57-2.conf @@ -0,0 +1,12 @@ +zone e57-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.23.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.23.1; + option domain-name "e57-2.tg16.gathering.org"; + ddns-domainname "e57-2.tg16.gathering.org"; + range 88.92.23.4 88.92.23.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e57-3.conf b/examples/tg16/dhcp/conf-v4/e57-3.conf new file mode 100644 index 0000000..5d38bd2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e57-3.conf @@ -0,0 +1,12 @@ +zone e57-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.23.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.23.65; + option domain-name "e57-3.tg16.gathering.org"; + ddns-domainname "e57-3.tg16.gathering.org"; + range 88.92.23.68 88.92.23.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e57-4.conf b/examples/tg16/dhcp/conf-v4/e57-4.conf new file mode 100644 index 0000000..b0bf85f --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e57-4.conf @@ -0,0 +1,12 @@ +zone e57-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.23.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.23.129; + option domain-name "e57-4.tg16.gathering.org"; + ddns-domainname "e57-4.tg16.gathering.org"; + range 88.92.23.132 88.92.23.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e59-1.conf b/examples/tg16/dhcp/conf-v4/e59-1.conf new file mode 100644 index 0000000..22267a5 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e59-1.conf @@ -0,0 +1,12 @@ +zone e59-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.23.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.23.193; + option domain-name "e59-1.tg16.gathering.org"; + ddns-domainname "e59-1.tg16.gathering.org"; + range 88.92.23.196 88.92.23.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e59-2.conf b/examples/tg16/dhcp/conf-v4/e59-2.conf new file mode 100644 index 0000000..af8a916 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e59-2.conf @@ -0,0 +1,12 @@ +zone e59-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.24.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.24.1; + option domain-name "e59-2.tg16.gathering.org"; + ddns-domainname "e59-2.tg16.gathering.org"; + range 88.92.24.4 88.92.24.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e59-3.conf b/examples/tg16/dhcp/conf-v4/e59-3.conf new file mode 100644 index 0000000..97a8f03 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e59-3.conf @@ -0,0 +1,12 @@ +zone e59-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.24.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.24.65; + option domain-name "e59-3.tg16.gathering.org"; + ddns-domainname "e59-3.tg16.gathering.org"; + range 88.92.24.68 88.92.24.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e59-4.conf b/examples/tg16/dhcp/conf-v4/e59-4.conf new file mode 100644 index 0000000..2bf20a3 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e59-4.conf @@ -0,0 +1,12 @@ +zone e59-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.24.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.24.129; + option domain-name "e59-4.tg16.gathering.org"; + ddns-domainname "e59-4.tg16.gathering.org"; + range 88.92.24.132 88.92.24.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e61-1.conf b/examples/tg16/dhcp/conf-v4/e61-1.conf new file mode 100644 index 0000000..7a7c9fe --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e61-1.conf @@ -0,0 +1,12 @@ +zone e61-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.24.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.24.193; + option domain-name "e61-1.tg16.gathering.org"; + ddns-domainname "e61-1.tg16.gathering.org"; + range 88.92.24.196 88.92.24.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e61-2.conf b/examples/tg16/dhcp/conf-v4/e61-2.conf new file mode 100644 index 0000000..006a8e9 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e61-2.conf @@ -0,0 +1,12 @@ +zone e61-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.25.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.25.1; + option domain-name "e61-2.tg16.gathering.org"; + ddns-domainname "e61-2.tg16.gathering.org"; + range 88.92.25.4 88.92.25.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e61-3.conf b/examples/tg16/dhcp/conf-v4/e61-3.conf new file mode 100644 index 0000000..1c85d0b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e61-3.conf @@ -0,0 +1,12 @@ +zone e61-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.25.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.25.65; + option domain-name "e61-3.tg16.gathering.org"; + ddns-domainname "e61-3.tg16.gathering.org"; + range 88.92.25.68 88.92.25.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e61-4.conf b/examples/tg16/dhcp/conf-v4/e61-4.conf new file mode 100644 index 0000000..03c4d1e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e61-4.conf @@ -0,0 +1,12 @@ +zone e61-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.25.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.25.129; + option domain-name "e61-4.tg16.gathering.org"; + ddns-domainname "e61-4.tg16.gathering.org"; + range 88.92.25.132 88.92.25.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e63-1.conf b/examples/tg16/dhcp/conf-v4/e63-1.conf new file mode 100644 index 0000000..dce320a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e63-1.conf @@ -0,0 +1,12 @@ +zone e63-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.25.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.25.193; + option domain-name "e63-1.tg16.gathering.org"; + ddns-domainname "e63-1.tg16.gathering.org"; + range 88.92.25.196 88.92.25.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e63-2.conf b/examples/tg16/dhcp/conf-v4/e63-2.conf new file mode 100644 index 0000000..bd7934b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e63-2.conf @@ -0,0 +1,12 @@ +zone e63-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.26.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.26.1; + option domain-name "e63-2.tg16.gathering.org"; + ddns-domainname "e63-2.tg16.gathering.org"; + range 88.92.26.4 88.92.26.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e63-3.conf b/examples/tg16/dhcp/conf-v4/e63-3.conf new file mode 100644 index 0000000..01b0e77 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e63-3.conf @@ -0,0 +1,12 @@ +zone e63-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.26.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.26.65; + option domain-name "e63-3.tg16.gathering.org"; + ddns-domainname "e63-3.tg16.gathering.org"; + range 88.92.26.68 88.92.26.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e63-4.conf b/examples/tg16/dhcp/conf-v4/e63-4.conf new file mode 100644 index 0000000..05f39da --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e63-4.conf @@ -0,0 +1,12 @@ +zone e63-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.26.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.26.129; + option domain-name "e63-4.tg16.gathering.org"; + ddns-domainname "e63-4.tg16.gathering.org"; + range 88.92.26.132 88.92.26.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e65-1.conf b/examples/tg16/dhcp/conf-v4/e65-1.conf new file mode 100644 index 0000000..cc37b62 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e65-1.conf @@ -0,0 +1,12 @@ +zone e65-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.26.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.26.193; + option domain-name "e65-1.tg16.gathering.org"; + ddns-domainname "e65-1.tg16.gathering.org"; + range 88.92.26.196 88.92.26.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e65-2.conf b/examples/tg16/dhcp/conf-v4/e65-2.conf new file mode 100644 index 0000000..6d7ce7b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e65-2.conf @@ -0,0 +1,12 @@ +zone e65-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.27.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.27.1; + option domain-name "e65-2.tg16.gathering.org"; + ddns-domainname "e65-2.tg16.gathering.org"; + range 88.92.27.4 88.92.27.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e65-3.conf b/examples/tg16/dhcp/conf-v4/e65-3.conf new file mode 100644 index 0000000..e07f0ce --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e65-3.conf @@ -0,0 +1,12 @@ +zone e65-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.27.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.27.65; + option domain-name "e65-3.tg16.gathering.org"; + ddns-domainname "e65-3.tg16.gathering.org"; + range 88.92.27.68 88.92.27.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e65-4.conf b/examples/tg16/dhcp/conf-v4/e65-4.conf new file mode 100644 index 0000000..ee12c62 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e65-4.conf @@ -0,0 +1,12 @@ +zone e65-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.27.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.27.129; + option domain-name "e65-4.tg16.gathering.org"; + ddns-domainname "e65-4.tg16.gathering.org"; + range 88.92.27.132 88.92.27.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e67-1.conf b/examples/tg16/dhcp/conf-v4/e67-1.conf new file mode 100644 index 0000000..3fb1719 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e67-1.conf @@ -0,0 +1,12 @@ +zone e67-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.27.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.27.193; + option domain-name "e67-1.tg16.gathering.org"; + ddns-domainname "e67-1.tg16.gathering.org"; + range 88.92.27.196 88.92.27.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e67-2.conf b/examples/tg16/dhcp/conf-v4/e67-2.conf new file mode 100644 index 0000000..cf56ac3 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e67-2.conf @@ -0,0 +1,12 @@ +zone e67-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.28.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.28.1; + option domain-name "e67-2.tg16.gathering.org"; + ddns-domainname "e67-2.tg16.gathering.org"; + range 88.92.28.4 88.92.28.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e67-3.conf b/examples/tg16/dhcp/conf-v4/e67-3.conf new file mode 100644 index 0000000..e98ef40 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e67-3.conf @@ -0,0 +1,12 @@ +zone e67-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.28.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.28.65; + option domain-name "e67-3.tg16.gathering.org"; + ddns-domainname "e67-3.tg16.gathering.org"; + range 88.92.28.68 88.92.28.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e67-4.conf b/examples/tg16/dhcp/conf-v4/e67-4.conf new file mode 100644 index 0000000..aa38a8c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e67-4.conf @@ -0,0 +1,12 @@ +zone e67-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.28.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.28.129; + option domain-name "e67-4.tg16.gathering.org"; + ddns-domainname "e67-4.tg16.gathering.org"; + range 88.92.28.132 88.92.28.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e69-1.conf b/examples/tg16/dhcp/conf-v4/e69-1.conf new file mode 100644 index 0000000..b0f3513 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e69-1.conf @@ -0,0 +1,12 @@ +zone e69-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.28.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.28.193; + option domain-name "e69-1.tg16.gathering.org"; + ddns-domainname "e69-1.tg16.gathering.org"; + range 88.92.28.196 88.92.28.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e69-2.conf b/examples/tg16/dhcp/conf-v4/e69-2.conf new file mode 100644 index 0000000..e5bee11 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e69-2.conf @@ -0,0 +1,12 @@ +zone e69-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.29.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.29.1; + option domain-name "e69-2.tg16.gathering.org"; + ddns-domainname "e69-2.tg16.gathering.org"; + range 88.92.29.4 88.92.29.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e7-1.conf b/examples/tg16/dhcp/conf-v4/e7-1.conf new file mode 100644 index 0000000..b1bc2fd --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e7-1.conf @@ -0,0 +1,12 @@ +zone e7-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.1.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.1.193; + option domain-name "e7-1.tg16.gathering.org"; + ddns-domainname "e7-1.tg16.gathering.org"; + range 88.92.1.196 88.92.1.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e7-2.conf b/examples/tg16/dhcp/conf-v4/e7-2.conf new file mode 100644 index 0000000..eb76b34 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e7-2.conf @@ -0,0 +1,12 @@ +zone e7-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.2.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.2.1; + option domain-name "e7-2.tg16.gathering.org"; + ddns-domainname "e7-2.tg16.gathering.org"; + range 88.92.2.4 88.92.2.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e7-3.conf b/examples/tg16/dhcp/conf-v4/e7-3.conf new file mode 100644 index 0000000..fd2fa6a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e7-3.conf @@ -0,0 +1,12 @@ +zone e7-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.2.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.2.65; + option domain-name "e7-3.tg16.gathering.org"; + ddns-domainname "e7-3.tg16.gathering.org"; + range 88.92.2.68 88.92.2.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e7-4.conf b/examples/tg16/dhcp/conf-v4/e7-4.conf new file mode 100644 index 0000000..6f4240f --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e7-4.conf @@ -0,0 +1,12 @@ +zone e7-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.2.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.2.129; + option domain-name "e7-4.tg16.gathering.org"; + ddns-domainname "e7-4.tg16.gathering.org"; + range 88.92.2.132 88.92.2.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e71-1.conf b/examples/tg16/dhcp/conf-v4/e71-1.conf new file mode 100644 index 0000000..19bdaa4 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e71-1.conf @@ -0,0 +1,12 @@ +zone e71-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.29.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.29.65; + option domain-name "e71-1.tg16.gathering.org"; + ddns-domainname "e71-1.tg16.gathering.org"; + range 88.92.29.68 88.92.29.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e71-2.conf b/examples/tg16/dhcp/conf-v4/e71-2.conf new file mode 100644 index 0000000..c499d7b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e71-2.conf @@ -0,0 +1,12 @@ +zone e71-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.29.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.29.129; + option domain-name "e71-2.tg16.gathering.org"; + ddns-domainname "e71-2.tg16.gathering.org"; + range 88.92.29.132 88.92.29.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e73-1.conf b/examples/tg16/dhcp/conf-v4/e73-1.conf new file mode 100644 index 0000000..d067c2a --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e73-1.conf @@ -0,0 +1,12 @@ +zone e73-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.29.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.29.193; + option domain-name "e73-1.tg16.gathering.org"; + ddns-domainname "e73-1.tg16.gathering.org"; + range 88.92.29.196 88.92.29.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e73-2.conf b/examples/tg16/dhcp/conf-v4/e73-2.conf new file mode 100644 index 0000000..9d88dac --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e73-2.conf @@ -0,0 +1,12 @@ +zone e73-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.30.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.30.1; + option domain-name "e73-2.tg16.gathering.org"; + ddns-domainname "e73-2.tg16.gathering.org"; + range 88.92.30.4 88.92.30.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e75-1.conf b/examples/tg16/dhcp/conf-v4/e75-1.conf new file mode 100644 index 0000000..bbb008e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e75-1.conf @@ -0,0 +1,12 @@ +zone e75-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.30.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.30.65; + option domain-name "e75-1.tg16.gathering.org"; + ddns-domainname "e75-1.tg16.gathering.org"; + range 88.92.30.68 88.92.30.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e75-2.conf b/examples/tg16/dhcp/conf-v4/e75-2.conf new file mode 100644 index 0000000..eeaea1d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e75-2.conf @@ -0,0 +1,12 @@ +zone e75-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.30.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.30.129; + option domain-name "e75-2.tg16.gathering.org"; + ddns-domainname "e75-2.tg16.gathering.org"; + range 88.92.30.132 88.92.30.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e77-1.conf b/examples/tg16/dhcp/conf-v4/e77-1.conf new file mode 100644 index 0000000..c7c7aa7 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e77-1.conf @@ -0,0 +1,12 @@ +zone e77-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.30.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.30.193; + option domain-name "e77-1.tg16.gathering.org"; + ddns-domainname "e77-1.tg16.gathering.org"; + range 88.92.30.196 88.92.30.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e77-2.conf b/examples/tg16/dhcp/conf-v4/e77-2.conf new file mode 100644 index 0000000..79da1aa --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e77-2.conf @@ -0,0 +1,12 @@ +zone e77-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.31.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.31.1; + option domain-name "e77-2.tg16.gathering.org"; + ddns-domainname "e77-2.tg16.gathering.org"; + range 88.92.31.4 88.92.31.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e79-1.conf b/examples/tg16/dhcp/conf-v4/e79-1.conf new file mode 100644 index 0000000..38ee358 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e79-1.conf @@ -0,0 +1,12 @@ +zone e79-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.31.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.31.65; + option domain-name "e79-1.tg16.gathering.org"; + ddns-domainname "e79-1.tg16.gathering.org"; + range 88.92.31.68 88.92.31.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e79-2.conf b/examples/tg16/dhcp/conf-v4/e79-2.conf new file mode 100644 index 0000000..42d03fd --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e79-2.conf @@ -0,0 +1,12 @@ +zone e79-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.31.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.31.129; + option domain-name "e79-2.tg16.gathering.org"; + ddns-domainname "e79-2.tg16.gathering.org"; + range 88.92.31.132 88.92.31.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e81-1.conf b/examples/tg16/dhcp/conf-v4/e81-1.conf new file mode 100644 index 0000000..4a646e9 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e81-1.conf @@ -0,0 +1,12 @@ +zone e81-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.31.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.31.193; + option domain-name "e81-1.tg16.gathering.org"; + ddns-domainname "e81-1.tg16.gathering.org"; + range 88.92.31.196 88.92.31.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e81-2.conf b/examples/tg16/dhcp/conf-v4/e81-2.conf new file mode 100644 index 0000000..2e24c3e --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e81-2.conf @@ -0,0 +1,12 @@ +zone e81-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.32.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.32.1; + option domain-name "e81-2.tg16.gathering.org"; + ddns-domainname "e81-2.tg16.gathering.org"; + range 88.92.32.4 88.92.32.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e83-2.conf b/examples/tg16/dhcp/conf-v4/e83-2.conf new file mode 100644 index 0000000..84ba705 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e83-2.conf @@ -0,0 +1,12 @@ +zone e83-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.32.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.32.65; + option domain-name "e83-2.tg16.gathering.org"; + ddns-domainname "e83-2.tg16.gathering.org"; + range 88.92.32.68 88.92.32.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e85-2.conf b/examples/tg16/dhcp/conf-v4/e85-2.conf new file mode 100644 index 0000000..377c735 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e85-2.conf @@ -0,0 +1,12 @@ +zone e85-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.32.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.32.129; + option domain-name "e85-2.tg16.gathering.org"; + ddns-domainname "e85-2.tg16.gathering.org"; + range 88.92.32.132 88.92.32.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/e9-1.conf b/examples/tg16/dhcp/conf-v4/e9-1.conf new file mode 100644 index 0000000..2061512 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e9-1.conf @@ -0,0 +1,12 @@ +zone e9-1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.2.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.2.193; + option domain-name "e9-1.tg16.gathering.org"; + ddns-domainname "e9-1.tg16.gathering.org"; + range 88.92.2.196 88.92.2.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/e9-2.conf b/examples/tg16/dhcp/conf-v4/e9-2.conf new file mode 100644 index 0000000..d8ba3cc --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e9-2.conf @@ -0,0 +1,12 @@ +zone e9-2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.3.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.3.1; + option domain-name "e9-2.tg16.gathering.org"; + ddns-domainname "e9-2.tg16.gathering.org"; + range 88.92.3.4 88.92.3.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/e9-3.conf b/examples/tg16/dhcp/conf-v4/e9-3.conf new file mode 100644 index 0000000..86976f7 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e9-3.conf @@ -0,0 +1,12 @@ +zone e9-3.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.3.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.3.65; + option domain-name "e9-3.tg16.gathering.org"; + ddns-domainname "e9-3.tg16.gathering.org"; + range 88.92.3.68 88.92.3.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/e9-4.conf b/examples/tg16/dhcp/conf-v4/e9-4.conf new file mode 100644 index 0000000..ce89383 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/e9-4.conf @@ -0,0 +1,12 @@ +zone e9-4.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.3.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.3.129; + option domain-name "e9-4.tg16.gathering.org"; + ddns-domainname "e9-4.tg16.gathering.org"; + range 88.92.3.132 88.92.3.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/event.conf b/examples/tg16/dhcp/conf-v4/event.conf new file mode 100644 index 0000000..8db2b71 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/event.conf @@ -0,0 +1,12 @@ +zone event.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.60.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.60.1; + option domain-name "event.tg16.gathering.org"; + ddns-domainname "event.tg16.gathering.org"; + range 88.92.60.4 88.92.60.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/flankenord.conf b/examples/tg16/dhcp/conf-v4/flankenord.conf new file mode 100644 index 0000000..b050b64 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/flankenord.conf @@ -0,0 +1,12 @@ +zone flankenord.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.41.64 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.41.65; + option domain-name "flankenord.tg16.gathering.org"; + ddns-domainname "flankenord.tg16.gathering.org"; + range 88.92.41.68 88.92.41.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/flankesor.conf b/examples/tg16/dhcp/conf-v4/flankesor.conf new file mode 100644 index 0000000..e06fc8c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/flankesor.conf @@ -0,0 +1,12 @@ +zone flankesor.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.41.128 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.41.129; + option domain-name "flankesor.tg16.gathering.org"; + ddns-domainname "flankesor.tg16.gathering.org"; + range 88.92.41.132 88.92.41.190; +} + diff --git a/examples/tg16/dhcp/conf-v4/foh.conf b/examples/tg16/dhcp/conf-v4/foh.conf new file mode 100644 index 0000000..e14bac2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/foh.conf @@ -0,0 +1,12 @@ +zone foh.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.68.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.68.1; + option domain-name "foh.tg16.gathering.org"; + ddns-domainname "foh.tg16.gathering.org"; + range 88.92.68.4 88.92.68.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/fugleberget.conf b/examples/tg16/dhcp/conf-v4/fugleberget.conf new file mode 100644 index 0000000..7691a8f --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/fugleberget.conf @@ -0,0 +1,12 @@ +zone fugleberget.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.65.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.65.1; + option domain-name "fugleberget.tg16.gathering.org"; + ddns-domainname "fugleberget.tg16.gathering.org"; + range 88.92.65.4 88.92.65.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/game.conf b/examples/tg16/dhcp/conf-v4/game.conf new file mode 100644 index 0000000..5c3e044 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/game.conf @@ -0,0 +1,12 @@ +zone game.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.76.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.76.1; + option domain-name "game.tg16.gathering.org"; + ddns-domainname "game.tg16.gathering.org"; + range 88.92.76.4 88.92.76.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/gamestage.conf b/examples/tg16/dhcp/conf-v4/gamestage.conf new file mode 100644 index 0000000..501303c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/gamestage.conf @@ -0,0 +1,12 @@ +zone gamestage.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.78.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.78.1; + option domain-name "gamestage.tg16.gathering.org"; + ddns-domainname "gamestage.tg16.gathering.org"; + range 88.92.78.4 88.92.78.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/highlights.conf b/examples/tg16/dhcp/conf-v4/highlights.conf new file mode 100644 index 0000000..ef0b597 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/highlights.conf @@ -0,0 +1,12 @@ +zone highlights.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.81.0 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.81.1; + option domain-name "highlights.tg16.gathering.org"; + ddns-domainname "highlights.tg16.gathering.org"; + range 88.92.81.4 88.92.81.62; +} + diff --git a/examples/tg16/dhcp/conf-v4/hon.conf b/examples/tg16/dhcp/conf-v4/hon.conf new file mode 100644 index 0000000..55bb9ce --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/hon.conf @@ -0,0 +1,12 @@ +zone hon.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.79.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.79.1; + option domain-name "hon.tg16.gathering.org"; + ddns-domainname "hon.tg16.gathering.org"; + range 88.92.79.4 88.92.79.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/info.conf b/examples/tg16/dhcp/conf-v4/info.conf new file mode 100644 index 0000000..bff7b24 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/info.conf @@ -0,0 +1,12 @@ +zone info.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.63.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.63.1; + option domain-name "info.tg16.gathering.org"; + ddns-domainname "info.tg16.gathering.org"; + range 88.92.63.4 88.92.63.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/innsjekk.conf b/examples/tg16/dhcp/conf-v4/innsjekk.conf new file mode 100644 index 0000000..7b7ef25 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/innsjekk.conf @@ -0,0 +1,12 @@ +zone innsjekk.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.69.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.69.1; + option domain-name "innsjekk.tg16.gathering.org"; + ddns-domainname "innsjekk.tg16.gathering.org"; + range 88.92.69.4 88.92.69.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/logistikk.conf b/examples/tg16/dhcp/conf-v4/logistikk.conf new file mode 100644 index 0000000..5828730 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/logistikk.conf @@ -0,0 +1,12 @@ +zone logistikk.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.59.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.59.1; + option domain-name "logistikk.tg16.gathering.org"; + ddns-domainname "logistikk.tg16.gathering.org"; + range 88.92.59.4 88.92.59.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/medic.conf b/examples/tg16/dhcp/conf-v4/medic.conf new file mode 100644 index 0000000..6dc7ec2 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/medic.conf @@ -0,0 +1,12 @@ +zone medic.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.71.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.71.1; + option domain-name "medic.tg16.gathering.org"; + ddns-domainname "medic.tg16.gathering.org"; + range 88.92.71.4 88.92.71.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/noc.conf b/examples/tg16/dhcp/conf-v4/noc.conf new file mode 100644 index 0000000..6ed407d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/noc.conf @@ -0,0 +1,12 @@ +zone noc.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 185.110.150.0 netmask 255.255.255.128 { + option subnet-mask 255.255.255.128; + option routers 185.110.150.1; + option domain-name "noc.tg16.gathering.org"; + ddns-domainname "noc.tg16.gathering.org"; + range 185.110.150.4 185.110.150.126; +} + diff --git a/examples/tg16/dhcp/conf-v4/north.conf b/examples/tg16/dhcp/conf-v4/north.conf new file mode 100644 index 0000000..f82121b --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/north.conf @@ -0,0 +1,12 @@ +zone north.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.64.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.64.1; + option domain-name "north.tg16.gathering.org"; + ddns-domainname "north.tg16.gathering.org"; + range 88.92.64.4 88.92.64.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/presse.conf b/examples/tg16/dhcp/conf-v4/presse.conf new file mode 100644 index 0000000..a3ea280 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/presse.conf @@ -0,0 +1,12 @@ +zone presse.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.73.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.73.1; + option domain-name "presse.tg16.gathering.org"; + ddns-domainname "presse.tg16.gathering.org"; + range 88.92.73.4 88.92.73.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/resepsjon.conf b/examples/tg16/dhcp/conf-v4/resepsjon.conf new file mode 100644 index 0000000..9f99a8c --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/resepsjon.conf @@ -0,0 +1,12 @@ +zone resepsjon.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.70.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.70.1; + option domain-name "resepsjon.tg16.gathering.org"; + ddns-domainname "resepsjon.tg16.gathering.org"; + range 88.92.70.4 88.92.70.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/santander-temp.conf b/examples/tg16/dhcp/conf-v4/santander-temp.conf new file mode 100644 index 0000000..bb437b0 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/santander-temp.conf @@ -0,0 +1,12 @@ +zone santander-temp.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.93.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.93.1; + option domain-name "santander-temp.tg16.gathering.org"; + ddns-domainname "santander-temp.tg16.gathering.org"; + range 88.92.93.4 88.92.93.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/security.conf b/examples/tg16/dhcp/conf-v4/security.conf new file mode 100644 index 0000000..b395515 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/security.conf @@ -0,0 +1,12 @@ +zone security.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.74.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.74.1; + option domain-name "security.tg16.gathering.org"; + ddns-domainname "security.tg16.gathering.org"; + range 88.92.74.4 88.92.74.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/security2.conf b/examples/tg16/dhcp/conf-v4/security2.conf new file mode 100644 index 0000000..c5984e6 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/security2.conf @@ -0,0 +1,12 @@ +zone security2.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.75.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.75.1; + option domain-name "security2.tg16.gathering.org"; + ddns-domainname "security2.tg16.gathering.org"; + range 88.92.75.4 88.92.75.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/sponsor.conf b/examples/tg16/dhcp/conf-v4/sponsor.conf new file mode 100644 index 0000000..db2d30d --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/sponsor.conf @@ -0,0 +1,12 @@ +zone sponsor.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.72.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.72.1; + option domain-name "sponsor.tg16.gathering.org"; + ddns-domainname "sponsor.tg16.gathering.org"; + range 88.92.72.4 88.92.72.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/stage.conf b/examples/tg16/dhcp/conf-v4/stage.conf new file mode 100644 index 0000000..d17d0ad --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/stage.conf @@ -0,0 +1,12 @@ +zone stage.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.67.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.67.1; + option domain-name "stage.tg16.gathering.org"; + ddns-domainname "stage.tg16.gathering.org"; + range 88.92.67.4 88.92.67.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/streamer1.conf b/examples/tg16/dhcp/conf-v4/streamer1.conf new file mode 100644 index 0000000..091c311 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/streamer1.conf @@ -0,0 +1,12 @@ +zone streamer1.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.41.192 netmask 255.255.255.192 { + option subnet-mask 255.255.255.192; + option routers 88.92.41.193; + option domain-name "streamer1.tg16.gathering.org"; + ddns-domainname "streamer1.tg16.gathering.org"; + range 88.92.41.196 88.92.41.254; +} + diff --git a/examples/tg16/dhcp/conf-v4/tech-wlan.conf b/examples/tg16/dhcp/conf-v4/tech-wlan.conf new file mode 100644 index 0000000..ce1e972 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/tech-wlan.conf @@ -0,0 +1,12 @@ +zone tech-wlan.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 185.110.151.0 netmask 255.255.255.224 { + option subnet-mask 255.255.255.224; + option routers 185.110.151.1; + option domain-name "tech-wlan.tg16.gathering.org"; + ddns-domainname "tech-wlan.tg16.gathering.org"; + range 185.110.151.4 185.110.151.30; +} + diff --git a/examples/tg16/dhcp/conf-v4/wlan.conf b/examples/tg16/dhcp/conf-v4/wlan.conf new file mode 100644 index 0000000..1cefa07 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/wlan.conf @@ -0,0 +1,15 @@ +zone wlan.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.96.0 netmask 255.255.224.0 { + option subnet-mask 255.255.224.0; + option routers 88.92.96.1; + option domain-name "wlan.tg16.gathering.org"; + ddns-domainname "wlan.tg16.gathering.org"; + + range 88.92.96.4 88.92.127.254; + default-lease-time 7200; + max-lease-time 14400; +} + |