Corsair
@Corsair@programming.dev
programming.dev
NTP Packet blocked... nftables [solved]
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.
View on programming.dev
0
0
0