Hi all,
I'm attempting to set up two DHCP servers and sync them. dhcpd has been working fine for years, but now that I add the extra sync options, the following error occurs:
dhcpd: Can't find service "dhcpd-sync" in /etc/services
Obviously, the entry for "dhcpd-sync" does not exist in /etc/services, but it's also absent from the official IANA registry ( https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml )
Web search results are mostly about the feature being added to various dists, or the source code. I did find one page specifically for the dhcpd-sync term that suggests using port 8067, but that's allocated by IANA to infi-async, which doesn't sound right.
This feature seems to have been in dhcpd since at least 2008, so it's not bleeding edge brand new code. Has the feature (or the dhcpd-sync services listing) been deprecated?
Version is dhcpd-6.6.20200413 (most recent) from packages. Thanks.
I'm attempting to set up two DHCP servers and sync them. dhcpd has been working fine for years, but now that I add the extra sync options, the following error occurs:
dhcpd -c /usr/local/etc/dhcpd.conf -Y em0 -y em0
dhcpd: Can't find service "dhcpd-sync" in /etc/services
Obviously, the entry for "dhcpd-sync" does not exist in /etc/services, but it's also absent from the official IANA registry ( https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml )
Web search results are mostly about the feature being added to various dists, or the source code. I did find one page specifically for the dhcpd-sync term that suggests using port 8067, but that's allocated by IANA to infi-async, which doesn't sound right.
This feature seems to have been in dhcpd since at least 2008, so it's not bleeding edge brand new code. Has the feature (or the dhcpd-sync services listing) been deprecated?
Version is dhcpd-6.6.20200413 (most recent) from packages. Thanks.