1834704 Members
2759 Online
110069 Solutions
New Discussion

NTP

 
SOLVED
Go to solution
Francois Bariselle_3
Regular Advisor

NTP

I want to know how configure
time-synchronization for my server (NTP) and for all workstation.

I tring to this with SAM but it does'nt work.

thanks in advance.
Fais la ...
2 REPLIES 2
Bill McNAMARA_1
Honored Contributor
Solution

Re: NTP

On server:
=======
add this to end of /etc/ntp.conf
---------------------------------------------
broadcast 15.128.175.255 version 3
server 127.127.1.1

On clients:
========
add this to end of /etc/ntp.conf
--------------------------------------------
server pereal version 3

(where pereal is the server)


/etc/rc.config.d/netdaemons
ON Clients
========
export NTPDATE_SERVER=pereal
XNTPD=1
export XNTPD_ARGS=

ON Server
========
export NTPDATE_SERVER=manaus
XNTPD=1
export XNTPD_ARGS=


Later,
Bill

Note: times on the two must be close to start off with

man xntp
It works for me (tm)
Helen French
Honored Contributor

Re: NTP