TroubleshootingNTP < Support < Network Time Foundation's NTP Support Wiki (2024)

First things first.

Please be sure you have your NTP network properly designed.

Also make sure you have NTP properly configured. If your ntp.conf file does not have the iburst option specified in it, the odds are real good you have not properly configured NTP.

The information from Checking Status should be an excellent guide to how well ntpd is working for you and where to look for problems.

  • Checking ntpd 's status
  • On-line Troubleshooting Utilities
  • Check the syslog output
  • Problems with RESTRICT lines
  • Problems with RESTRICT NOTRUST
  • Check the NTP port
  • ntp.conf and dhcp
  • synchronizing ntp with a server running w32time

Checking ntpd 's status

Run ntpq -p HOSTNAME, or one of the web-based utilities at Online Troubleshooting Utilities, to see the status of ntpd on HOSTNAME (without HOSTNAME the local host is queried). Check the official documentation for a detailed description of the ntpq utility. It will report something like this:

 remote refid st t when poll reach delay offset jitter============================================================================== ff05::101 .MCST. 16 u - 64 0 0.000 0.000 4000.00*example.site.co .PPS. 1 u 320 1024 377 1.955 -1.234 1.368
The very first column
contains the "tally code" character. Short overview:
  • * the source you are synchronized to (syspeer)
  • # source selected, distance exceeds maximum value
  • o the PPS(Pulse Per Second) source if your ntpd (ppspeer, only if you have a PPS capable system and refclock)
  • + candidate, i.e. it is considered a good source
  • - outlyer, i.e. quality is not good enough
  • x falseticker, i.e. this one is considered to distribute bad time
  • blank: source discarded, failed sanity

See the Select field of the Peer status word on the NTP Event Messages and Status Words page for more information on the tally codes.

remote
the hostname or IP of the remote machine.
refid
the identification of the time source to which the remote machines is synced. May be (for example) a radio clock or another ntp server)
st
the stratum of the remote machine. 16 is "unsynchronized". 0 is the best value, that could be (for example) a radio clock or the ntp servers private caesium clock (see https://www.ntp.org/ for more information about ntp in general).
t
types available:
  • l = local (such as a GPS, WWVB)
  • u = unicast (most common)
  • m = multicast
  • b = broadcast
  • - = netaddr
when
how many seconds since the last poll of the remote machine.
poll
the polling interval in seconds.
reach
an 8-bit left-rotating register. Any 1 bit means that a "time packet" was received. The right most bit indicate the status of the last connection with the NTP server. It is Octal number. Use calculator in progammer interface to translate from OCT to BIN: For example 377 translates to 11111111. Each 1 means a successful connection to the NTP server. If you just start a NTP service, and it connects successfully with its server, this number will change as follows (assuming connectivity is good):
  • 00000001 = 001
  • 00000011 = 003
  • 00000111 = 007
  • 00001111 = 017
  • 00011111 = 037
  • 00111111 = 077
  • 01111111 = 177
  • 11111111 = 377
delay
the time delay (in milliseconds) to communicate with the remote.
offset
the offset (in milliseconds) between our time and that of the remote.
jitter
the observed jitter (in milliseconds) of time with the remote.

On-line Troubleshooting Utilities

Check the syslog output

Look at the contents of your syslog output file. There is a good chance that ntpd has output some information describing any problems it has encountered. Windows users have to take a look into the application event log and look out for entries from ntpd.

Problems with RESTRICT lines

Many people have difficulties with using RESTRICT. They want to set themselves up to be as secure as possible, so they create an extremely limited default RESTRICT line in their /etc/ntp.conf file, and then they find that they can't talk to anyone.

If you're having problems with your server, in order to do proper debugging, you should turn off all RESTRICT lines in your /etc/ntp.conf file, and otherwise simplify the configuration as much as possible, so that you can make sure that the basic functions are working correctly.

Once you get the basics working, try turning back on various features, one-by-one. When turning on the RESTRICT features, make sure that you have read, understood, and followed the instructions found in AccessRestrictions.

Problems with RESTRICT NOTRUST

The behavior of NOTRUST changed between versions 4.1 and 4.2.

  • In 4.1 (and earlier) NOTRUST meant "Don't trust this host/subnet for time".
  • In 4.2 (and later) NOTRUST means "Ignore all NTP packets that are not cryptographically authenticated." This forces remote time servers to authenicate themselves to your (client) ntpd. See ConfiguringAutokey for information about configuring NTP Authentication.

Please note that most servers are not set up to do cryptographic authentication. Therefore, if you use RESTRICT NOTRUST in your configuration file, you will most likely be configuring your machine to query one or more upstream servers but then throw away any answer that they may send you. This may result in your client sending out one or more packets per second to each of your configured upstream servers, and that would be considered to be "seriously unfriendly".

Many server operators would be likely to firewall themselves off from you (and perhaps the rest of your network), to try to protect themselves against this kind of abuse.

See the page at Flawed Routers Flood University of Wisconsin Internet Time Server to get an idea of how bad this can be, when a vendor mis-configures commodity-grade hardware and causes all their devices in the field to start bombarding time servers with a packet every second. See https://people.freebsd.org/~phk/dlink/ for a more recent example.

Do NOT use RESTRICT NOTRUST unless you know what it means and you know how to use it properly!!!

Check the NTP port

The first thing to do is to make sure that UDP port 123 is open on all firewalls between you and the remote time servers that you wish to synchronize to. See Online Troubleshooting Utilities for browser-based tests.

When trying to debug problems using ntpdate and ntpq, note that these utilities may use unprivileged high-numbered ports, while ntpd requires full bidirectional access to the privileged UDP port 123. So, ntpdate -u may work, but ntpd may not. Or ntpq may work, but ntpd may not. OpenNTPD also uses high-numbered source ports so if it is able to synchronize but ntpd is not, it is very probable that the incoming UDP port 123 is blocked.

If you're going to run ntpd, you need to fix your network/firewall/NAT so that ntpd can have full unrestricted access to UDP port 123 in both directions. However, this may not be allowed by your firewall administrators.

If this is not possible, you may need to run ntpd on the firewall itself, so that it can have full unrestricted access to UDP port 123 in both directions, and then have it serve time to your internal clients. However, this may also be disallowed.

If that's not possible, your only other option may be to buy the necessary hardware to connect to one or more of your own computers and run your own Stratum 1 time server (typically $200-300 for the radio or GPS receiver hardware, plus the computer to connect it to), or buy a pre-packaged Stratum 1 time server (frequently $1000-2000 or more). With your own Stratum 1 time server, you can sync your internal clients to it, it will get its signal via a radio signal from WWV/WWVB/DCF77/CHU/etc... (depending on where you live) or maybe a GPS or CDMA radio signal, and no packets will be required to cross your firewall on UDP port 123.

Only your management and your firewall administrators will be able to tell you which options are feasible.

ntp.conf and dhcp

If your /etc/ntp.conf is being automatically overwritten, this may be due to DHCP. Either run your dhcpd (dhcp server) with the dhcpd.conf option "option ntp-servers <your ntp server>;", or run your dhcpcd (dhcp client) with the -N arg to prevent ntp.conf from being rewritten at all.

synchronizing ntp with a server running w32time

In the base release of Windows server 2003 running w32time a hotfix is required otherwise ntp cannot reach (and therefore not sync with) that server.

This hotfix is available from Microsoft on request only, see https://support.microsoft.com/?kbid=830092. The hotfix is included in SP1 and later service packs.

TroubleshootingNTP < Support < Network Time Foundation's NTP Support Wiki (2024)
Top Articles
The Ultimate Budget Grocery List: 100+ Cheapest Groceries
Learn How to Write Smart Contracts Using ChatGPT.
Snohomish County Craigslist General For Sale
Retire Early Wsbtv.com Free Book
Geheimtipp Anna Maria Island- die schönsten Strände Floridas | Reiseblog und Fotografieblog aus Österreich
R&B Music Near Me Tonight
Clafi Arab
Aldi Nearme
Hypno Deviantart
Pa Speedtest Rcn Merlin
Seat Number Usana Seating Chart With Rows
Pogoda długoterminowa Warszawa na 16, 25 i 45 dni – Długoterminowa prognoza pogody w INTERIA.PL
Armslist Kansas City Missouri
공지/공고 - 10 Things That Your Family Teach You About Triple Bunk Bed With Mattresses
Cavalli Residential Flat Arabian Peninsula
Dupage County Fcrc
Varsity Competition Results 2022
Shadow Under The Mountain Skyrim
Pollen Count Los Altos
German American Bank Owenton Ky
Petco Clinic Hours
The Boogeyman Showtimes Near Century 20 Daly City And Xd
Craigslist Class A Drivers Texas
Jessica Oldwyn Carroll Update
Griffin Exterminating New Bern Nc
Sams La Habra Gas Price
Uncensored Wisconsin Volleyball Photos
Peach Cat Gifs
15+ Best Things to Do in St George Utah » Local Adventurer
Rural King Annual Flowers
Methodist Laborworkx
Savannah Riddle Marshall Tx
Gina Wilson All Things Algebra Unit 3 Homework 2
Ew41.Ultipro.com
Mikahhlynn Instagram
Bbwchan Blueberry
Craigslist Pets Huntsville Alabama
How to Sell Cars on Craigslist: A Guide for Car Dealers | ACV Auctions
Antiterrorism Level 1 Pretest Answers
Schüleruniversität | TU Bergakademie Freiberg
23 Thrift Stores In TEXAS (Quirky, Vintage, & Distinctive)
Infinite Campus Farmingdale
Mychart.exact Sciences Labs Com
Why rivalry match between Pitt and Penn State volleyball is bigger than the Xs and Os
Craigslist Louisiana Cars And Trucks - By Owner
Ap Spanish Score Calculator
E21 Ultipro Com
Kuronime List
Tiraj Florida 1H30
The meaning and origin of the name Tetiana
Compass | History, Uses & Types
Latest Posts
Article information

Author: Zonia Mosciski DO

Last Updated:

Views: 6274

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Zonia Mosciski DO

Birthday: 1996-05-16

Address: Suite 228 919 Deana Ford, Lake Meridithberg, NE 60017-4257

Phone: +2613987384138

Job: Chief Retail Officer

Hobby: Tai chi, Dowsing, Poi, Letterboxing, Watching movies, Video gaming, Singing

Introduction: My name is Zonia Mosciski DO, I am a enchanting, joyous, lovely, successful, hilarious, tender, outstanding person who loves writing and wants to share my knowledge and understanding with you.