]> git.sesse.net Git - nms/blobdiff - config/make-dhcpd.pl
Update make-switches.pl for TG07.
[nms] / config / make-dhcpd.pl
index c78b9f53c7fb41d16f7b6a01c22f13a42f60bf2d..3da7111372d9d43ec784ddc34ceeac09b62bd3de 100755 (executable)
@@ -23,6 +23,10 @@ print <<"EOF";
 option domain-name "tg07.gathering.org";
 option domain-name-servers 87.76.254.2, 87.76.255.2;
 
+# Netboot FTW
+next-server 87.76.255.18;
+filename "/pxelinux.0";
+
 ddns-update-style interim;
 omapi-port 7911;
 
@@ -41,9 +45,10 @@ subnet 87.76.254.0 netmask 255.255.255.0 {
 
 # Server-nett
 subnet 87.76.255.0 netmask 255.255.255.0 {
+       range 87.76.255.240 87.76.255.254;
 }
 
-zone 0.194.in-addr.arpa. {
+zone 76.87.in-addr.arpa. {
        primary 127.0.0.1;
        key DHCP_UPDATER;
 }