Questions tagged [ntp]

NTP stands for Network Time Protocol, and it is an Internet protocol used to synchronize the clocks of computers to some time reference.

717 questions
13
votes
11 answers

questionable timeservers in pool.ntp.org?

I've noticed that, after changing the reg settings outlined in Episode 52 of the Stack Overflow podcast to pool.ntp.org, my box keeps requesting time from gordo.foofus.net. The web site hosted on that box is very strange. Is this a valid timeserver?
John
  • 139
  • 1
  • 3
12
votes
3 answers

How to synchronize time on ESXi Windows virtual machines within one second?

I'm a developer and we are using Quartz.Net, widely used scheduling library with SQL backing store to run cluster of jobs servers (VMs on ESXI cluster). Quartz.Net requires that time will be synchronized between job server instances and recommends…
Leotsarev
  • 223
  • 2
  • 6
12
votes
1 answer

NTP Service Auto-Discovery

Are there any methods I could use to provide auto-discovery for NTP? I recently moved to a new job that has a parent company that recently started providing Active Directory. I've been implementing SSSD & other stuff authenticating against AD and…
12
votes
9 answers

Time drift

How do you deal with server time drift?
deadprogrammer
  • 1,691
  • 7
  • 24
  • 25
12
votes
2 answers

When should NTPd broadcast/broadcastclient be used instead of client/server or peer modes?

The NTP deamon if often used in its simplest mode, which is client/server: you specify one or more server directives in your ntp.conf and your clients will use those servers. In addition to that, when you run your own NTP servers, it is good…
Luke404
  • 5,826
  • 4
  • 47
  • 58
12
votes
7 answers

Local or public NTP servers?

For a relatively large network (thousands of hosts) - what are the arguments for and against running a locally managed (pool of) NTP server(s) (perhaps periodically set via some public NTP server) and having all other hosts on the network use that…
BeeOnRope
  • 573
  • 3
  • 6
  • 12
11
votes
3 answers

How come one of my switches is off by two minutes in spite of ntp?

I just noticed by pure chance that one of my Cisco 4500 switches has its clock going wrong: it is more than 2 minutes behind in spite of seemingly functional ntp. In my opinion, even a single second should not be considered acceptable for the…
Hagen von Eitzen
  • 824
  • 3
  • 17
  • 43
11
votes
2 answers

why doesn't ntp recover after an Internet-less startup?

I have a few Linux devices (without TOY chips, so they completely rely on ntp) which may boot without access to Internet (the link to the switch is up). The ntp service will start but obviously no peers will be contacted. I then end up with an ntp…
WoJ
  • 3,607
  • 9
  • 49
  • 79
11
votes
6 answers

Why is NTP syncing to LOCAL rather than remote server?

So, I'm trying to debug my current NTP setup, and found that he offset from my single configured server is over 3 seconds, and not adjusting. The asterisk on the LOCAL(0) in the ntpq output seems to indicated that the system is happily syncing with…
JPhi1618
  • 223
  • 1
  • 2
  • 7
11
votes
6 answers

Replacing sick NTP server source and re-synching (with internal time currently 2 minutes late)

One of the external NTP servers (the primary one--currently) we're using as source seems to not be responding to NTP calls. Unfortunately, on our core router (Cisco 6509), the NTP functionality hasn't switched to the secondary NTP external server…
l0c0b0x
  • 11,867
  • 7
  • 47
  • 76
11
votes
3 answers

How to configure ntpd to sync time more frequently?

I need to set ntpd to sync time as often as possible, how to do that? UPD I need to make ntpd adjust system clock more frequently, not poll servers. It's necessary because system clock of my virtual PC drifts too much maxpoll doesn't seem to change…
user626528
  • 220
  • 2
  • 3
  • 12
11
votes
10 answers

Vmware host time drift

How does one ensure that linux hosts, running on vmware infrastruction 3 or vmware 3 esxi remain in sync with the ntp server. I have found that a linux guest running under esx or esxi has a tendency to have the clock drift in the future. How does…
biosFF
  • 397
  • 3
  • 10
10
votes
2 answers

Will NTP drift the clock backwards

Will NTP move the system clock backwards? I'm thinking about creating unique ids which are partially based on the time. If the clock is moving backwards, I'd need to somehow account for that.
Dave
  • 511
  • 6
  • 15
10
votes
1 answer

Linux ntpd leap second preparation

There will be a leap second on June 30, 2015 at 23:59:60 UTC. I have a Linux based stratum 1 NTP server which uses GPS as a reference clock. The server is using the "default" ntp.org ntpd. How should I prepare for the leap second to ensure that the…
snap
  • 1,251
  • 10
  • 18
10
votes
2 answers

ntpd: servers stuck on .INIT

I am trying to set up an NTP server for my local network, but ntpd refuses to sync with outer servers. # ntptrace localhost: stratum 16, offset 0.000000, synch distance 0.396285 # ntpq -pn remote refid st t when poll reach …
tijagi
  • 427
  • 2
  • 6
  • 16
1 2
3
47 48