diff options
author | John Terpstra <jht@samba.org> | 2001-05-08 21:24:40 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2001-05-08 21:24:40 +0000 |
commit | 12016626f97d21a72b0c93fd9f25af108c4a2314 (patch) | |
tree | cebe8331950e84cf9045edc508734a25c7762e6c | |
parent | 057c29ae818963fc7978c81891276712bfdfd75f (diff) | |
download | samba-12016626f97d21a72b0c93fd9f25af108c4a2314.tar.gz samba-12016626f97d21a72b0c93fd9f25af108c4a2314.tar.xz samba-12016626f97d21a72b0c93fd9f25af108c4a2314.zip |
Added second WINS server and fixed typo. Thanks to
Walt Howard <howard@ee.utah.edu>
-rw-r--r-- | docs/textdocs/DHCP-Server-Configuration.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/textdocs/DHCP-Server-Configuration.txt b/docs/textdocs/DHCP-Server-Configuration.txt index a63cd9d9969..e8daf2f7ba8 100644 --- a/docs/textdocs/DHCP-Server-Configuration.txt +++ b/docs/textdocs/DHCP-Server-Configuration.txt @@ -143,7 +143,7 @@ subnet 172.16.1.0 netmask 255.255.255.0 { option domain-name "bestnet.com.au"; option time-offset 39600; option ip-forwarding off; - option netbios-name-servers 172.16.0.1; + option netbios-name-servers 172.16.0.1, 172.16.0.1; option netbios-dd-server 172.16.0.1; option netbios-node-type 8; } @@ -153,7 +153,7 @@ group { option subnet-mask 255.255.255.0; option domain-name "bestnet.com.au"; option domain-name-servers 172.16.1.1, 172.16.0.2; - option netbios-name-servers 172.16.0.1; + option netbios-name-servers 172.16.0.1, 172.16.0.1; option netbios-dd-server 172.16.0.1; option netbios-node-type 8; option routers 172.16.1.240; @@ -177,7 +177,7 @@ You can do this by typing: cp /dev/null /etc/dhcpd.leases Setting up a route table for all-ones addresses: ================================================ -Quoting from the README file that comes with th eISC DHCPD Server: +Quoting from the README file that comes with the ISC DHCPD Server: BROADCAST |