• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NTP on a private network?

jgbishop

Senior member
I have a number of systems, none of which can see the internet (i.e. they are on a private network). I would like to set up one of the systems as a "master" system, so that I can sync the time between all of the machines. In essence, I set the time on the master system, and all the "slave" systems update to match that time.

I assume this can be done with NTP, but I'm a little unsure as to how I would do it. Has anyone here done this kind of thing before? If so, what do I need to do to get things set up for this?

Thanks in advance!
 
Running ntpd on any Linux machine makes it a NTP server, so install it on all of them and just point the slaves to the master in /etc/ntp.conf.
 
Originally posted by: Nothinman
Running ntpd on any Linux machine makes it a NTP server, so install it on all of them and just point the slaves to the master in /etc/ntp.conf.

Just to clarify, ntpd is the ntp client and server. It just depends on the settings in ntp.conf as to whether or not it allows being queried as a server. Install ntpd and then look over the ntp.conf and it should be well documented right in the conf file.
 
Back
Top