mca1
January 8th, 2003, 09:28
Hi All
Hopefully some one can help me. I am trying to set up a time server so that my local machines can get time from this server than remotes ones.
I've done the following but am a bit stuck :/
Installed ntp from ports net/ntp
Modified rc.conf so ntp entries are as follows:
ntpdate_flags="-sv ntp0.fau.de"
ntpd=YES
rc.local has the standard lines to start ntpd on boot.
my /etc/ntp.conf is as follows:
#####
# File /etc/ntp.conf
#
logfile /var/log/ntpd.log
#
# Stratum2 time servers:
server ntp.maths.tcd.ie
server ntp.cs.strath.ac.uk
server tick.usno.navy.mil
driftfile /etc/ntp.drift
#
restrict default nomodify notrust
restrict 192.168.0.10
restrict 127.0.0.1
#end ntp.conf
############
Is there something different I should be doing so I can point clients at this server to get time?
Hopefully some one can help me. I am trying to set up a time server so that my local machines can get time from this server than remotes ones.
I've done the following but am a bit stuck :/
Installed ntp from ports net/ntp
Modified rc.conf so ntp entries are as follows:
ntpdate_flags="-sv ntp0.fau.de"
ntpd=YES
rc.local has the standard lines to start ntpd on boot.
my /etc/ntp.conf is as follows:
#####
# File /etc/ntp.conf
#
logfile /var/log/ntpd.log
#
# Stratum2 time servers:
server ntp.maths.tcd.ie
server ntp.cs.strath.ac.uk
server tick.usno.navy.mil
driftfile /etc/ntp.drift
#
restrict default nomodify notrust
restrict 192.168.0.10
restrict 127.0.0.1
#end ntp.conf
############
Is there something different I should be doing so I can point clients at this server to get time?