summaryrefslogtreecommitdiff
path: root/keama/tests/fordhcp/dhcpd.staging.conf.orig
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/fordhcp/dhcpd.staging.conf.orig')
-rw-r--r--keama/tests/fordhcp/dhcpd.staging.conf.orig80
1 files changed, 0 insertions, 80 deletions
diff --git a/keama/tests/fordhcp/dhcpd.staging.conf.orig b/keama/tests/fordhcp/dhcpd.staging.conf.orig
deleted file mode 100644
index 37a7fdb4..00000000
--- a/keama/tests/fordhcp/dhcpd.staging.conf.orig
+++ /dev/null
@@ -1,80 +0,0 @@
-# dhcpd.staging.conf file for the SQL1 staging network,
-# served by the 950 charter #failover peerset. This file may be copied
-# to /etc between these two systems without modifications.
-#
-
-# Local PXE support. For our netboot OS installer
-option space PXE;
-option PXE.mtftp-ip code 1 = ip-address;
-option PXE.mtftp-oport code 2 = unsigned integer 16;
-option PXE.mtftp-sport code 3 = unsigned integer 16;
-option PXE.mtftp-tmout code 4 = unsigned integer 8;
-option PXE.mtftp-delay code 5 = unsigned integer 8;
-option PXE.discovery-control code 6 = unsigned integer 8;
-option PXE.discovery-mcast-addr code 7 = unsigned integer 8;
-
-# These are 'site local' options the PXELinux bootloader uses.
-option space pxelinux;
-option pxelinux.magic code 208 = string;
-option pxelinux.configfile code 209 = text;
-option pxelinux.pathprefix code 210 = text;
-option pxelinux.reboottime code 211 = unsigned integer 32;
-
-class "pxeclients" {
- match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
- # Some PXE clients are said to require that the vci be sent.
- # But it seems clear that if we send these PXE and vendor-class
- # options, it also expects "extended DHCP" via port 4011. For
- # PXE versions 2 and onwards.
- option vendor-class-identifier "PXEClient";
- vendor-option-space PXE;
-
- ddns-updates off;
-
- # Some PXE clients refuse to tftp if mtftp fails. Others take
- # longer.
- option PXE.mtftp-ip 0.0.0.0;
- filename "pxelinux.0";
- next-server 149.20.49.228;
-
- site-option-space "pxelinux";
- # PXE does not request site-local options.
- if exists dhcp-parameter-request-list {
- option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3);
- }
- option pxelinux.reboottime 30;
-}
-
-subnet 149.20.49.224 netmask 255.255.255.224 {
- option subnet-mask 255.255.255.224;
- option routers 149.20.49.225;
- option broadcast-address 149.20.49.255;
-
- always-broadcast true;
-
- default-lease-time 60; # 1 minutes
- max-lease-time 60; # 1 minutes
-
-# default-lease-time 1200; # 20 minutes
-# max-lease-time 1200; # 20 minutes
-
- pool {
- #failover peer "isc";
- deny dynamic bootp clients;
- range 149.20.49.240 149.20.49.252;
- }
-}
-
-#; 149.20.49.224/27 - SQL1 Device Staging
-#224 IN PTR staging.sql1.isc.org.
-# A 255.255.255.224
-#225 IN PTR exit.staging.sql1.isc.org.
-#226 IN PTR staging.f1.sql1.isc.org.
-#227 IN PTR staging.f2.sql1.isc.org.
-#
-#; 228-239 for static allocations during staging
-#
-#$GENERATE 240-252 $ PTR staging-$.sql1.isc.org.
-#
-#255 IN PTR bcast.staging.sql1.isc.org.
-