<?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: Network Time Protocol (NTP) Server and Clients Setup in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josir</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-47392</link>
		<dc:creator>Josir</dc:creator>
		<pubDate>Fri, 10 Sep 2010 15:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-47392</guid>
		<description>When ntp client service is installed, how often does it goes to ntp server to synchronize time ?</description>
		<content:encoded><![CDATA[<p>When ntp client service is installed, how often does it goes to ntp server to synchronize time ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-10082</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Thu, 18 Jun 2009 06:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-10082</guid>
		<description>What do i do if i want to change default client port (123) to some other port dynamically.

i.e. whenever i need to send a request, i need to send it through some dynamically set port.</description>
		<content:encoded><![CDATA[<p>What do i do if i want to change default client port (123) to some other port dynamically.</p>
<p>i.e. whenever i need to send a request, i need to send it through some dynamically set port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexKleider</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-7949</link>
		<dc:creator>AlexKleider</dc:creator>
		<pubDate>Mon, 27 Apr 2009 06:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-7949</guid>
		<description>I found this part confusing:
&quot;&quot;&quot;
Configuring NTP client

You need to edit the /etc/ntp.conf file you need to point the following settings to NTP server ip address

sudo nano /etc/ntp.conf

Server configuration settings

server 192.168.1.1

Restrict the type of access you allow these servers. In this example the servers are not allowed to modify the run-time configuration or query your Linux NTP server.

restrict default notrust nomodify nopeer

Localhost configuration

restrict 192.168.1.1

In this case the mask statement has been expanded to include all 255 possible IP addresses on the local network.

&quot;&quot;&quot;
It&#039;s not clear to me just what is to be placed in the client configuration file.
I would expect something like:

server 192.168.1.1
restrict 192.168.1.1  

.. but it&#039;s not clear exactly what.
&#039;nomodify&#039; seems wrong since you do want the server to modify the clients time, do you not?</description>
		<content:encoded><![CDATA[<p>I found this part confusing:<br />
&#8220;&#8221;"<br />
Configuring NTP client</p>
<p>You need to edit the /etc/ntp.conf file you need to point the following settings to NTP server ip address</p>
<p>sudo nano /etc/ntp.conf</p>
<p>Server configuration settings</p>
<p>server 192.168.1.1</p>
<p>Restrict the type of access you allow these servers. In this example the servers are not allowed to modify the run-time configuration or query your Linux NTP server.</p>
<p>restrict default notrust nomodify nopeer</p>
<p>Localhost configuration</p>
<p>restrict 192.168.1.1</p>
<p>In this case the mask statement has been expanded to include all 255 possible IP addresses on the local network.</p>
<p>&#8220;&#8221;"<br />
It&#8217;s not clear to me just what is to be placed in the client configuration file.<br />
I would expect something like:</p>
<p>server 192.168.1.1<br />
restrict 192.168.1.1  </p>
<p>.. but it&#8217;s not clear exactly what.<br />
&#8216;nomodify&#8217; seems wrong since you do want the server to modify the clients time, do you not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dummy00001</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4179</link>
		<dc:creator>Dummy00001</dc:creator>
		<pubDate>Fri, 22 Aug 2008 14:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4179</guid>
		<description>I would recommend OpenNTPd.

Much less fuss to configure and works in real-world much better than the legacy &quot;ntpd&quot;.

I have used &quot;ntpd&quot; for many years and it is P.I.T.A. to use and require constant baby-sitting. openntpd on other hand has sensible default setup and just works.</description>
		<content:encoded><![CDATA[<p>I would recommend OpenNTPd.</p>
<p>Much less fuss to configure and works in real-world much better than the legacy &#8220;ntpd&#8221;.</p>
<p>I have used &#8220;ntpd&#8221; for many years and it is P.I.T.A. to use and require constant baby-sitting. openntpd on other hand has sensible default setup and just works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kubuntu User</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4175</link>
		<dc:creator>Kubuntu User</dc:creator>
		<pubDate>Wed, 06 Aug 2008 18:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4175</guid>
		<description>Is this an alternative (CLI based) to using the build in way ?

In Kubuntu 8.04 I only have to go to

K-Menu -&gt; System Settings -&gt; Date &amp; Time
Press the Administrator Mode... button
Activate Set date and time automatically
Alt. Choose a pool OR manually enter a name/IP of an internal NTP server
Click Apply

I have been using since Kubuntu 6.06, and find it pretty simple to all the CLI work.</description>
		<content:encoded><![CDATA[<p>Is this an alternative (CLI based) to using the build in way ?</p>
<p>In Kubuntu 8.04 I only have to go to</p>
<p>K-Menu -&gt; System Settings -&gt; Date &amp; Time<br />
Press the Administrator Mode&#8230; button<br />
Activate Set date and time automatically<br />
Alt. Choose a pool OR manually enter a name/IP of an internal NTP server<br />
Click Apply</p>
<p>I have been using since Kubuntu 6.06, and find it pretty simple to all the CLI work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4173</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Aug 2008 15:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4173</guid>
		<description>@ryan

You want to change NTP server default port number</description>
		<content:encoded><![CDATA[<p>@ryan</p>
<p>You want to change NTP server default port number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Harrington</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4174</link>
		<dc:creator>Ryan Harrington</dc:creator>
		<pubDate>Wed, 06 Aug 2008 15:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4174</guid>
		<description>I come to your blog on a regular basis, your articles are usually better explained. You should add more info to your post on how to change ports and configure the server.</description>
		<content:encoded><![CDATA[<p>I come to your blog on a regular basis, your articles are usually better explained. You should add more info to your post on how to change ports and configure the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4178</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Aug 2008 10:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4178</guid>
		<description>@thomas

I have updated the ntp check command in the main article</description>
		<content:encoded><![CDATA[<p>@thomas</p>
<p>I have updated the ntp check command in the main article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4177</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 05 Aug 2008 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4177</guid>
		<description>&quot;&quot;&quot;If your ISP runs a time server for you it is worth including it in your server list as it will often be more accurate than the pooled servers and will help keep the load down on the pool.&quot;&quot;&quot;

No likely to be more accurate, but it is likely to have lower RTT and therefore lower jitter.

&quot;&quot;&quot;sudo ntpq -p&quot;&quot;&quot;

&quot;sudo ntpq -np&quot; is usually just as good if not better. It avoids reverse DNS lookups which sometimes don&#039;t exist and usually don&#039;t match the forward lookup anyway.

&quot;&quot;&quot;You’ll have to allow UDP traffic on source/destination port 123 between your server and the Stratum 1/2 server with which you are synchronizing.&quot;&quot;&quot;

If you&#039;re going through a firewall you don&#039;t need anything better than stratum 2 or 3 servers. The latency of the firewall is going to negate whatever increased accuracy you might expect from a stratum 1, so you&#039;ll just be loading it up for no good reason.


Check out https://help.ubuntu.com/community/UbuntuTime</description>
		<content:encoded><![CDATA[<p>&#8220;&#8221;"If your ISP runs a time server for you it is worth including it in your server list as it will often be more accurate than the pooled servers and will help keep the load down on the pool.&#8221;"&#8221;</p>
<p>No likely to be more accurate, but it is likely to have lower RTT and therefore lower jitter.</p>
<p>&#8220;&#8221;"sudo ntpq -p&#8221;"&#8221;</p>
<p>&#8220;sudo ntpq -np&#8221; is usually just as good if not better. It avoids reverse DNS lookups which sometimes don&#8217;t exist and usually don&#8217;t match the forward lookup anyway.</p>
<p>&#8220;&#8221;"You’ll have to allow UDP traffic on source/destination port 123 between your server and the Stratum 1/2 server with which you are synchronizing.&#8221;"&#8221;</p>
<p>If you&#8217;re going through a firewall you don&#8217;t need anything better than stratum 2 or 3 servers. The latency of the firewall is going to negate whatever increased accuracy you might expect from a stratum 1, so you&#8217;ll just be loading it up for no good reason.</p>
<p>Check out <a href="https://help.ubuntu.com/community/UbuntuTime" rel="nofollow">https://help.ubuntu.com/community/UbuntuTime</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: h9290</title>
		<link>http://www.ubuntugeek.com/network-time-protocol-ntp-server-and-clients-setup-in-ubuntu.html/comment-page-1#comment-4176</link>
		<dc:creator>h9290</dc:creator>
		<pubDate>Tue, 05 Aug 2008 06:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=570#comment-4176</guid>
		<description>can&#039;t all this be done in Ubuntu by simply clicking the time,edit and then time setting and changing it there through the configuration ?</description>
		<content:encoded><![CDATA[<p>can&#8217;t all this be done in Ubuntu by simply clicking the time,edit and then time setting and changing it there through the configuration ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

