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 > > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]