ntpd - Timesync

# NTP-Daemon config

#!  vim /etc/ntp.conf

tinker panic 0
restrict default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
server swisstime.ethz.ch prefer
server time.ethz.ch
server 0.rhel.pool.ntp.org
server 1.rhel.pool.ntp.org
server 2.rhel.pool.ntp.org
#server 127.127.1.0     # local clock
#fudge  127.127.1.0 stratum 10
driftfile /var/lib/ntp/drift
keys /etc/ntp/keys

#!  vim /etc/grub.conf

title Linux RHEL5 64BIT
root (hd0,0)
kernel /vmlinuz ro root=/dev/sda2 rhgb quiet
initrd /initrd.img

#!  service ntpd start
#!  chkconfig ntpd on