<?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>A Technical Journey &#187; Ports</title>
	<atom:link href="http://www.technicaljourney.com/category/ports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicaljourney.com</link>
	<description>www.technicaljourney.com - Web Blog Of Paul McSharry, Technical Consultant &#38; Trainer.</description>
	<lastBuildDate>Thu, 12 Aug 2010 12:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sync Windows  Server To Centralised Time Sources</title>
		<link>http://www.technicaljourney.com/2010/02/sync-windows-ntp/</link>
		<comments>http://www.technicaljourney.com/2010/02/sync-windows-ntp/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:33:59 +0000</pubDate>
		<dc:creator>Paul McSharry</dc:creator>
				<category><![CDATA[Ports]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.technicaljourney.com/?p=60</guid>
		<description><![CDATA[It is a common requirement for all servers in a solution, to have the same system time.  This can be achieved using NTP service. To synchronise a client machine with a time source or list of time sources (10.10.10.1, 10.10.10.2, 10.10.10.3), go to command line w32tm /configure /manualpeerlist: &#8220;10.10.10.1,0&#215;1, 10.10.10.2,ox1 ,10.10.10.3,0&#215;1 &#8221; /update net stop w32time net start [...]]]></description>
			<content:encoded><![CDATA[<p>It is a common requirement for all servers in a solution, to have the same system time.  This can be achieved using NTP service.</p>
<p>To synchronise a client machine with a time source or list of time sources (10.10.10.1, 10.10.10.2, 10.10.10.3),</p>
<p>go to command line</p>
<blockquote><p><em>w32tm /configure /manualpeerlist: &#8220;10.10.10.1,0&#215;1, 10.10.10.2,ox1 ,10.10.10.3,0&#215;1 &#8221; /update</em></p>
<p><em>net stop w32time</em></p>
<p><em>net start w32time</em></p></blockquote>
<p><em>To check time between source</em></p>
<blockquote><p><em>w32tm /stripchart /computer:10.10.10.1</em></p></blockquote>
<p><em>Note:  UDP port 123 for NTP is required.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicaljourney.com/2010/02/sync-windows-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ports Required For Active Directory Services</title>
		<link>http://www.technicaljourney.com/2009/11/ports-required-for-active-directory-services/</link>
		<comments>http://www.technicaljourney.com/2009/11/ports-required-for-active-directory-services/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:32:15 +0000</pubDate>
		<dc:creator>Paul McSharry</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://www.technicaljourney.com/?p=17</guid>
		<description><![CDATA[Depending on the network infrastructure, communication between domain controllers may pass through various routers or firewalls. The following ports are required for Active Directory Services. Port Protocol Function 53 UDP/TCP DNS 445 UCP/TCP File Replication Service 88 UDP Kerberos authentication 135 UDP/TCP DC to Client and DC to DC communication 139 TCP DC File Replication [...]]]></description>
			<content:encoded><![CDATA[<p>Depending on the network infrastructure, communication between domain controllers may pass through various routers or firewalls.</p>
<p>The following ports are required for Active Directory Services.</p>
<table border="0" cellspacing="0" cellpadding="0" width="683">
<colgroup span="1">
<col span="1" width="94"></col>
<col span="1" width="64"></col>
<col span="1" width="525"></col>
</colgroup>
<tbody>
<tr height="20">
<td width="94" height="20">Port</td>
<td width="64">Protocol</td>
<td width="525">Function</td>
</tr>
<tr height="20">
<td height="20">53</td>
<td>UDP/TCP</td>
<td>DNS</td>
</tr>
<tr height="20">
<td height="20">445</td>
<td>UCP/TCP</td>
<td>File Replication Service</td>
</tr>
<tr height="20">
<td height="20">88</td>
<td>UDP</td>
<td>Kerberos authentication</td>
</tr>
<tr height="20">
<td height="20">135</td>
<td>UDP/TCP</td>
<td>DC to Client and DC to DC communication</td>
</tr>
<tr height="20">
<td height="20">139</td>
<td>TCP</td>
<td>DC File Replication Service</td>
</tr>
<tr height="20">
<td height="20">138</td>
<td>UDP</td>
<td>DC File Replication Service</td>
</tr>
<tr height="20">
<td height="20">389</td>
<td>UDP</td>
<td>LDAP</td>
</tr>
<tr height="20">
<td height="20">464</td>
<td>UDP/TCP</td>
<td>Kerberos Password Change</td>
</tr>
<tr height="20">
<td height="20">3268</td>
<td>TCP</td>
<td>Global Catalog</td>
</tr>
<tr height="20">
<td height="20">3269</td>
<td>TCP</td>
<td>Global Catalog</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.technicaljourney.com/2009/11/ports-required-for-active-directory-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
