Replies: 1 comment 3 replies
-
What you want is what it used to be. But there are way too many special cases... Devices without hostname, devices with same hostname, devices switching from one network to another, devices with same hostname in different network, ... I know about that side effect with reverse lookup, but there's really no (easy) way to get that right without mac address. Wondering if a combined name (with hostname and mac address concatenated) would help here... Any thoughts? CC @mgisbers as we have discussed that before already. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Been using your script dhcp-to-dns, It works fine (thanks!) but I run into the issue that it records MAC addresses as A records and when a hostname is provided, it creates an A record. The issue with that is that software that does reverse lookups (example: Pi-Hole) for client IP's will get a MAC address as hostname. Hence, my Pi-Hole client logs all show as MAC addresses.
Would you consider swapping this, or make it swappable via an option?
Obvisouly, if a client requesting an IP from DHCP doesnt provide a hostname, its fine to fallback to registring a MAC address, or not register it at all. This also could be made into an option.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions