dhcp and mac address

Rodolfo J. Paiz rpaiz at simpaticus.com
Mon Jun 7 22:43:30 UTC 2004


At 14:54 6/7/2004, Tobias Speckbacher wrote:
>You can accomplish this by defining the host in dhcpd.conf ala:
>
>host insert_node_name_here
>
>{
>hardware ethernet (insert_mac_address_here)
>fixed-address 10.1.1.1
>}

Remember the semi-colons!!!

host myhostname {
         hardware ethernet 00:00:00:00:00:00;
         fixed-address 10.1.1.1;
}

Cheers,


-- 
Rodolfo J. Paiz
rpaiz at simpaticus.com
http://www.simpaticus.com





More information about the redhat-list mailing list