<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
 </head><body style="">
 
  <div>
   Hello,
  </div> 
  <div>
    
  </div> 
  <div>
   We are using this great piece of software so far as DNS cacher but want to implement it also as IPv6 server by now. DHCPv4 is handled by another software at the moment (isc-dhcp-server) but we think the dnsmasq 2.62-3 is quite suitable for our need of an DHCPv6- and RA-server.
  </div> 
  <div>
    
  </div> 
  <div>
   I activated the features in dnsmasq.conf which I think should set-up a working DHCPv6/RA-Server (see compressed config file below). From then on the server distributed ipv6-addresses from the correct range. Unfortunately some error occured: As wanted it also distributed Gateway and DNS-server but it used the LINK-LOCAL v6 address of the corresponding interface instead of the Global configured address (2010:7d0:904:1202::1). Is this a bug or misconfiguration?
  </div> 
  <div>
    
  </div> 
  <div>
   Another independent question: With this configuration dnsmasq starts to be pretty noisy in the syslog. Is there any option to reduce the verbosity once the system works?
  </div> 
  <div>
    
  </div> 
  <div>
   Many thanks,
  </div> 
  <div>
   Martin
  </div> 
  <div>
    
  </div> 
  <div>
   Below you can find the compressed dnsmasq-config file:
  </div> 
  <div>
   domain-needed
   <br />strict-order
   <br />except-interface=eth1
   <br />dhcp-range=2010:7d0:904:1202::2, 2010:7d0:904:1202::1000, 64, 12h
   <br />enable-ra
   <br />dhcp-option=option6:dns-server,[::],[1234::88]
   <br />cache-size=4096
  </div>
 
</body></html>