Re: [Dnsmasq-discuss] Problem in DHCPv6

2014-07-23 Thread Lorenzo Milesi
 If I understood correctly, you will have to send router advertisements
 from your default router (apparently you need to do this from the
 router, with IPv6) using e.g. radvd to advertise the prefix length.

Setting the RA on the router in Managed mode and commenting enable-ra 
worked, thanks.

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/


___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] Problem in DHCPv6

2014-07-23 Thread Dan Williams
On Wed, 2014-07-23 at 13:45 +0200, Lorenzo Milesi wrote:
  If I understood correctly, you will have to send router advertisements
  from your default router (apparently you need to do this from the
  router, with IPv6) using e.g. radvd to advertise the prefix length.
 
 Setting the RA on the router in Managed mode and commenting enable-ra 
 worked, thanks.

DHCPv6 is meant to be used in conjunction with router advertisements,
and is not a mechanism to deliver a default gateway/router to clients.
That is what RA is for.  If you're not delivering actual options (DNS,
search domains, etc) with DHCP, you might re-evaluate whether you need
to use DHCP at all.  RA might be all you need.

Dan


___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


[Dnsmasq-discuss] With --all-servers option enabled, query failed due to first answer with no answer section

2014-07-23 Thread 毕勤
Hi List,

 I have config multiple dns servers in the config file with
-all-servers option enabled.The reason why I did this is to get correct
answer from foreign DNS(due to the dns poison of China's Great Firewall)
without losing the fast query speed from local(China) DNS.

The problem is, when I queried some certain domain(
scontent-a.cdninstagram.com .eg),the first answer from local DNS has no
answer section(still a dns poison issue) then Dnsmasq accept and take this
as the final answer, as it's the first answer.This make the queries for
that domain from desktop failed.

In the meantime,force to dig that domain with google DNS will give
me the correct answer with answer section. I understand that's a correct
behavior as described in the Dnsmasq's Manpage for --all-servers
option.And I can deal with it with  the server=/domain/DNS option to use
certain DNS for certain domain as a temporary solution.

   But could it be more intelligent?When --all-server option
enabled,force to Dnsmasq to query from other servers configed if the first
answer has no answer section.
   Which means,Dnsmasq will take the first answer with answer section
as result ,rather than the first answer just returned.

Thank you!

Bi Qin
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


[Dnsmasq-discuss] Estimation of TFTP Server Load Capabilities

2014-07-23 Thread Linux Luser
I have a project where I use dnsmasq for netboot installs. Currently, there
can be an unlimited number of installs happened at once. At what point
(number of TFTP transfers happening in parallel) should I be concerned that
I'm overtaxing dnsmasq's TFTP capabilities? Does dnsmasq use threads or
multiprocessing for TFTP transfers?

Thanks.
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss