Le Mon, 25 Mar 2002 18:10:38 +0100
frederic massot <[EMAIL PROTECTED]> a dit:

> kamel wrote:
> > 
> > bonjour � tous,
> > je souhaite impl�menter un serveur ntp sur lequel mon r�seau local va
se
> > synchroniser.

J'ai adopt� une solution identique mais je synchronise un serveur central
et les autres serveurs se synchronisent dessus

Sur la machine centrale (mettons serveurcentral.tondomaine):

# /etc/ntp.conf, configuration for xntpd

# ntpd will use syslog() if logfile is not defined
#logfile /var/log/ntpd

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server ntp.obspm.fr
server ntp.via.ecp.fr
server ntp.loria.fr

broadcast machine1.tondomaine
broadcast machine2.tondomaine

Sur les autres machines (machine1, machine2):

# /etc/ntp.conf, configuration for xntpd

# ntpd will use syslog() if logfile is not defined
#logfile /var/log/ntpd

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server serveurcentral.tondomaine

------------

A noter que server ntp.obspm.fr, ntp.via.ecp.fr et ntp.loria.fr demande
juste que tu leur signale que tu utilise leur service. Le tout marche tr�s
bien (et du premier coup).

F.B


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à