Re: [Dnsmasq-discuss] IPv6 - Router Advertisement

2013-11-15 Thread Simon Kelley
On 14/11/13 17:38, Tsachi wrote: Hi, I have a question regarding dnsmasq behavior regarding IPv6 RA message while using the constructor config option. Version details: Kernel 2.6.35, Dnsmasq ver 2.67 I am working on a small Linux router device which obtains a single dynamic global \64 prefix

Re: [Dnsmasq-discuss] IPv6 - Router Advertisement

2013-11-15 Thread Simon Kelley
OK, I found the problem, http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=dd9d9ce54c46b0e110f71f8cb19934bd2e8ae656 or dnsmasq-2.68test2 should fix it. The patch will apply to 2.67, if you'd rather do that. Thanks for the report. Cheers, Simon. On 14/11/13 17:38, Tsachi

Re: [Dnsmasq-discuss] Proxydhcp only for specific clients

2013-11-15 Thread Simon Kelley
I think the solution is to use dhcp-ignore. You have to write some config which discriminates between clients you want answered and ones you don't (via MAC address, vendor-class, or otherwise) and arrange that a tag is set only for ones you want, then add dhcp-ignore=!tag to your config.

Re: [Dnsmasq-discuss] IPv6 - Router Advertisement

2013-11-15 Thread Tsachi
Thanks Simon, I will test it and let you know. Also what do you say regarding including router lifetime=0 in the RA msg in this case ? Regards, Tsachi On Fri, Nov 15, 2013 at 1:27 PM, Simon Kelley si...@thekelleys.org.uk wrote: OK, I found the problem,

[Dnsmasq-discuss] dnsmasq doesnot listen on interface with auth-server interface has /4 suffix.

2013-11-15 Thread René van Dorst
Dnsmasq does not listen on interface when auth-server interface has /4 suffix. This does not work, but I don't get any error/warning and dnsmasq is running. auth-server=example.com,eth0.88/4 But is does with: auth-server=example.com,eth0.88 Git version:

Re: [Dnsmasq-discuss] IPv6 - Router Advertisement

2013-11-15 Thread Simon Kelley
On 15/11/13 12:10, Tsachi wrote: Thanks Simon, I will test it and let you know. Also what do you say regarding including router lifetime=0 in the RA msg in this case ? Sorry, I missed that. I just pushed a change to do this. If the ONLY prefixes being advertised have preferred lifetime of

Re: [Dnsmasq-discuss] dnsmasq doesnot listen on interface with auth-server interface has /4 suffix.

2013-11-15 Thread Simon Kelley
On 15/11/13 13:58, René van Dorst wrote: Dnsmasq does not listen on interface when auth-server interface has /4 suffix. This does not work, but I don't get any error/warning and dnsmasq is running. auth-server=example.com,eth0.88/4 But is does with: auth-server=example.com,eth0.88 Git