<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 8.00.6001.18865">
<style title="owaParaStyle"><!--P {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">Static IP numbers can be provided in a redundant way by as many servers as you like....</font></div>
<div dir="ltr"><font size="2" face="tahoma">The client will take the first offer it gets. There is not problem since it will get the same offer from them all, always.</font></div>
<div dir="ltr"><font size="2" face="tahoma">Host statements are not bound to any subnet declaration so you might better take them out and save the confusion. If the machine shows up on a network different than defined by a subnet statements mask however - it
will not match and will be ignored.</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font> </div>
<div>
<div><font size="2" face="Tahoma">Randy</font></div>
<div> </div>
</div>
<div style="DIRECTION: ltr" id="divRpF358479">
<hr tabindex="-1">
<font size="2" face="Tahoma"><b>From:</b> dhcp-users-bounces+rgrimsha=syr.edu@lists.isc.org [dhcp-users-bounces+rgrimsha=syr.edu@lists.isc.org] On Behalf Of red1 red [red1dhcp@gmail.com]<br>
<b>Sent:</b> Saturday, December 26, 2009 9:17 AM<br>
<b>To:</b> Users of ISC DHCP<br>
<b>Subject:</b> dhcp failover using static hosts<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>Dear Members; </div>
<div> </div>
<div>I have dhcp server serving dynamic & static IPs , I would like to apply failover between 2 dhcp servers, my issue is how to add static IPs subnets to failover, as you see in my below config , I'm not defining any pool section, and as I read in dhcp doc
that it's mondatory to define failover by pool like this:</div>
<div>
<pre>pool {
failover peer "foo";
<i>pool specific parameters</i>
};
</pre>
</div>
<div>Please advise, </div>
<div> </div>
<div> </div>
<div>My actual config for static IPs subnet: <span lang="EN">
<p>subnet 192.168.0.0 netmask 255.255.255.0 {</p>
<p>option xxxx;</p>
<p>option xxxx; </p>
<p>option xxxx;</p>
<p>host xxxx-1 {</p>
<p>hardware ethernet xx:xx:xx:xx:xx:xx;</p>
<p>fixed-address 192.168.0.254;}</p>
<p>host xxxx-2 {</p>
<p>hardware ethernet xx:xx:xx:xx:xx:xx;</p>
<p>fixed-address 192.168.0.253;}</p>
<p>}</p>
<p>Regards</p>
<p>Red1</p>
</span></div>
</div>
</div>
</body>
</html>