[LEDE-DEV] dnsmasq make DHCPv6 viable for standalone dnsmasq install

Eric Luehrsen ericluehrsen at hotmail.com
Fri Feb 3 19:42:30 PST 2017


UCI for stateful+stateless mode. This makes hosts easy targets for ping 
and other testing (dns-dhcp). This allows Android devices to connect 
because they won't do DHCPv6 (argh! Google!)

config dhcp 'lan'
	option dhcpv4 'server'
	option dhcpv6 'server'
	option interface 'lan'
	option limit '150'
	option leasetime '4h'
	option ra 'server'
	option ra_management '1'
	option ra_preference 'medium'
	option start '100'
	list dhcp_option 'option:ntp-server,0.0.0.0'
	list dhcp_option 'option:dns-server,0.0.0.0'
	list dhcp_option '252,"\n"'
	# Many clients don't like DNS [fe80::] so this tells dnsmasq
	# to issue the ULA on this interface (RA and DHCPv6 options)
	list dhcp_option 'option6:ntp-server,[fd00::]'
	list dhcp_option 'option6:dns-server,[fd00::]'


On 02/03/2017 10:30 PM, Eric Luehrsen wrote:
> Cabel -> Modem -> Archer (AP) -> WiFi -> (Client) WDR -> Wire -> Laptop
>
> On 02/03/2017 04:46 PM, Eric Luehrsen wrote:
>> I will look at it this weekend.



More information about the Lede-dev mailing list