[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: DHCP question
- From: "Christopher K. Johnson" <ckjohnson gwi net>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: DHCP question
- Date: Fri, 15 Oct 2004 18:51:28 -0400
Lonnie Cumberland wrote:
which can be placed in the config file for each client machine after
which the daemon can be started, right?
Right.
Well, I am wondering how can client configurations be added/removed
dynamically while the daemon is running and without causing a problem
when many clients are involved.
First of all dhcp leases are not dependent upon maintaining a session
with a dhcp server. The process of acquiring a lease, and later
renewing it is a simple brief exchange between the client and server.
And a client will attempt renewal several times before the lease
expires, so a momentary failure should not cause the loss of a lease.
Because of this restarting a dhcp server is unlikely to impact anyone
unless it serves a large number of clients with very short lease times.
By using the command:
service dhcpd restart
to restart the daemon it will include testing the configuration first,
and not stopping and restarting unless the configuration is error free.
This prevents a lengthier outage while you figure out your editing mistake.
Chris
--
-----------------------------------------------------------
"Spend less! Do more! Go Open Source..." -- Dirigo.net
Chris Johnson, RHCE #807000448202021
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]