[Dnsmasq-discuss] How can I use dnsmasq to replace radvd

Zac Tolley zac at thetolleys.com
Sun Jun 1 11:20:30 UTC 2014


I have a small network which currently uses dnsmasq for ip v4 address allocation, DNS resolution and setting things like the ip v4 router address.  It’s a real simple setup, I just wanted to override the fact that my network hosts used my isp’s DNS and let me resolve the names of the servers on my network.

I’ve also setup ipv6 and run radvd but I think dnsmasq can do that too, i just don’t know how.

Any pointers?

my radvd config is 

interface eth0 {
      AdvSendAdvert on;
      AdvManagedFlag on;
      AdvOtherConfigFlag on;
      AdvLinkMTU 1280;
      MinRtrAdvInterval 3;
      MaxRtrAdvInterval 4;
      prefix 2a01:348:6:876d::1/64 {
            AdvOnLink on;
            AdvAutonomous on;
            AdvRouterAddr on;
      };
};


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


More information about the Dnsmasq-discuss mailing list