Hi, I looked at the issue of getting dhcp hostnames to dns names automatically. Dave pointed me to https://github.com/dtaht/ceropackages/blob/master/net/bind-dhcp-hooks/files/etc/ddns6.sh and my some slight modifications I got it working :) There are a few things that are required for this hack to work. named_init.patch is needed for fixing nsupdate -l command. I think this should be fixed someway anyhow. dnsmasq_net6.sh goes to /etc/ on the router and suddenly dhcp hostnames start working as hostname.home.lan . I know this isn't perfect, but I wanted to share this initial version of it. There are several security implications and e.g. reverse doesn't work. it writes the records to the flash (a few times per record (first to a binary file, then to the real record)) btw. if ya want ipv6 (AAAA) records you need the ipv6calc package. (it's built as an module for cero) Any comments, suggestions? Best regards Petri Rosenström