DHCP and fixed IP addresses

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: GaryNicholsgary@linuxchimp.com
Date:  
Subject: DHCP and fixed IP addresses
This is really easy.


Edit /etc/dhcpd.conf and add:

host  mycomputer {
        hardware ethernet xx:xx:xx:xx:xx:xx;
        fixed-address 10.0.1.1;
}


where xx's is the mac id of the ethernet card.

Then, restart dhcpd. :-)

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Gary Nichols              
 Network Operations Mgr       NeoPlanet, Inc.
 http://www.neoplanet.com     Penguin Powered
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



----- Original Message -----
From: "Barnett, Blake" <>
To: <>
Sent: Wednesday, July 19, 2000 10:02 AM
Subject: RE: DHCP and fixed IP addresses


> I have also heard this and would be interested in having it explained. I
> know it's possbile in windows NT via static wins addresses, and I've seen
> hybrid DNS/DHCP solutions but not specifically for linux..
>
> * Blake
>
>
> -----Original Message-----
> From: Tim M. Sanders [mailto:tsanders@mvista.com]
> Sent: Wednesday, July 19, 2000 10:04 AM
> To:
> Subject: DHCP and fixed IP addresses
>
>
> I am the "voluntary" IT person at the company I work for. We use DHCP
> for IP addressing. I have heard (and maybe read) that there is a way to
> make it so a host gets the same IP address forever. In essence,
> providing a fixed IP address via the DHCP process. Can anyone help me
> figure this out? Thanks.
>
> --
> -
> ============================
> Tim M. Sanders
> MontaVista Software
> 2141 E. Broadway Rd,. Suite 108
> Tempe, AZ 85282
> http://www.mvista.com
>
>
> (480) 517-5032 (office)
> (480) 221-3472 (cell)
>
>
>
>
> _______________________________________________
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
> _______________________________________________
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss