Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Eric Luehrsen
ion '252,"\n"'     list dhcp_option 'option6:ntp-server,[fd00::]'     list dhcp_option 'option6:dns-server,[fd00::]' With my pull request on LEDE.... ---- Original message From: Aaron Wood Date: 1/23/17 00:46 (GMT-05:00) To: Eric Luehrsen Cc

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Aaron Wood
Thanks much, Eric, I've tried a few different options, and am still not getting the dns-server option to work in my setup. The RAs don't contain the dns info. Here's the latest setup (based on info from Eric's PR): enable-ra dhcp-range=lan6,::,constructor:br-lan,slaac,ra-names dhcp-option=lan6,

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Eric Luehrsen
https://github.com/lede-project/source/pull/674 - Eric Original message From: Aaron Wood Date: 1/23/17 00:46 (GMT-05:00) To: Eric Luehrsen Cc: "BIZ: DNSMASQ List" Subject: Re: [Dnsmasq-discuss] IPv6 on OpenWRT On Sun, Jan 22, 2017 at 8:40 PM, Eri

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Aaron Wood
On Sun, Jan 22, 2017 at 8:40 PM, Eric Luehrsen wrote: > Syntax error also. option/option6 statements need a colon before the > option-name > --dhcp-option=option6:dns-server,[fd00::] > > For OpenWrt/LEDE you can use dnsmasq-dhcp6 or dnsmasq-full. If you migrate > over to LEDE and do your own buil

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Eric Luehrsen
Syntax error also. option/option6 statements need a colon before the option-name --dhcp-option=option6:dns-server,[fd00::] For OpenWrt/LEDE you can use dnsmasq-dhcp6 or dnsmasq-full. If you migrate over to LEDE and do your own builds, I have a pull on github to incorporate dnsmasq-dhcp6 into UCI

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-22 Thread Aaron Wood
On Mon, Jan 16, 2017 at 7:37 PM, Eric Luehrsen wrote: > Hi Alec, > > Have you tried setting `--dhcp-option=option6:dns-server,[fd00::]` for > auto fill in of ULA or `--dhcp-option=option6:dns-server,[::]` auto ~ GA? > > By default dnsmasq will send [fe80::] LL in RA and DHCPv6, but some > clients

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2017-01-16 Thread Eric Luehrsen
Hi Alec, Have you tried setting `--dhcp-option=option6:dns-server,[fd00::]` for auto fill in of ULA or `--dhcp-option=option6:dns-server,[::]` auto ~ GA? 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-br

Re: [Dnsmasq-discuss] IPv6 on OpenWRT

2016-12-27 Thread Ronaldo Afonso
Hi Alec, I would check the following: 1) Is your router listening on an IPv6 like address, like an unspecified ::? 2) Is your client trying to reach that address and port? You can check that using tcpdump. 3) Are you using an IPv6 upstream DNS server? You can check Googles DNS server, I

[Dnsmasq-discuss] IPv6 on OpenWRT

2016-12-26 Thread Alec Robertson
Hi all, I am using dnsmasq on OpenWRT and I have configured the DHCPv6 server and it is working well with the clients connected to the router. However, the DNS is not working; IPv6 requests are not successful. The clients are given the router’s IP for DNS, like they are with IPv4 but the DNS is n