<div dir="ltr"><div>Is it required to set a global ipv6 address on the interface that dnsmasq is serving in order for ipv6 information requests to work?</div><div><br></div><div>Currently this system works by requesting a DP and IA from the upstream dhcpv6 server, setting the WAN port address to the IA and setting a route to get packets from the LAN to WAN.</div>
<div><br></div><div>We've been using radvd to send RA's to the LAN but want to switch everything over to dnsmasq.  My fumbling around so far has found that it seems necessary to assign a global IPv6 address to the LAN port to make dnsmasq happy.</div>
<div><br></div><div>FWIW my config files looks like:</div><div># cat *.conf</div><div><div># Set flag cwmp, when vendor-class contains <a href="http://dslform.org">dslform.org</a></div><div>dhcp-vendorclass=cwmp,<a href="http://dlsforum.org">dlsforum.org</a></div>
<div># Sends option 1 with option space cwmp if the flag cwmp is set</div><div>dhcp-option=cwmp,vendor:cwmp,1,<a href="https://acs.foobar.com/cwmp">https://acs.foobar.com/cwmp</a></div><div>dhcp-range=192.168.42.5,192.168.42.250,86400<br>
</div><div>dhcp-range=2605:a601:0:5201::,ra-stateless</div><div>enable-ra</div></div><div><br></div><div>Is there a way to get this working without setting a global address on the LAN port?</div><div><br></div><div>thanks,</div>
<div><br></div><div>-john</div><div><br></div></div>