[Dnsmasq-discuss] IPv6 radvd.conf to dnsmasq.conf

David Utterman david at utterman.se
Mon Sep 22 21:08:19 BST 2014


Hello,

I need some help converting this radvd.conf to dnsmasq.conf

$ cat /etc/radvd.conf
interface intern0 {
     IgnoreIfMissing on;
     AdvSendAdvert on;
     MinRtrAdvInterval 30;
     MaxRtrAdvInterval 60;
     prefix 2001:470:1:2::/64 {
         AdvOnLink on;
         AdvAutonomous on;
         AdvRouterAddr on;
     };
};


$ head -20 /etc/dnsmasq.conf
interface=intern0
expand-hosts
domain=domain.net
dhcp-range=10.1.1.20,10.1.1.255,255.255.255.0,1h #
dhcp-range=2001:470:1:2::2, 2001:470:1:2::500, slaac
enable-ra


The IPv4 part works but I can't get IPv6 to work... If I run dnsmasq for 
IPv4 and radvd for the IPv6 both protocolls work, but when I try to 
enable IPv6 in dnsmasq I don't get any IPv6 address.

-- 
Br / David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20140922/6d8ea7a1/attachment.html>


More information about the Dnsmasq-discuss mailing list