RE: dhcp and mac address
From: Rodolfo J. Paiz (rpaiz_at_simpaticus.com)
Date: 06/08/04
- Previous message: Vidiot: "Re: RH9, NAT and routing"
- Maybe in reply to: Vivek Kumar: "dhcp and mac address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 07 Jun 2004 16:43:30 -0600 To: General Red Hat Linux discussion list <redhat-list@redhat.com>
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@simpaticus.com http://www.simpaticus.com -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Vidiot: "Re: RH9, NAT and routing"
- Maybe in reply to: Vivek Kumar: "dhcp and mac address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]