<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Installing and Configuring NTP on Linux</title> <atom:link href="http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 00:09:21 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Bikash Gyawali</title><link>http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/comment-page-1/#comment-1407470</link> <dc:creator>Bikash Gyawali</dc:creator> <pubDate>Sun, 05 Feb 2012 15:44:20 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11255#comment-1407470</guid> <description>After  issuing the command  /etc/init.d/ntp start  does the ntp server keep running even after the restart? If not, how to make the service run at startup automatically?</description> <content:encoded><![CDATA[<p>After  issuing the command  /etc/init.d/ntp start  does the ntp server keep running even after the restart? If not, how to make the service run at startup automatically?</p> ]]></content:encoded> </item> <item><title>By: Peter</title><link>http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/comment-page-1/#comment-1325511</link> <dc:creator>Peter</dc:creator> <pubDate>Fri, 01 Apr 2011 09:47:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11255#comment-1325511</guid> <description>Hello,
I am a newbie on linux. I am trying to fix this for 4 days but still unable to sync with the Internet time server.
I am trying to do synchronize to the internet time server using my internal server (running on redhat) but it does not work at all.
After configuring the ntp.conf, i stop the ntpd and start again and still did not work. i able to update the Internet time server using ntpdate commad.
Please comment on my configuration and show me show direction. :(
[root@app3 ~]# ntpq -p
remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
LOCAL(0)        .LOCL.          10 l    8   64    1    0.000    0.000   0.001
[root@app3 ~]# /etc/init.d/ntpd stop
Shutting down ntpd:                                        [  OK  ]
Configuration file:
Running on:
[root@app3 /]# /bin/bash --version
GNU bash, version 3.2.25(1)-release (i686-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
I am able to update using ntpdate:
[root@app3 /]# ntpdate sg.pool.ntp.org
1 Apr 16:42:22 ntpdate[4812]: adjust time server 202.150.213.154 offset 0.036360 sec
Configuration file on /etc/ntp.conf
restrict default ignore
restrict 127.0.0.1
#allow synchronization sources from the internet servers
restrict server 3.sg.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
restrict server 0.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
restrict server 2.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
#allow our internal server to synch to this server
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap noquery notrust
server 127.127.1.0  #local system clock
fudge  127.127.1.0 stratum 10
driftfile /etc/ntp/drift
logfile /var/log/ntp.log</description> <content:encoded><![CDATA[<p>Hello,</p><p>I am a newbie on linux. I am trying to fix this for 4 days but still unable to sync with the Internet time server.<br
/> I am trying to do synchronize to the internet time server using my internal server (running on redhat) but it does not work at all.<br
/> After configuring the ntp.conf, i stop the ntpd and start again and still did not work. i able to update the Internet time server using ntpdate commad.</p><p>Please comment on my configuration and show me show direction. :(</p><p> [root@app3 ~]# ntpq -p<br
/> remote           refid      st t when poll reach   delay   offset  jitter<br
/> ==============================================================================<br
/> LOCAL(0)        .LOCL.          10 l    8   64    1    0.000    0.000   0.001</p><p>[root@app3 ~]# /etc/init.d/ntpd stop<br
/> Shutting down ntpd:                                        [  OK  ]</p><p>Configuration file:</p><p>Running on:<br
/> [root@app3 /]# /bin/bash &#8211;version<br
/> GNU bash, version 3.2.25(1)-release (i686-redhat-linux-gnu)<br
/> Copyright (C) 2005 Free Software Foundation, Inc.</p><p>I am able to update using ntpdate:<br
/> [root@app3 /]# ntpdate sg.pool.ntp.org<br
/> 1 Apr 16:42:22 ntpdate[4812]: adjust time server 202.150.213.154 offset 0.036360 sec</p><p>Configuration file on /etc/ntp.conf</p><p>restrict default ignore<br
/> restrict 127.0.0.1</p><p>#allow synchronization sources from the internet servers<br
/> restrict server 3.sg.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery<br
/> restrict server 0.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery<br
/> restrict server 2.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery</p><p>#allow our internal server to synch to this server<br
/> restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap noquery notrust</p><p>server 127.127.1.0  #local system clock<br
/> fudge  127.127.1.0 stratum 10<br
/> driftfile /etc/ntp/drift<br
/> logfile /var/log/ntp.log</p> ]]></content:encoded> </item> <item><title>By: Setting your computer time in Ubuntu</title><link>http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/comment-page-1/#comment-1203148</link> <dc:creator>Setting your computer time in Ubuntu</dc:creator> <pubDate>Tue, 05 Oct 2010 13:59:02 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11255#comment-1203148</guid> <description>[...] option. You can always set up NTP on your machine. I have already covered this in my article &#8220;Installing and configuring NTP on Linux&#8220;. That is, by far, the most reliable way to manage your clock. But when you don&#8217;t have [...]</description> <content:encoded><![CDATA[<p>[...] option. You can always set up NTP on your machine. I have already covered this in my article &#8220;Installing and configuring NTP on Linux&#8220;. That is, by far, the most reliable way to manage your clock. But when you don&#8217;t have [...]</p> ]]></content:encoded> </item> <item><title>By: Paul(us).</title><link>http://www.ghacks.net/2009/03/16/installing-and-configuring-ntp-on-linux/comment-page-1/#comment-681831</link> <dc:creator>Paul(us).</dc:creator> <pubDate>Tue, 17 Mar 2009 11:37:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11255#comment-681831</guid> <description>I realy liking this, christal clear, Jack explenation.</description> <content:encoded><![CDATA[<p>I realy liking this, christal clear, Jack explenation.</p> ]]></content:encoded> </item> </channel> </rss>
