summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhcpd.conf.helenesminde2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpd.conf.helenesminde b/dhcpd.conf.helenesminde
index 7724f7c..40a0aa4 100644
--- a/dhcpd.conf.helenesminde
+++ b/dhcpd.conf.helenesminde
@@ -16,5 +16,5 @@ option netbios-name-servers 172.16.0.1;
# at .60 and ends at .229 giving 170 client addresses.
# (See "System Description --> Network Model")
subnet 172.16.0.0 netmask 255.255.0.0 {
- range 172.16.0.60 172.16.1.229;
+ range 172.16.0.60 172.16.1.250;
}