This is a discussion on Re: How to know if there is a dhcp server already run? within the Linux Networking forums, part of the Linux Forums category; On 6 Jul 2003 20:52:31 -0700 comboytw@yahoo.com.tw (Nick Wu) wrote: > Hi,all > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 6 Jul 2003 20:52:31 -0700
comboytw@yahoo.com.tw (Nick Wu) wrote: > Hi,all > > I want my dhcp server to run only if there is no other dhcp server already ran. > But how to know if there is a dhcp server already run in the network segment? > Does dhcpd support this feature or any other method to work around? > > Thanks for your comments. > Nick Wu If you are trying to set up something like redundant dhcpd servers, look for FAILOVER section in man 5 dhcpd.conf. |