LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: David de Groot <david@viking.org.au>
  To  : Michael Selge <mselge@hansenyuncken.com.au>
  Date: Thu, 4 Apr 2002 13:54:43 +0930

RE: DHCPD events - Linux or Win Problem ??

Thursday, April 04, 2002, 12:04:17 PM, Michael wrote:

> Can anyone shed light on the following problem

<snip>

> My work around was to change my scope to 10.0.0.10 - 10.0.0.11 and then
> release/renew my Win2K box but there must be a better way.

There is.

In your dhcpd.conf file, you tie the MAC address of you Win2k box's
NIC to 10.0.0.10.

eg:

host fantasia {
 hardware ethernet 08:00:07:26:c0:a5;
 fixed-address 10.0.0.10;
}

Dave
-- 
David de Groot                          mailto:david@viking.org.au
http://vikings.homeip.net/~david

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page