Hi, I have noticed, that one of my openwrt boxes (running rather old OpenWrt 18.06.9, because it is 32/4 device) frequently connects to several IP:123 (twice a minute or so). I guess they are time checks.
I have been wondering, if I can set a delay how often openwrt should contact time servers for obtaining the correct time? Other boxes in the same network with this same openwrt version and nearly the same config do not (mis)behave this way. Thanks.
openwrt:~# cat /etc/config/system
config system
option hostname 'openwrt'
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
config timeserver 'ntp'
option enabled '1'
option enable_server '0'
list server '0.lede.pool.ntp.org'
list server '1.lede.pool.ntp.org'
list server '2.lede.pool.ntp.org'
list server '3.lede.pool.ntp.org'