From 9e36f48cf797655da1f9862e5ac397866c0eb405 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Apr 2007 12:34:17 +0200 Subject: [PATCH] Add a small range to the server net. --- config/make-dhcpd.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/make-dhcpd.pl b/config/make-dhcpd.pl index ddce2c5..3da7111 100755 --- a/config/make-dhcpd.pl +++ b/config/make-dhcpd.pl @@ -45,6 +45,7 @@ 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 76.87.in-addr.arpa. { -- 2.39.2