<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx</link><description>Somewhere I saw (and I can't remember where) that time.nist.gov has been deprecated and we shouldn't use it anymore to sync our domain controllers to.... and the time server we should be is point to Pool.ntp.org instead. Make sure that the CEICW has poked</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#469332</link><pubDate>Thu, 04 Jan 2007 18:07:16 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:469332</guid><dc:creator>BP</dc:creator><description>&lt;p&gt;I dont need to open a port to get web pages or pop mail from an external source, why would I need to open a port to get the time?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=469332" width="1" height="1"&gt;</description></item><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#469049</link><pubDate>Thu, 04 Jan 2007 12:58:06 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:469049</guid><dc:creator>mark</dc:creator><description>&lt;p&gt;Re: BP's post&lt;/p&gt;
&lt;p&gt;The SBS box is a client of the external time server, but is also the authoritative time server in your windows domain, as is any forest root server in an AD by default. You only need to open the port if, as Susan suggests, you wish to allow the SBS box to get its time info from an external source.&lt;/p&gt;
&lt;p&gt;On my network, my firewall has NTP server capability, so I just point my SBS box to get its time sync from there. The firewall syncs with pool.ntp.org. Therefore I don't have to allow the port 123 traffic&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=469049" width="1" height="1"&gt;</description></item><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#468602</link><pubDate>Thu, 04 Jan 2007 06:04:22 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:468602</guid><dc:creator>Tim Long</dc:creator><description>&lt;p&gt;That's all useful information. The Windows time service is great for general business use but as an astronomer I need a more accurate time reference for some of my applications. On my home/office SBS network I use a program called Tardis2000 on the server and a related program called K9 (which is a minimal client application) that runs on the workstations. Both applications run as services so they are fault tolerant and self-starting. Tardis2000 uses normal SNTP to set the time from the internet pool time servers. It adapts the interval with which it adjusts the time based on the size of adjustment made and it also attempts to trim the system clock speed so that fewer updates are necessary. Having set the server time accurately, Tardis2000 then re-broadcasts the time using broadcast-NTP on the internal network, about once a minute. The K9 client on the workstations listens for these NTP broadcasts and adjust their time accordingly. This keeps my entire network synchronised to itself and UTC with an accuracy of better than 100 milliseconds, which is fine for what I need.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=468602" width="1" height="1"&gt;</description></item><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#468536</link><pubDate>Thu, 04 Jan 2007 04:37:05 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:468536</guid><dc:creator>BP</dc:creator><description>&lt;p&gt;First, if the Windows 2003 SBS is acting as a client, I dont belive there is a need to open port 123 in any firewall. Certainly if you are providing sntp services outside the firewall, but otherwise no. Any comments?&lt;/p&gt;
&lt;p&gt;Second, can anyone state with authority how a default SBS 2003 install is configured or if it is configured at all to sync time with any outside source? Is any of this necessary on a default install?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=468536" width="1" height="1"&gt;</description></item><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#468377</link><pubDate>Thu, 04 Jan 2007 03:33:04 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:468377</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;You can condense that all down into a single command by adding /update at the end:&lt;/p&gt;
&lt;p&gt;w32tm /config /manualpeerlist:ntp_servername /syncfromflags:MANUAL /update&lt;/p&gt;
&lt;p&gt;No need to restart the service in XP or 2003 (or Vista). &amp;nbsp;Update will also force a sync.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=468377" width="1" height="1"&gt;</description></item><item><title>re: Need to set up the SBS box as an authoritative Time Server?</title><link>http://msmvps.com/blogs/bradley/archive/2007/01/03/need-to-set-up-the-sbs-box-as-an-authoritative-time-server.aspx#468342</link><pubDate>Thu, 04 Jan 2007 03:12:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:468342</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;Kind of random... but I did a short write-up on the basics behind Windows time synchronization a while back... thought it might prove useful to link here...&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://addicted-to-it.blogspot.com/2006/01/kb-introduction-to-windows-time.html"&gt;http://addicted-to-it.blogspot.com/2006/01/kb-introduction-to-windows-time.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=468342" width="1" height="1"&gt;</description></item></channel></rss>