OPNsense Forum

English Forums => 25.1, 25.4 Production Series => Topic started by: andy66 on February 28, 2025, 01:46:31 PM

Title: Network Time Service not responding on HA MASTER IP
Post by: andy66 on February 28, 2025, 01:46:31 PM
Hello,

since upgrade to major release 25.1 NTP is not more binding to HA Master IP.
In the meantime the cluster is on 25.1.2 but NTP service is still only available on Nodes IP addresses.

Title: Re: Network Time Service not responding on HA MASTER IP
Post by: Fabian Wenk on March 03, 2025, 11:58:17 AM
I have a HA setup with even 2 WAN interfaces currently running with 25.1.1. In Service / Network Time / General for "Interfaces" I have set it to "All (recommended)".

When I check with:
netstat -an | grep 123

I see that is does bind to all 3 (LAN + 2x WAN) HA Master IP addresses and of course to the nodes own IP addresses as well. You may check on your installation, but so far access from outside to TCP+UDP Port 123 is blocked.
Title: Re: Network Time Service not responding on HA MASTER IP
Post by: andy66 on March 03, 2025, 12:26:34 PM
yes, changing from selcted interfaces to "All (recomended)" helped.

Thx for help Fabian