[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DHCP server configuratian



to assign static addresses vie dhcpd, add blocks like the following to your dhcpd.conf file.

host caseybox.meathouse.trifocus.net {
   fixed-address 192.168.1.192;
   hardware ethernet 00:A0:C9:5F:C8:48;
   option host-name "caseybox";
}

as for getting an address to nic in the dhcpd box, you are prob better off just seting up a static addess in /etc/network/interfaces.  If you really want dhcpd though, just get something to call "ifup ethx" after the dhcpd server has been started. 

-casey

On Thu, Feb 01, 2001 at 05:29:06PM +0100, tjipmeijer wrote:
> Hi,
> 
> Is it possible to provide a fixed address to a Nic
> via a DHCP server which is located in the same computer as
> this Nic?
> 
> regards,
> Tjip
> 
> tjipmeijer@raketnet.nl
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: