I have an application where I have a closed network that requires a time server for my AR1 and PAC Control strategy to sync with. All the addresses on the network are static - no internet - no DHCP.
I’d like to have them sync to a time server on my “UI” windows laptop that the user will interface with groov View on. I’ve got a time server installed on this laptop and have successfully synced up using my PAC Control Strategy. This was configured using something akin to “udp:192.168.1.24:123”.
On the AR1, however, the “Time server sync” menu is giving me issues. When I put in my IP for the laptop as “192.168.1.24”, I get:
ntpdate[31542]: no server suitable for synchronization found
Any variations on the syntax (“udp:192.168.1.24”, “udp://192.168.1.24…”) I’ve thought of give me name-resolution errors:
ntpdate[499]: name server cannot be used: Temporary failure in name resolution (-3)
Any thoughts on what I might be doing wrong with my address syntax for the AR1?