Displaying 6 results from an estimated 6 matches for "broadcastdelay".
2009 Aug 12
2
ntp will not drift to correct time
...i need to do in order for the drift to work?
$ cat /etc/ntp.conf
restrict        default ignore
restrict        127.0.0.1
restrict        10.0.0.0 mask 255.0.0.0 nomodify notrap
server        server01
server        server02
fudge           127.127.1.0 stratum 10
driftfile       /var/lib/ntp/drift
broadcastdelay  0.008
keys            /etc/ntp/keys
# cat /etc/ntp/step-tickers
server01
server02
any clues?
thanks
2010 Aug 12
2
Date drift and ntpd
...:39 EDT 2010
[root at devserver21 ~]# cat /etc/ntp.conf | grep -v ^# | grep -v ^$
restrict default nomodify notrap noquery
restrict 127.0.0.1
server 192.168.1.67
server 192.168.1.66
server 192.168.1.65
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10
driftfile /var/lib/ntp/drift
broadcastdelay  0.008
keys            /etc/ntp/keys
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #10...
2009 Nov 22
4
system time automatically fowards in time and then comes back to normal
...sating..
Earlier this server was syncing time through ntp daemon and below is
the ntp.conf file. Now I have set a cronjob which sync the time with
the ntp server every 5 minutes but still the problem persist.
ntp.conf file
restrict default ignore
restrict 127.0.0.1
driftfile /var/lib/ntp/drift
broadcastdelay 0.008
#authenticate yes
keys /etc/ntp/keys
restrict 172.16.6.3 nomodify notrap noquery
server 172.16.6.3
restrict 172.16.6.2 nomodify notrap noquery
server 172.16.6.2
Please see the output of hwclock and date at the same time.
hwclock
Sat 21 Nov 2009 08:19:02 PM IST  -0.496922 seconds
date
Sat No...
2008 Apr 22
2
deny other hosts from synchronizing time with NTP client
...NTP 4.2.0.
# cat /etc/ntp.conf
restrict default ignore
restrict dns1.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict dns2.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict 127.0.0.1
server dns1.xxx.xxx
server dns2.xxx.xxx
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay 0.008
authenticate no
The problem is that other hosts are able to synchronize the time from
our servers. How to disable that?
# lsof -i :123
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
ntpd    4874  ntp    4u  IPv4  35805       UDP *:ntp
ntpd    4874  ntp    5u  IPv6  35806       UDP *:nt...
2007 Dec 12
3
ntpd
I am running a server inside of VMWare, and the clock gains ~30 seconds
every 1000 seconds or 1.03X.
I need to keep the drift under the magic 1000 limit that ntpd kills its
self, but despite setting maxpoll really low I get:
Dec 11 23:58:14 host ntpd[4909]: kernel time discipline status change 41
Dec 11 23:59:17 host ntpd[4909]: kernel time discipline status change 1
Dec 11 23:59:17 host
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
...irectory which the daemon can write to.
# No symbolic links allowed, either, since the daemon updates the file
# by creating a temporary in the same directory and then rename()'ing
# it to the file.
#
driftfile /etc/ntp/drift
#multicastclient                        # listen on default 224.0.1.1
broadcastdelay  0.008
#
# Authentication delay.  If you use, or plan to use someday, the
# authentication facility you should make the programs in the auth_stuff
# directory and figure out what this number should be on your machine.
#
authenticate no
# by default, don't trusst and not allow modifications
re...