<div class="gmail_quote"><div>Hi~</div><div>My English is not good, so please be patient to read the following text to understand my scenario.</div><div><br></div><div>I have a option to let clients learn the ndn server in my domain: </div>

<div>For example, <b>option ndn code 246 = {ip-address}</b></div><div><br></div><div>To let the client accept the OFFER with such <b>option ndn, </b>I add some configuration into the dhclient.conf as follows:</div>
<div><b>request ndn;</b> (let the DHCP client request this option in the DHCPDISCOVER)</div><div><b>require ndn; </b>(let the DHCP client always choose the OFFER contains option ndn)</div><div><br></div>
<div>In my domain, it works well, because one of the servers will provide a OFFER that carries this ndn option.</div><div>However, if the client moves to another domain, which does not has such server, he will not receive any OFFER that contains option ndn. In this case, the client will wait util the timeout and does not choose an OFFER. So the client cannot get an IP.</div>

<div><br></div><div><b>What I want to do is when the DHCP client cannot get an OFFER in a time period, he will learn that there is no such server, so he will eventually choose one OFFER and request an IP.</b></div>
<div><br></div><div>Does anyone know how to do this by configuring the dhclient.conf?</div><div><br></div><div>Thanks,</div><div><br></div>Regards,<br>Chengyu Fan</div>