Actually it is... 10.10.0.1 is an interface on the same router as 192.168.254.1... and DNS is listening on 0.0.0.0<div><br></div><div>Sometimes I need to take some of the options away from single devices (for testing purposes) and I thought there would be any easy way to do this... like "not option ntp-server;"</div>
<div><br></div><div>It actually works the other way around... If a dhcp client is not asking for option XX you can make dhcpd to send it anyway, via "append dhcp-parameter-request-list XX;"</div><div><br></div><div>
<br><div class="gmail_quote">2012/8/20 Benny Pedersen <span dir="ltr"><<a href="mailto:me@junc.org" target="_blank">me@junc.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Den 2012-08-20 14:15, Glenn Satchell skrev:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
subnet 192.168.254.0 netmask 255.255.255.0 {<br>
option routers 192.168.254.1;<br>
option broadcast-address 192.168.254.255;<br>
pool {<br>
range 192.168.254.100 192.168.254.200;<br>
option domain-name-servers 10.10.0.1;<br>
option ntp-servers 10.10.0.1;<br>
}<br>
}<br>
</blockquote>
<br></div>
why is 192.168.254.1 missing domain-name-server ?, this is a bit silly not to keep rfc1918 in same interface with all default servers<br>
<br>
maybe i just need an iphone to see the problem :)<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/<u></u>listinfo/dhcp-users</a><br>
</div></div></blockquote></div><br></div>