<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ntp is not synching... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247142#M52373</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;check  /etc/ntp.conf file &lt;BR /&gt;&lt;BR /&gt;server 0.centos.pool.ntp.org&lt;BR /&gt;server 1.centos.pool.ntp.org&lt;BR /&gt;server 2.centos.pool.ntp.org&lt;BR /&gt;&lt;BR /&gt;Like such entry . If your using a centos system . If you using any other OS accordingly you have a different server address . &lt;BR /&gt;&lt;BR /&gt;Just try to connect the server and check weather you are able to connect. &lt;BR /&gt;&lt;BR /&gt;Check the same and update us here .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prakash N&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Jul 2010 11:31:21 GMT</pubDate>
    <dc:creator>Prakash Nataraj</dc:creator>
    <dc:date>2010-07-09T11:31:21Z</dc:date>
    <item>
      <title>ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247140#M52371</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I get the below error while synching with ntp server. All other servers are OKAY except this and this is going through a firewall. I think this firewall is blocking the port to open. Can you please help me to trouble shoot the same.</description>
      <pubDate>Fri, 09 Jul 2010 10:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247140#M52371</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-09T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247141#M52372</link>
      <description>The error is below...........&lt;BR /&gt;&lt;BR /&gt;[root@testserver ~]# service ntpd restart        &lt;BR /&gt;Shutting down ntpd:                                [  OK  ]&lt;BR /&gt;ntpd: Synchronizing with time server:        [FAILED]&lt;BR /&gt;Starting ntpd:                                        [  OK  ]&lt;BR /&gt;[root@testserver ~]#</description>
      <pubDate>Fri, 09 Jul 2010 10:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247141#M52372</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-09T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247142#M52373</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;check  /etc/ntp.conf file &lt;BR /&gt;&lt;BR /&gt;server 0.centos.pool.ntp.org&lt;BR /&gt;server 1.centos.pool.ntp.org&lt;BR /&gt;server 2.centos.pool.ntp.org&lt;BR /&gt;&lt;BR /&gt;Like such entry . If your using a centos system . If you using any other OS accordingly you have a different server address . &lt;BR /&gt;&lt;BR /&gt;Just try to connect the server and check weather you are able to connect. &lt;BR /&gt;&lt;BR /&gt;Check the same and update us here .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prakash N&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2010 11:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247142#M52373</guid>
      <dc:creator>Prakash Nataraj</dc:creator>
      <dc:date>2010-07-09T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247143#M52374</link>
      <description>NTP uses UDP protocol, so it cannot be tested with TCP tools like telnet.&lt;BR /&gt;&lt;BR /&gt;Stop ntpd, then run "ntpdate -d your.ntp.server.address". If the last output line says "no server suitable for synchronization found", it means the ntpdate command was not able to communicate with the server.&lt;BR /&gt;&lt;BR /&gt;UDP is a "connectionless" protocol, so unless your firewall specifically understands the NTP protocol, you must explicitly allow traffic in both directions: from your server's port UDP/123 to the time server's port UDP/123 and vice versa.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 09 Jul 2010 13:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247143#M52374</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-09T13:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247144#M52375</link>
      <description>Best to go with the ntpdate -u &lt;TIME server="" ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;Run it twice or thrice when the ntp service is down. Bring the service up and hit it again&lt;BR /&gt;&lt;BR /&gt;&lt;/TIME&gt;</description>
      <pubDate>Sat, 10 Jul 2010 06:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247144#M52375</guid>
      <dc:creator>Rockstar</dc:creator>
      <dc:date>2010-07-10T06:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247145#M52376</link>
      <description>First do a ping and see you are getting a response from NTP server.</description>
      <pubDate>Sat, 10 Jul 2010 13:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247145#M52376</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-07-10T13:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: ntp is not synching...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247146#M52377</link>
      <description>Thanks</description>
      <pubDate>Wed, 05 Jan 2011 06:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-is-not-synching/m-p/5247146#M52377</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2011-01-05T06:46:38Z</dc:date>
    </item>
  </channel>
</rss>

