1. put the following to /etc/rc.conf ntpd_enable="YES" ntpdate_enable="YES" ntpd_flags="-p /var/run/ntpd.pid"
2. put the following to /etc/ntp.conf server server1 server server2 driftfile /var/db/ntp.drift restrict default ignore restrict 10.0.201.0 mask 255.255.255.0 nomodify notrap
3. run 'ntpdate server1' to update time once 4. if you don't want to reboot, just run 'ntpd -p /var/run/ntpd.pid'
1.server: openssh 3.9p1 + fedora core 3 2.error from server authpriv: openpty: No such file or directory session_pty_req: session 0 alloc failed error from putty: server refused to allocate pty 3. symptom from Linux ssh client by command 'ssh servername -v': no error, hanging to wait for command prompt coming out
4. solution: go to /dev/pts/, check any file is there, e.g. 0 is there fuser 0 kill -9 the process number try again.