<p dir="ltr">I'd like to note that we are trying to get away from resolve.conf.auto in a couple cases, notably when you have multiple upstreams and you want reverse queries to go to the right place.</p>
<p dir="ltr">A search list doesn't cut it in that case.</p>
<p dir="ltr">BUT supplying a search list makes sense to clients.</p>
<div class="gmail_quote">On Mar 8, 2014 1:29 AM, "Roy Marples" <<a href="mailto:roy@marples.name">roy@marples.name</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 08/03/2014 8:36, Simon Kelley wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 07/03/14 21:42, Tom Hendrikx wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<br>
Hi,<br>
<br>
I'm using dnsmasq 2.66 to provide my local network with ipv4 dhcp, and<br>
ipv6 information requests (ip addressing is handled by my router).<br>
<br>
I'm able to to provide clients with a dns-server and such through<br>
dhcpv6, but I'm failing to find the dhcp option that sets 'domain<br>
<a href="http://lan.example.org" target="_blank">lan.example.org</a>' in /etc/resolv.conf, i.e. the v6 equivalent of<br>
dhcp-option=option:domain-<u></u>name,<a href="http://lan.example.org" target="_blank">lan.example.org</a><br>
<br>
Can anyone enlighten me? I've searching through<br>
<a href="https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml" target="_blank">https://www.iana.org/<u></u>assignments/dhcpv6-parameters/<u></u>dhcpv6-parameters.xhtml</a><br>
but I'm failing to find something useful...<br>
</blockquote>
<br>
What you want is option 39, OPTION_CLIENT_FQDN<br>
</blockquote>
<br>
domain in resolv.conf(5) isn't normally used. I wouldn't expect any DHCP clients to put it there based on the FQDN.<br>
dhcpcd(8) does :)<br>
<br>
What you probably want is option 24, OPTION_DOMAIN_LIST which I would expect every DHCP client to fill out the search entry instead of the domain entry.<br>
If you read resolv.conf(5) you'll find that both pretty much do the same thing, but search allows >1 entry.<br>
<br>
Roy<br>
<br>
______________________________<u></u>_________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk" target="_blank">Dnsmasq-discuss@lists.<u></u>thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" target="_blank">http://lists.thekelleys.org.<u></u>uk/mailman/listinfo/dnsmasq-<u></u>discuss</a><br>
</blockquote></div>