[Dnsmasq-discuss] IPv6 configuration question

John Newlin jnewlin at google.com
Mon Mar 24 17:44:07 UTC 2014


Is it required to set a global ipv6 address on the interface that dnsmasq
is serving in order for ipv6 information requests to work?

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.

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.

FWIW my config files looks like:
# cat *.conf
# Set flag cwmp, when vendor-class contains dslform.org
dhcp-vendorclass=cwmp,dlsforum.org
# Sends option 1 with option space cwmp if the flag cwmp is set
dhcp-option=cwmp,vendor:cwmp,1,https://acs.foobar.com/cwmp
dhcp-range=192.168.42.5,192.168.42.250,86400
dhcp-range=2605:a601:0:5201::,ra-stateless
enable-ra

Is there a way to get this working without setting a global address on the
LAN port?

thanks,

-john
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20140324/4cd72723/attachment.html>


More information about the Dnsmasq-discuss mailing list