Re: DHCP & BOOTP in WIn NT

Ted Lemon <mellon@fugue.com> Thu, 05 September 1996 18:31 UTC

Received: from ietf.org by ietf.org id aa07470; 5 Sep 96 14:31 EDT
Received: from cnri by ietf.org id aa07466; 5 Sep 96 14:31 EDT
Received: from marge.bucknell.edu by CNRI.Reston.VA.US id aa12425; 5 Sep 96 14:31 EDT
Received: from reef.bucknell.edu by mail.bucknell.edu; (5.65v3.2/1.1.8.2/17Jul96-0109PM) id AA03309; Thu, 5 Sep 1996 14:28:00 -0400
Date: Thu, 5 Sep 1996 14:28:00 -0400
Message-Id: <199609051802.LAA10201@toccata.fugue.com>
Errors-To: droms@bucknell.edu
Reply-To: dhcp-v4@bucknell.edu
Originator: dhcp-v4@bucknell.edu
X-Orig-Sender: dhcp-v4@bucknell.edu
Precedence: bulk
Sender: ietf-archive-request@ietf.org
From: Ted Lemon <mellon@fugue.com>
To: Multiple recipients of list <dhcp-v4@bucknell.edu>
Subject: Re: DHCP & BOOTP in WIn NT
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: Discussion of DHCP for IPv4

>   Note * You much specify the ip in Hex form I wrote a simple perl script
>   to do this if you need it or you can use your favorite Scientific
>   calculator.
>      T44:=0x10761104        (WINS server address of 16.118.17.4)

The Internet Software Consortium provides a DHCP server which also
supports BOOTP clients.   The syntax for specifying WINS servers in
the dhcpd.conf file is:

	option netbios-name-servers toccata;

Of course, you'd put the name or IP address of your WINS server there
instead.   You can also specify multiple WINS servers if you have
them.

You can get the ISC dhcp at http://ftp.fugue.com/pub/DHCPD-BETA-5.7.tar.gz.

There are also a number of commercial products out there which you
might find suitable if you don't want to use free software.  A full
list of DHCP servers is available on John Wobus's DHCP FAQ at
http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html.

			       _MelloN_