Fix DHCP ranges - thanks Eric.
authorJohn Terpstra <jht@samba.org>
Tue, 5 Jul 2005 15:10:03 +0000 (15:10 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 5 Jul 2005 15:10:03 +0000 (15:10 +0000)
Samba3-ByExample/SBE-500UserNetwork.xml

index b7d62eb4cd8f9491ff9abb96b21d0f01fc1fac8b..3ac9c2e50587bfce81edc3eac836846376ec33a1 100644 (file)
@@ -1166,7 +1166,7 @@ option netbios-name-servers 172.16.0.1;
 option netbios-node-type 8;
 
 subnet 172.16.1.0 netmask 255.255.252.0 {
-        range dynamic-bootp 172.16.3.0 172.16.2.254;
+        range dynamic-bootp 172.16.3.0 172.16.3.255;
         option subnet-mask 255.255.252.0;
         option routers 172.16.0.1, 172.16.0.128;
         allow unknown-clients;