On 9/23/05, Gilboa Davara <gilboada@netvision.net.il> wrote:
Just add the following entry to your dhcpd.conf:
host <Machine hostname> {
       hardware ethernet <Machine MAC address>;
       fixed-address <Machine IP address>;
}
 
Actually, what I want is my host to be the same, and have it dish out my ip on either macaddress. I thought I could specify multiple macs in the hardware ethernet lines, but that doesn't seem to work.
 
host falcon {
hardware ethernet 11:11:11:11:11:11;
hardware ethernet 22:22:22:22:22:22;
fixed-address 10.10.10.7;
}
 
is this correct, or am I doing something wrong?
 
Thanks.

--
-=/>Thom