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

Simon Kelley simon at thekelleys.org.uk
Wed Sep 24 20:50:54 BST 2014


On 22/09/14 21:08, David Utterman wrote:
> 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.
> 
> 

What's the configuration of intern0, specifically its IPv6 address(es)
and prefix lengths?


Cheers,

Simon.





More information about the Dnsmasq-discuss mailing list