<div dir="ltr">On Mon, Jan 16, 2017 at 7:37 PM, Eric Luehrsen <span dir="ltr"><<a href="mailto:ericluehrsen@hotmail.com" target="_blank">ericluehrsen@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Alec,<br>
<br>
Have you tried setting `--dhcp-option=option6:dns-<wbr>server,[fd00::]` for auto fill in of ULA or `--dhcp-option=option6:dns-<wbr>server,[::]` auto ~ GA?<br>
<br>
By default dnsmasq will send [fe80::] LL in RA and DHCPv6, but some clients do not like DNS on LL. It also can break down in some virtual-bridge situations. The client network driver forgets (or software resolver bug doesnt enter) which interface to route [fe80::] on. IT often requires %eth0 or some such. The above options will override this [fe80::] address, and make the situation more robust..<br></blockquote><div><br></div><div>I've realized that OSX has the same issue as a client, and so I've been trying to get this to work on LEDE/OpenWRT.  And all I'm getting from dnsmasq is grief about the opt-spec being incorrect:</div><div><br></div><div>The following:</div><div><div>dhcp-option=option6,dns-server,[fd00::]</div></div><div>yields errors about invalid options</div><div><br></div><div>And the following:</div><div>dhcp-option=option6,6,[fd00::]</div><div>complains about an invalid ip address</div><div><br></div><div>It's v2.76.</div><div><br></div><div>But I see from the compile options, that IPv6 may only be partially configured:</div><div>IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP <b>no-DHCPv6</b> no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify<br></div><div><br></div><div>And so I'm guessing that with the ipv6 option, RA works, but without DHCPv6, none of the features like option6 work correctly??</div><div><br></div><div>-Aaron</div></div></div></div>