Home > ntp server > ntpdate error strata too high

Ntpdate Error Strata Too High

Contents

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us ntp server stratum 16 Learn more about Stack Overflow the company Business Learn more about hiring developers or

Ntpdate Ignore Stratum

posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and server dropped: leap not in sync answer site for system and network administrators. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up ntp server set stratum and rise to the top ntpdate -d Server dropped Strata too high up vote 9 down vote favorite 3 I cannot sync with a NTP source thats coming from an internal router/firewall. Anyone help ? ntppdate -d 192.168.92.82 6 Jun 11:57:30 ntpdate[5011]: ntpdate 4.1.2@1.892 Tue Feb 24 06:32:26 EST 2004 (1) transmit(192.168.92.82) receive(192.168.92.82) transmit(192.168.92.82) receive(192.168.92.82) transmit(192.168.92.82) receive(192.168.92.82) transmit(192.168.92.82) receive(192.168.92.82) transmit(192.168.92.82) 192.168.92.82: Server dropped: strata too high server 192.168.92.82,

Server Dropped: No Data

port 123 stratum 16, precision -19, leap 11, trust 000 refid [73.78.73.84], delay 0.02591, dispersion 0.00002 transmitted 4, in filter 4 reference time: 00000000.00000000 Thu, Feb 7 2036 6:28:16.000 originate timestamp: d1972e03.0ae02645 Mon, Jun 6 2011 11:44:19.042 transmit timestamp: d197311b.0ffac1d2 Mon, Jun 6 2011 11:57:31.062 filter delay: 0.02609 0.02591 0.02594 0.02596 0.00000 0.00000 0.00000 0.00000 filter offset: -792.020 -792.020 -792.020 -792.020 0.000000 0.000000 0.000000 0.000000 delay 0.02591, dispersion 0.00002 offset -792.020152 6 Jun 11:57:31 ntpdate[5011]: no server suitable for synchronization found Edit The server I'm being asked to sync to is a firewall , and I've now been told that it is not syncing with anything. So I suppose I need to know if I can force my server to sync with a server that is stratum 16 i.e not sync'd. Is that possible ? linux ntp share|improve this question edited Jun 6 '11 at 13:40 asked Jun 6 '11 at 10:47 AndyM 3802817 What server is the firewall syncing to? –ianc1215 Jun 6 '11 at 11:32 add a comment| 5 Answers 5 active oldest votes up vote 7 down vote accepted NTP increases the stratum for each level in the hierarchy - a NTP server pulling time from a "stratum

Tutorials/Articles Search HCL Search Reviews Search ISOs Go to Page... LinuxQuestions.org > Forums > Linux Forums > Linux - Software ntpd sets its strata too high User Name Remember ntp.conf stratum Me? Password Linux - Software This forum is for Software issues. Having a ntp fudge stratum problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Ntpdate Stratum 16

Notices Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use http://serverfault.com/questions/277375/ntpdate-d-server-dropped-strata-too-high the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today! Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: Site Howto | Site FAQ | Sitemap | Register Now If you have any problems with the registration process or http://www.linuxquestions.org/questions/linux-software-2/ntpd-sets-its-strata-too-high-797853/ your account login, please contact us. If you need to reset your password, click here. Having a problem logging in? Please visit this page to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Click Here to receive this Complete Guide absolutely free. Search this Thread 03-25-2010, 02:09 PM #1 TonyErwood LQ Newbie Registered: Feb 2010 Location: Shetland Islands. U.K. Distribution: Slackware Posts: 9 Rep: ntpd sets its strata too high I have recently installed Slackware 13 (64bit) (Kernel 2.6.29.6) on an Acer Veriton M series with AMD

192.168.254.x. I've assigned the machine with address 192.168.254.200 to be the NTP server. NTPD is installed and starts fine, but if I ask another machine to sync with it using ntpdate I get: no servers suitable for synchronisation. This happens on both http://www.tuxradar.com/answers/547 my Linux servers and on my Mac, so the problem appears to be in the config of the NTP server rather than the clients. I've also got some Cisco IP phones that use Simple NTP rather than full NTP and http://daemonforums.org/showthread.php?t=955 they pick the time up from the server no problem. NTP configuration seems to be very poorly documented. The ntp.conf file on the server contains the following (and I just want machines on the network to be able to ntp server get the time): restrict 192.168.254.0 mask 255.255.255.0 nomodify notra As I understand it, that will allow any machine with an IP in the range 192.168.254.x to get the time off the server for itself but not to modify the time on the server. I also tried setting the stratum level, but to no avail.

A The first step to diagnosing this is to run ntpdate with the -d (debug) argument. This causes ntpdate to show details of the communication ntpdate error strata with the server, but not alter the system clock. I suspect you'll see something like 192.168.254.200: Server dropped: strata too high This is usually caused by the server being too far out of sync with the upstream servers, so it sets an artificially high stratum value to prevent other computers trusting it. In effect, the server is saying, "Here's the time, but I'm not that sure of it", to which the client responds, "OK, I'll leave it, thanks" This probably also accounts for the more simple clients accepting its time. Leave the server running for a few hours to allow it to bring itself into sync with the upstream servers from pool.ntp.org or wherever you've set in ntp.conf. Running ntpq -p 192.168.254.200 will give some useful information, reporting the peers known to the server and their accuracy. You want most of them to have a * or + in the first column and a low value in the st (stratum) column for them to be considered authoritative. The stratum setting in ntpd.conf can only be used to increase the stratum level, which won't help here. You're right about the NTP documentation. It's written by those with thorough knowledge of the subject, which is good, but assumes a similar level of understanding among readers, which is not.

Related solutionsFixing slow Linux serversCron jobs to back up serversFedora GRUB problem after installationOld distro, old problemSUSE LCD monitor prob

Show Threads Show Posts Tag Search Advanced Search Go to Page... Thread Tools Display Modes #1 (View Single Post) 17th June 2008 map7 Fdisk Soldier Join Date: Jun 2008 Posts: 75 ntpd strata too high error I've got an in house time server running ntpd and I know it's working as my phones update their time off my server. I'm running in to trouble when I try and update my workstation (running freebsd 7.0) to automatically update it's time from the server. I type the following (192.168.200.1 is my time server): # ntpdate -u -d 192.168.200.1 and I get this error: Code: 16 Jun 16:25:41 ntpdate[30021]: ntpdate 4.2.4p4@1.1520-o Sun Mar 30 23:05:01 UTC 2008 (1) Looking for host 192.168.200.1 and service ntp host found : gw.lan transmit(192.168.200.1) receive(192.168.200.1) transmit(192.168.200.1) receive(192.168.200.1) transmit(192.168.200.1) receive(192.168.200.1) transmit(192.168.200.1) receive(192.168.200.1) transmit(192.168.200.1) 192.168.200.1: Server dropped: strata too high server 192.168.200.1, port 123 stratum 16, precision -31, leap 11, trust 000 refid [192.168.200.1], delay 0.02576, dispersion 0.00000 transmitted 4, in filter 4 reference time: 00000000.00000000 Thu, Feb 7 2036 17:28:16.000 originate timestamp: cc008551.a6656c92 Mon, Jun 16 2008 16:23:13.649 transmit timestamp: cc0085e6.0c16dd26 Mon, Jun 16 2008 16:25:42.047 filter delay: 0.02591 0.02576 0.02579 0.02579 0.00000 0.00000 0.00000 0.00000 filter offset: -148.397 -148.397 -148.397 -148.397 0.000000 0.000000 0.000000 0.000000 delay 0.02576, dispersion 0.00000 offset -148.397329 16 Jun 16:25:42 ntpdate[30021]: no server suitable for synchronization found I can reach that computer with ping and ssh to it. There is no firewall between my computer and that server which is blocking this service. What am I missing? map7 View Public Profile Find all posts by map7 « Previous Thread | Next Thread » Thread Tools Show Printable Version Display Modes Linear Mode Switch to Hybrid Mode Switch to Threaded Mode Posting Rules You may not post new threads You may not post replies You may not post attachments You may not edit your post

 

Related content

error 2245 ntp

Error Ntp table id toc tbody tr td div id toctitle Contents div ul li a href Ntp Server For Windows a li li a href Meinberg Ntp Server a li li a href Windows Ntp Client a li li a href Setup Ntp Server Windows a li ul td tr tbody table p on Windows XP Vista or Windows- using the standard out-of-the-box settings to sync your PC relatedl to the Internet and then checking that you have p h id Ntp Server For Windows p a working installation These notes show why you would want to use NTP

meinberg ntp system error 5

Meinberg Ntp System Error table id toc tbody tr td div id toctitle Contents div ul li a href Free Ntp Server Software a li li a href Meinberg Ntp Configuration a li li a href Windows Ntp Client a li ul td tr tbody table p on Windows XP Vista or Windows- using the standard out-of-the-box settings to sync your PC to the Internet and then checking that you have a working installation These relatedl notes show why you would want to use NTP as opposed meinberg ntp server to other timekeeping software Some programs such as the excellent

meinberg error 2245

Meinberg Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntp Server For Windows a li li a href Meinberg Ntp Configuration a li li a href Windows Ntp Client a li li a href Windows Ntp Server a li ul td tr tbody table p roadblockx Offline Last seen years months ago Joined - Problems during service relatedl account generation error Hey everyone I am meinberg ntp server getting this error Problems during service account generation error during install p h id Ntp Server For Windows p of Nagwin on a Windows

network time protocol ntp communication error

Network Time Protocol Ntp Communication Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntp Port a li li a href Ntp Time a li ul td tr tbody table p Security Accounting Auditron input input input input input input input input input input input input CommunityCategoryBoardUsers input input turn on suggestions Auto-suggest helps you quickly narrow relatedl down your search results by suggesting possible matches as you xerox ntp settings type Showing results for Search instead for Do you mean Reply Topic Options xerox error codes list Subscribe to RSS Feed Mark

ntp server error

Ntp Server Error table id toc tbody tr td div id toctitle Contents div ul li a href What Is Ntp Offset a li li a href Ntp Troubleshooting Linux a li li a href Ntp Cisco a li li a href Ntp Server List a li ul td tr tbody table p TD TD Next A TD TR TABLE DIV This is the NTP home page A that some people like to see here DIV relatedl What is NTP ACRONYM A H Overview A H P p h id What Is Ntp Offset p A This section tries to

ntp server returns a permission denied error

Ntp Server Returns A Permission Denied Error p to ignore 'leap not in sync error' Messages sorted by date thread subject author On Friday relatedl March AM UTC Ole wrote Redhat Firewall computer is connected to the internet and gets nptd update from a server on the internet and this works fine But when i try to get the computers on the local net to use my firewall like a ntp server i get the msg ntpd initres server returns a permission denied error i dont have a firewall on the local computer but i use iptables with the firewall

ntp server error 2245

Ntp Server Error table id toc tbody tr td div id toctitle Contents div ul li a href Free Ntp Server Software a li li a href Windows Ntp Server a li li a href Windows Ntp Server a li li a href Windows Ntp Client a li ul td tr tbody table p is a policy called p h id Free Ntp Server Software p Minimum password age which is set to day windows ntp server by default What kind of effect does this has on password changes done by meinberg ntp server Passwordmanager Well the first time you

ntp server dns error

Ntp Server Dns Error table id toc tbody tr td div id toctitle Contents div ul li a href Pool ntp org Ip a li li a href Ntp Servers Us a li li a href Ntp Server India a li ul td tr tbody table p and for some reason it's not I'm just trying to use NTP to set the time automatically I've done numerous installs and relatedl had it work fine However for my Fedora box and ntp server ip this Fedora box it's not working I'm getting a vague error unable to windows ntp server connect

ntp communication error

Ntp Communication Error table id toc tbody tr td div id toctitle Contents div ul li a href Xerox Ntp Settings a li li a href Sntp Vs Ntp a li li a href Sntp Protocol a li li a href Ntp Server a li ul td tr tbody table p MarketingEnterprise Content ManagementManaged Print ServicesWorkflow AutomationBusiness Processes Business ProcessesBusiness ProcessesCustomer CareDigital Business Transformation ServicesFinance and Accounting OutsourcingHR relatedl ServicesLearning ServicesLegal Business ServicesPrepaid Card SolutionsIndustries p h id Xerox Ntp Settings p We Serve Industries We ServeIndustries We ServeAerospace DefenseAutomotive xerox error codes list ServicesBankingChemicalEnergy Oil GasHealthcare Payer ServicesHealthcare Provider

ntpd.exe error

Ntpd exe Error table id toc tbody tr td div id toctitle Contents div ul li a href Meinberg Ntp Server a li li a href Windows Ntp Server a li li a href Windows Ntp Server a li ul td tr tbody table p please read below to decide for yourself whether the ntpd exe on your relatedl computer is a Trojan that you should ntp server for windows remove or whether it is a file belonging to the Windows windows ntp server operating system or to a trusted application Click to Run a Free Scan for ntpd exe