On Mon, 2003-06-02 at 14:10, [EMAIL PROTECTED] wrote:
> Hi,
> 
> For permanent leases or leases that I wish to never
> expire, what should I modify in /etc/dhcpd.conf?
> 
> The man pages don't mention permanent or infinite
> lease times.
> 
> Bri-
> 

for a permanent lease I use this
host foo
        {
                hardware Ethernet 00:00:00:00:00:00;
                fixed-address 10.x.x.x;
        }


so whenever the host with the MAC address above boots, it get's the 
ip listed in fixed-address.  Hope this is what you were looking for


> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to