<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Capi's Corner &#187; ntp</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/ntp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Sat, 10 Dec 2011 19:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 2003 Server as NTP client</title>
		<link>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/</link>
		<comments>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/#comments</comments>
		<pubDate>Wed, 14 Dec 2005 16:01:53 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/archives/27</guid>
		<description><![CDATA[Our Windows 2003 Server refused to sync the clock via NTP. Main reason for this behaviour is the fact that as PDC it wants to change the NTP server&#8217;s clock as well, which is normally not permitted by the NTP server and the packet is discarded. To change the preferred server of the Windows Time [...]]]></description>
			<content:encoded><![CDATA[<p>Our Windows 2003 Server refused to sync the clock  via NTP. Main reason for this behaviour is the fact that as PDC it wants to change the NTP server&#8217;s clock as well, which is normally not permitted by the NTP server and the packet is discarded.</p>
<p>To change the preferred server of the Windows Time service (w32time), follow these steps:</p>
<blockquote><p><code><br />
w32tm /config /manualpeerlist:&lt;server&gt;,0x8 /syncfromflags:MANUAL</code></p>
<p>w32tm /config /update</p>
<p>net time /querysntp</p>
<p>w32tm /resync</p></blockquote>
<p>(source: <a href="http://www.meinberg.de/german/faq/faq_28.htm">Meinberg Funkuhren &#8211; FAQ &#8211; Windows synchronisiert nicht mit NTP</a> (German))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

