[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: serveur ntp



Le Mon, 25 Mar 2002 18:10:38 +0100
frederic massot <frederic@juliana-multimedia.com> 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 debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: