[quote author=elovkoff link=board=4;threadid=6500;start=0#61256 date=1046787728]
So you say when you issue 'ntpq -p' you see that your box is synched with internet server and you see '*' in fornt of the internet server.....[/quote]
Code:
ntpq -p:
remote refid st t when poll reach delay offset jitter
=====================================================
ntp1.ptb.de .PTB. 1 u 30 18h 1 20.664 -43.480 0.008
ntp2.ptb.de .PTB. 1 - 19 18h 1 16.817 -47.937 0.008
Hmmm. No asterix... However, the time definietely changed on my box. It was ten minutes off and adjusted when I started the ntpd.
One thing I don't understand: When ntpd is running on my box shouldn't it broadcast the time regardless of whether the server itself is sync'ed with an internet server? That's what seems to not happen: I can't run ntpdate on any other computer on the network. They don't find a server...
My ntp.conf file on the server:
Code:
# /etc/ntp.conf, configuration for ntpd
# 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 ptbtime1.ptb.de version 3 minpoll 16 maxpoll 17
server ptbtime2.ptb.de version 3 minpoll 16 maxpoll 17
#restrict default ignore
#restrict 192.168.1.0 mask 255.255.255.0
#restrict 127.0.0.1 mask 255.255.255.255
I tried it with the restrict lines (un)commented. No change.
Bookmarks