7
submitted 1 day ago* (last edited 1 day ago) by Corsair@programming.dev to c/linux@lemmy.ml

Hi,

I want to use openntpd to sync my clock

I'm using

ntpd -ds

I see in my firewall that the dns resolution is working, and I get a server IP from the pool 👍

but anyhow I get

ntp engine ready no reply received in time, skipping initial time setting
no reply from x.x.x.x received in time, next query 300s

Weird my nftable config file should allow it:

# extract
chain OUT {
type filter hook output priority 0; policy drop;
udp dport 123 accept
}

chain IN {
type filter hook input priority 0; policy drop;
ct state established, related accept
}

Any ideas, or which lemmy community to cross-post ?

Thanks.

you are viewing a single comment's thread
view the rest of the comments
[-] Corsair@programming.dev 1 points 1 day ago

Thanks @InnerScientist@lemmy.world & @ark3@lemmy.dbzer0.com

Actually I don't think it's the firewall, because all the other programs, protocol are working fine. I've tried with chrony too but I get

No suitable source for synchronisation

May be because the client is a VM ?

[-] InnerScientist@lemmy.world 1 points 1 day ago

because all the other programs, protocol are working fine.

With the shown firewall configuration nothing but NTP should work? You're dropping outgoing packets by default.

this post was submitted on 22 Mar 2026
7 points (100.0% liked)

Linux

64031 readers
726 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS