-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract from OpenWRT dependencies #17
Comments
All good points, and I'll let Andre weigh in. But I suspect the window to generalize the project may have passed. Since ip6neigh gets names from the DHCPv4 server, this really only works in dual-stack networks, which is not the end goal. IPv6-only networks are the end goal. BTW, I run ISC bind9 as my main DNS server, and have been hand populating the zone file with the stable SLAAC addresses of the hosts on my network for years. I run 4 networks, including IPv6-only with DNS64/NAT64, and ISC bind9 provides the SOA for all of it. |
FWIW, I have already started on this process. I have But my eventual goal, and really the driving need to be able to have DDNS for SLAAC configured hosts is to eliminate IPv4 from my network, so DHCPv4 lease info is not really a sustainable source. Once I have an OpenWRT-less implementation, it can be seen about how to make the core generic and plug-in different operating models. If that goal is desired here in this project. If not, I can just fork it and maintain the non-OpenWRT version of this project. I do think more people are served by trying to make this project the canonical implementation that supports more than just OpenWRT though. |
It certainly is more churny than using DHCP:
That's running on the subnet's recursive resolver. So should have it's neighbor table kept fresh as frequently as the hosts need name resolution. But it does seem to flap a lot. I could see wanting to resolve a name while the neighbor table on the DNS server didn't have an entry for the host. I wonder if it needs some kind of "hang time" after the host disappears from the neighbor table to account for this. |
Hey, that is great news. What event are you using to sniff the neighbour table? You will see hosts move to "STALE" state quite often. |
I'm using the existing I do see hosts move to TBH, I have not had time to audit the results closely enough yet to move on to plugging in |
This is an interesting project. Unfortunately it seems pretty tied to OpenWRT and it's use of dnsmasq etc. at the moment.
It would be interesting to see how well this could be ported to a more generic environment.
Assume I don't use OpenWRT for example, but do run ISC dhcpv4 (for IPv4 address management) and bind9 with DDNS updates from dhcpv4. IPv6 is configured with SLAAC so what is missing of course is updating bind9 using DDNS for SLAAC (self-)assigned addresses.
I cannot see why this tool could not run on say, the bind9 recursive resolver host that every host in the network has to use and have it doing DDNS updates to bind9.
Thoughts?
The text was updated successfully, but these errors were encountered: