DHCP and fixed IP addresses

scarlett scarlett@excelco.com
Wed, 19 Jul 2000 17:25:45 +0000 (UTC)


Hi there,
You need to edit your /etc/dhcpd.conf file to declare fixed ip's.
host myhost {
  hardware ethernet 00:00:00:00:00:00;
  fixed-address myhost.mydomain.com;
}
And make sure you assign them addresses that are not in the address pool
in your subnet range.



Scarlett Gately
Network Administrator
Excelco Inc.

On Wed, 19 Jul 2000, Tim M. Sanders wrote:

> 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
> 
> tsanders@mvista.com
> (480) 517-5032 (office)
> (480) 221-3472 (cell)
> 
> 
> 
> 
> _______________________________________________
> Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>