mirror of
https://github.com/abh/ntppool.git
synced 2026-04-26 03:55:52 +03:00
[GH-ISSUE #231] "DNS lookup tempfail" when running on an openbsd IPv6-only node #84
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ongolaboy on GitHub (Feb 10, 2024).
Original GitHub issue: https://github.com/abh/ntppool/issues/231
Hello,
I'm running ntp-4.2.8pl10p6 on openbsd7.4 .. I saw messages like this one
ntpd[26862]: DNS lookup tempfailThis node is running with IPv6-only.
The default ntpd.conf shipped is
Since I did not have IPv4, I initially only commented the constraint with IPv4 . But it was not enough.
Then I realised that
pool.ntp.orgdoesn't include a AAAA record. I ended up by commenting theserversline and added several servers close enough .At this moment, I don't know how the geo-location discovery is working, but can you please consider those running IPv6 (only) client and allow discovery of AAAA records for pool.ntp.org?
@hart-NTP commented on GitHub (Feb 10, 2024):
Try adding
servers 2.openbsd.pool.ntp.org.I don't know why openbsd isn't using their vendor zone openbsd.pool.ntp.org in their example/default ntpd.conf. The 2 is unfortunately a long-understood issue with the ntppool.org system -- AAAA records are only returned for 2.*.pool.ntp.org. Other *.pool.ntp.org names all return only IPv4.
I'm really curious why AAAA isn't supported for all of pool.ntp.org at this point.
@ongolaboy commented on GitHub (Feb 16, 2024):
Thanks, it worked.
Here is the answer https://marc.info/?l=openbsd-misc&m=170792716928891&w=2
Yeah.. I'm joining you on that one .