Mapping a MAC to an IP...

Bill Campbell bill at celestial.com
Sat Jan 17 19:08:13 UTC 2009


On Sat, Jan 17, 2009, E Johnson wrote:
> Hi,
>
> I'm new to the list.
>
> I'm trying to learn about mapping a MAC to a specific IP.
>
> I've searched the archive that was pointed out to me and Thank You for that.
>
> I've read through the "dhcpd-options" file and have not found anything  
> to help.
>
> I hope it is not something as simple as not asking the question correctly.

You need host entries in the dhcpd.conf file, something like:

host bastiat.example.com {
	hardware ethernet 00:c0:f0:4b:cf:fb;
	fixed-address 192.168.253.128;
}

Bill
-- 
INTERNET:   bill at celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186

I don't make jokes, I just watch the Government and report the facts...
    Will Rogers



More information about the dhcp-users mailing list