On Tue, Nov 12, 2002 at 12:05:26PM -0600, christopher j bottaro wrote: > [snip] > here is the ntp.conf for criticalsection: > [root@criticalsection root]# cat /etc/ntp.conf > restrict 127.0.0.1 > > server ntp1.utexas.edu > server ntp2.utexas.edu > server ntp.cc.utexas.edu > server ntppub.tamu.edu > server ntp.fnbhs.com > > driftfile /etc/ntp/drift > broadcastdelay 0.008 > > authenticate no
You are lacking a restrict directive to allow clients to sync with criticalsection. Try adding something like this (adjust to your IP network): restrict 192.168.0.0 mask 255.255.255.0 notrust nomodify notrap This will allow other machines in your network to sync with this machine, but not modify it's clock. In any case, the ntp.conf that came with Redhat is pretty well commented if you need to learn more. Cheers, -- Javier Gostling Ingeniero de Sistemas Virtualia S.A. [EMAIL PROTECTED] Fono: +56 (2) 202-6264 x 130 Fax: +56 (2) 342-8763 Av. Kennedy 5757, of 1502 Las Condes Santiago Chile
msg94708/pgp00000.pgp
Description: PGP signature