Hi everyone,<div><br></div><div>I have a quick question regarding how to deny single options that have been declared for a scope to one single host?</div><div><br></div><div>My config looks like this... </div><div><br></div>
<div><div>subnet 192.168.254.0 netmask 255.255.255.0 {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>range 192.168.254.100 192.168.254.200;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>option routers 192.168.254.1;</div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span>option broadcast-address 192.168.254.255;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>option domain-name-servers 10.10.0.1;</div>
<div> option ntp-servers 10.10.0.1;</div><div><br></div><div> host phone {</div><div> hardware ethernet 00:1a:e8:03:99:a8;</div><div> fixed-address 192.168.254.21;</div><div> }</div>
<div><br></div><div>}</div></div><div><br></div><div>So I now want the DHCP server to NOT SEND the options for NTP and DNS to the single host "phone"? How do I prevent them to get send?</div><div><br></div><div>
Thanks in advance for your help :-)</div><div>Sven</div>