*** From dhcp-server -- To unsubscribe, see the end of this message. ***
If you want the server to automatically assign addresses but be sure
to always give the same address to the same client, it will do this
automatically as long as there are enough addresses. If you want to
assign specific addresses to specific clients in advance, your
dhcpd.conf file should contain a host entry for each DHCP client,
looking something like this:
host FOO {
fixed-address 10.20.30.40;
hardware ethernet 08:00:2b:4c:39:ad;
}
This declaration causes the ethernet address to be matched up to the
IP address, which sounds like what you want.
_MelloN_
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------