diff options
author | John Terpstra <jht@samba.org> | 2005-07-05 15:10:03 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:01 -0500 |
commit | 9928a498aa5af939c5d3d55138c1205bb96152c6 (patch) | |
tree | 34ffe78b3a865c42910035dd2f8271cf1e5ce974 /docs | |
parent | 4e9d50090156a2e6eecc656e5474a86e3648f088 (diff) | |
download | samba-9928a498aa5af939c5d3d55138c1205bb96152c6.tar.gz samba-9928a498aa5af939c5d3d55138c1205bb96152c6.tar.bz2 samba-9928a498aa5af939c5d3d55138c1205bb96152c6.zip |
Fix DHCP ranges - thanks Eric.
(This used to be commit f4996ac5622efe3a42acaa2942cc6619d6dfc4bd)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-ByExample/SBE-500UserNetwork.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-ByExample/SBE-500UserNetwork.xml b/docs/Samba3-ByExample/SBE-500UserNetwork.xml index b7d62eb4cd..3ac9c2e505 100644 --- a/docs/Samba3-ByExample/SBE-500UserNetwork.xml +++ b/docs/Samba3-ByExample/SBE-500UserNetwork.xml @@ -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; |