On 04/01/16 11:02, Dominique Martinet wrote: > Felix Fietkau wrote on Mon, Jan 04, 2016: >> On 2016-01-04 11:21, Dominique Martinet wrote: >> I'm afraid this is going to end in me being selfish and using a >> 'fuller' dnsmasq unfortunately, unless you have any idea there :/ >> Having the dns autoconfiguration for dynamic VMs/hosts/guests through >> their dhcp hostname is kind of important to me.
Hi Dominique,
I run my openwrt router using dnsmasq for ipv6 (the full dnsmasq
package) purposes, I also disable 'odhcpd' from the build. Bear in mind
that you can update '/etc/dnsmasq.conf' for your own purposes as I do,
maybe this helps you a little? e.g
quiet-dhcp
quiet-dhcp6
quiet-ra
dhcp-range=lan,::2, ::FFFF:FFFF, constructor:br-lan,64, 12h
enable-ra
ra-param=br-lan,high,0.
Also, you may be interested in
https://patchwork.ozlabs.org/patch/513484/ which allows easier fixed
host MAC to IPv4 & IPv6 mapping.
Kind regards,
Kevin
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
