dhcpd: Assigning address to dual boot machine

dhcpd: Assigning address to dual boot machine

Post by Todd Aike » Mon, 11 Aug 2003 14:31:56



I'm running dhcpd on a Slackware 9.0 server.  My main workstation is dual
boot: W2K on one partition, Linux on another.  The partitions have
different hostnames: W2K partition is named W2KWork, Linux partition is
named LinuxWork.

My question is: is it possible for dhcpd on my server to assign the same IP
address to both partitions, regardless of the hostname (ie: assign by mac
address)?  Could something like the following be entered in dhcpd.conf?

host * {
hardware ethernet 00:11:22:33:44:55;
fixed-address 192.168.1.2;

Quote:}

TIA.