What's new

Request: Dnsmasq with DHCPv6

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

grogi

Occasional Visitor
Merlin,

When building the firmware, would it be possible to enable the DHCPv6 for dnsmasq?

Currently I am geeting (at AC68u):
#> dnsmasq -v
Dnsmasq version 2.72test3 Copyright (c) 2000-2014 Simon Kelley
Compile time options: IPv6 GNU-getopt no-RTC no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC

I am deploying ipv6 in my network, but it hardly makes any sense if I cannot automatically assign a AAAA address for the hosts and get them via DNS.

Disabling the RA and DHCPv6 from UI plus some custom scripts would solve the problem, but the current build of dnsmasq does not include those features...

Thanks
 
Last edited:
What Grogi is looking for is IPv6 support in DNSmasq vs the dhcp6s daemon that ASUS put into the firmware. I would be nice to have only one DHCP service to support both but as other posted on the board ASUS looks like they doing some things differently with IPv6.
 
What Grogi is looking for is IPv6 support in DNSmasq vs the dhcp6s daemon that ASUS put into the firmware. I would be nice to have only one DHCP service to support both but as other posted on the board ASUS looks like they doing some things differently with IPv6.

Actually what I am looking for is just the support for DHCPv6 in dnsmasq.

It would be non-accessible from the GUI, which still controls only dhcp6s and radvd. Dnsmasq will not work in ipv6 space unless instructed in the config file, so that should not bring any regression nor additional support effort.
 
on IPv6 page you can find "Enable DHCPv6 option"!

That enables dhcp6s, which serves only local domain and name server address.

The DNS still does not know knows about the ipv6 addresses of the hosts in the network (which are generated by hosts based on the RA information). Despite local hosts having both - ipv6 and ipv4 addresses - DNS returns only ipv4 address :(
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top