<?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>Geek Junk &#187; active directory ports</title>
	<atom:link href="http://geekjunk.com/tag/active-directory-ports/feed" rel="self" type="application/rss+xml" />
	<link>http://geekjunk.com</link>
	<description>The musings of just another Geek and his Junk</description>
	<lastBuildDate>Sun, 10 Jan 2010 01:09:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ports required for Active Directory</title>
		<link>http://geekjunk.com/ports-required-for-active-directory</link>
		<comments>http://geekjunk.com/ports-required-for-active-directory#comments</comments>
		<pubDate>Mon, 06 Apr 2009 23:44:01 +0000</pubDate>
		<dc:creator>The Geek</dc:creator>
				<category><![CDATA[How To Guides]]></category>
		<category><![CDATA[active directory ports]]></category>
		<category><![CDATA[AD ports]]></category>
		<category><![CDATA[required ad ports]]></category>

		<guid isPermaLink="false">http://geekjunk.com/?p=178</guid>
		<description><![CDATA[<a href="http://geekjunk.com/ports-required-for-active-directory"><img align="left" hspace="5" width="150" height="150" src="http://geekjunk.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>During a recent Active Directory implementation project, I went through the hassle of finding out which ports are needed to allow proper AD traffic to pass through a firewall. There are a few lists out there, but none of them totally conclusive. While I am not giving an absolute guarantee, my list started small opening [...]]]></description>
			<content:encoded><![CDATA[<p>During a recent Active Directory implementation project, I went through the hassle of finding out which ports are needed to allow proper AD traffic to pass through a firewall. There are a few lists out there, but none of them totally conclusive. While I am not giving an absolute guarantee, my list started small opening a bare minimum of ports, and then through monitoring what requests were being blocked by the firewall, one by one opened up a few additional ports. Eventually we found what we needed and had no more blocked requests getting caught by the firewall. <span id="more-178"></span></p>
<p><strong>NTP</strong></p>
<ul> 123/udp</ul>
<p><strong>RPC Endpoint Mapper</strong></p>
<ul> 135/tcp<br />
135/udp<br />
1024-65535/tcp (TCP high ports are needed for a few things, this just happens to be the first one on the list that required them so I placed them here)</ul>
<p><strong>NetBIOS</strong></p>
<ul> 137/tcp<br />
137/udp<br />
139/tcp</ul>
<p><strong>SMB</strong></p>
<ul> 445/tcp<br />
445/udp</ul>
<p><strong>LDAP</strong></p>
<ul> 389/tcp<br />
636/tcp (SSL)</ul>
<p><strong>Global Catalog LDAP</strong></p>
<ul> 3268/tcp<br />
3269/tcp (SSL)</ul>
<p><strong>Kerberos</strong></p>
<ul> 88/tcp<br />
88/udp</ul>
<p><strong>DNS</strong></p>
<ul> 53/tcp<br />
53/udp</ul>
<p><strong>ICMP</strong></p>
<ul> 8<br />
13<br />
15<br />
17</ul>
<p>Opening these ports allowed us to properly communicate and authenticate between a host and the primary Domain Controller. While there may be other ports you will open, such as 161 for SNMP traffic, this is not required for AD communication, but rather something extra you will open up on your network. I have included both another good list, granted with a few differences, such as WINS, which while required for older systems, is not required for AD working with newer hosts. The other link, goes to a Microsoft support article that talks in-depth about different ports to open, and describes different network services such as DHCP that again may be part of your installation, but are not required for for AD servers to communicate and authenticate with a host. </p>
<p><strong>Additional AD Port Links</strong></p>
<ul>
<a href="http://geekswithblogs.net/TSCustomiser/archive/2007/05/09/112357.aspx">Geeks With Blogs AD Ports Article</a><br />
<a href="http://support.microsoft.com/kb/832017">Microsoft AD Ports Article</a></ul>
]]></content:encoded>
			<wfw:commentRss>http://geekjunk.com/ports-required-for-active-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
