I want to implement a local NTP server on a Mikrotik router. The config is pretty straight forward for simple sites and I can get it to work but here is my complication.
On one site, running a Cloud router, there are multiple bridges with differing IP ranges. So when setting up an NTP server, which interface/bridge/IP range does it attach itself to and how can I share it on all ranges?
It is an internal process so accessible on any local IP address via any IP interface, e.g. the gateway address you have set on each bridge, unless restricted by firewall rules.
We usually set the NTP server & DHCP server fields to be the same as the gateway for each DHCP server network for any DHCP clients, and also use an internal /32 loopback address on the router as the server address for static clients (we also use this /32 as the endpoint for VPN & PPPoE connections and OSPF).