<?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>Windows Server HQ by Train Signal.com &#187; Dave Lawlor</title>
	<atom:link href="http://windowsserver.trainsignal.com/author/dave-lawlor/feed" rel="self" type="application/rss+xml" />
	<link>http://windowsserver.trainsignal.com</link>
	<description>We are here to help you learn Windows Server!</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure DHCP on Windows Server 2008</title>
		<link>http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008</link>
		<comments>http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:00:13 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=2163</guid>
		<description><![CDATA[In my last article, Installing DHCP Role, I talked about what DHCP is and how it works then walked you through installing the role on your server.
The problem of course being that since we skipped setting up scopes, the server is unable to service clients.
We are going to fix that with this article because we [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008' rel='bookmark' title='Permanent Link: Install DHCP Role on Windows Server 2008'>Install DHCP Role on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2'>Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-install-configure-use-snmp-on-sever-2008' rel='bookmark' title='Permanent Link: How To Install, Configure &amp; Use SNMP on Sever 2008'>How To Install, Configure &amp; Use SNMP on Sever 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>In my last article, <a href="http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008">Installing DHCP Role</a>, I talked about what DHCP is and how it works then walked you through installing the role on your server.</p>
<p>The problem of course being that since we skipped setting up scopes, the server is unable to service clients.</p>
<p>We are going to fix that with this article because we are going to go through and do some configuration on that DHCP server &#8212; by setting up a scope and some common client options that go with it.</p>
<h3>DHCP Scopes</h3>
<p>The first thing we are going to configure on the server is a scope. You might be wondering what a scope is, so let’s start with that.</p>
<p>A scope is a range of addresses that are allowed to be handed out by the DHCP server. Generally speaking there is only one scope per subnet, but there are exceptions to that called Super Scopes, but that is beyond the <em>scope</em> (no pun intended) of this article.</p>
<p><span id="more-2163"></span></p>
<p>Within the scope, you can also have Reservations and Exclusions which will do the following:</p>
<ul>
<li><strong>Reservations</strong> &#8212; You can setup certain IPs to be handed out for certain MAC addresses (a MAC address is the unique number for a network adapter). This is generally used for clients or devices that must always have the same IP but you still want to manage through DHCP Server for other options (DNS or Gateway for example)</li>
<p></p>
<li><strong>Exclusions</strong> &#8212; An exclusion is either a single IP or range that you do not want managed by the DHCP server. You would do this for the IPs that you would assign statically to devices like Servers that should always have the same IP.</li>
</ul>
<p>Hopefully before you even installed the DHCP server you have your network diagrammed out and should have to just plug-in the values that you have planned.</p>
<h3>Configure a DHCP IPv4 Scope</h3>
<p>I am going to walk you through configuring an IPv4 scope for the following IP range and settings:</p>
<blockquote><p>
<strong>192.168.10.2 – 192.168.10.230<br />
Subnet Mask: 255.255.255.0<br />
Exclusions: 192.168.10.200 – 192.168.10.230<br />
Reservation: 1 client computer at 192.168.10.190<br />
DNS: 192.168.10.200<br />
Gateway: 192.168.10.1<br />
Least Duration: 20 Days</strong>
</p></blockquote>
<p>Some of these are standard fare and others will be done under options. Let’s go ahead and start.</p>
<p><strong>1.</strong>	Go to <strong>Start, Administrative Tools</strong>, and click on <strong>DHCP</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-001.png" alt="Configure DHCP on Windows Server 2008 - 1" title="Configure DHCP on Windows Server 2008 - 1" align="middle" width="597" height="260" border="0" /></p>
<p><strong>2.</strong>	Expand out the server and right click on <strong>IPv4</strong>, then left click on <strong>New Scope</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-002.png" alt="Configure DHCP on Windows Server 2008 - 2" title="Configure DHCP on Windows Server 2008 - 2" align="middle" width="308" height="306" border="0" /></p>
<p><strong>3.</strong>	The New Scope Wizard starts up, go ahead and click <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-003.png" alt="Configure DHCP on Windows Server 2008 - 3" title="Configure DHCP on Windows Server 2008 - 3" align="middle" width="501" height="379" border="0" /></p>
<p><strong>4.</strong>	Go ahead and name your scope.  For this demo I am going to call it <strong>DHCPdemo</strong> and leave the  Description blank.  Fill in your name for the scope and click on <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-004.png" alt="Configure DHCP on Windows Server 2008 - 4" title="Configure DHCP on Windows Server 2008 - 4" align="middle" width="499" height="382" border="0" /></p>
<p><strong>5.</strong>	Now we are going to enter the IP range we are assigning to the scope.</p>
<p>In the <strong>Start IP address:</strong> I am going to place <strong>192.168.10.2</strong> and in the <strong>End IP address</strong>: I will place <strong>192.168.10.230</strong>.</p>
<p>For the subnet mask we are going to use <strong>255.255.255.0</strong>, and we can enter this either by using the length <strong>24</strong> or placing the <strong>255.255.255.0</strong> in the fields.</p>
<p>Once you fill in your information click <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-005.png" alt="Configure DHCP on Windows Server 2008 - 5" title="Configure DHCP on Windows Server 2008 - 5" align="middle" width="499" height="379" border="0" /></p>
<p><strong>6.</strong>	Now we are going to setup an exclusion range by entering the <strong>Start IP address:</strong> as <strong>192.168.10.200</strong> and then in the <strong>End IP address:</strong> place <strong>192.168.10.230</strong>.</p>
<p>After that click <strong>Add</strong> to place your exclusion range in place.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-006.png" alt="Configure DHCP on Windows Server 2008 - 6" title="Configure DHCP on Windows Server 2008 - 6" align="middle" width="496" height="383" border="0" /></p>
<p><strong>7.</strong>	Once the exclude range is in place then click <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-007.png" alt="Configure DHCP on Windows Server 2008 - 7" title="Configure DHCP on Windows Server 2008 - 7" align="middle" width="500" height="380" border="0" /></p>
<p><strong>8.</strong>	The Lease Duration window is now up and we are going to change this to <strong>20</strong> days.</p>
<p>You of course should change this to suit your environment, if you have a lot of mobile users you will want to do shorter lease duration, as you will want IPs to free up quicker as the users come and go.  After you set your lease time click <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-008.png" alt="Configure DHCP on Windows Server 2008 - 8" title="Configure DHCP on Windows Server 2008 - 8" align="middle" width="501" height="382" border="0" /></p>
<p><strong>9.</strong>	The wizard will now ask if you want to configure DHCP options.  There are quite a few options you can send to the DHCP clients, but there are a couple of major ones that make life simple, so select <strong>Yes, I want to configure these options now</strong> and then click <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-009.png" alt="Configure DHCP on Windows Server 2008 - 9" title="Configure DHCP on Windows Server 2008 - 9" align="middle" width="500" height="383" border="0" /></p>
<p><strong>10.</strong>	The first option to configure is <strong>Router (Default Gateway)</strong>, and we will put in the Router gateway for this subnet <strong>192.168.10.1</strong>, click <strong>Add</strong> and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-010.png" alt="Configure DHCP on Windows Server 2008 - 10" title="Configure DHCP on Windows Server 2008 - 10" align="middle" width="504" height="385" border="0" /></p>
<p><strong>11.</strong>	Now we will setup the DNS Server; you can leave the <strong>Parent Domain</strong> blank and then fill in the DNS IP address of <strong>192.168.10.200</strong> and then click <strong>Add</strong>, then click <strong>Next</strong></p>
<p><strong>NOTE: If you followed the Install DHCP Role article there will already be a DNS server in place.  I have removed that so I can demonstrate adding it here.  </strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-011.png" alt="Configure DHCP on Windows Server 2008 - 11" title="Configure DHCP on Windows Server 2008 - 11" align="middle" width="499" height="381" border="0" /></p>
<p><strong>12.</strong>	If you need WINS Servers then place the information on this next screen and click on <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-012.png" alt="Configure DHCP on Windows Server 2008 - 12" title="Configure DHCP on Windows Server 2008 - 12" align="middle" width="499" height="381" border="0" /></p>
<p><strong>13.</strong>	The next screen asks you if you want to activate the scope.  I am going to go ahead and select <strong>Yes</strong>, but choose what works for you and click then on <strong>Next</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-013.png" alt="Configure DHCP on Windows Server 2008 - 13" title="Configure DHCP on Windows Server 2008 - 13" align="middle" width="499" height="380" border="0" /></p>
<p><strong>14.</strong>	You have successfully completed the New Scope wizard!  Click <strong>Finish</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-014.png" alt="Configure DHCP on Windows Server 2008 - 14" title="Configure DHCP on Windows Server 2008 - 14" align="middle" width="501" height="383" border="0" /></p>
<p>That’s it, now that you have configured the DHCP scope you should see it in the DHCP Manager:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-015.png" alt="Configure DHCP on Windows Server 2008 - 15" title="Configure DHCP on Windows Server 2008 - 15" align="middle" width="426" height="302" border="0" /></p>
<h3>Setup DHCP Reservation</h3>
<p>The one thing we did not do in the wizard is setup our DHCP reservation. As I mentioned above, a reservation guarantees the same IP address to a client using their MAC address as the identifier.</p>
<p>I setup an XP client and used the <strong>IPconfig /all</strong> cmd to find its MAC address of <strong>00-03-FF-2F-95-0C</strong>.  You can also see from the screen shot that the XP machine was serviced by our DHCP server and received the very first address of <strong>192.168.10.2</strong>, we are going to change this with a reservation to receive <strong>192.168.10.1</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-016.png" alt="Configure DHCP on Windows Server 2008 - 16" title="Configure DHCP on Windows Server 2008 - 16" align="middle" width="597" height="310" border="0" /></p>
<p>Now let’s setup the DHCP reservation.</p>
<p><strong>1.</strong>	Go into DHCP Manager and expand the scope out, then right click on <strong>Reservations</strong> and left click on <strong>New Reservations…</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-017.png" alt="Configure DHCP on Windows Server 2008 - 17" title="Configure DHCP on Windows Server 2008 - 17" align="middle" width="597" height="396" border="0" /></p>
<p><strong>2.</strong>	In the <strong>New Reservation</strong> window input the following information then click <strong>Add:</strong></p>
<blockquote><p>
Name: <strong>Dave’s Test Client</strong><br />
IP Address: <strong>192.168.10.190</strong><br />
MAC Address: <strong>00-03-FF-2F-95-0C</strong><br />
Description: <strong>This Space Blank or whatever you want</strong>
</p></blockquote>
<p><strong>Note: please use your own data, don’t use the above MAC and expect this to work.</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-018.png" alt="Configure DHCP on Windows Server 2008 - 18" title="Configure DHCP on Windows Server 2008 - 18" align="middle" width="345" height="326" border="0" /></p>
<p><strong>3.</strong>	In DHCP Manager you now see your reservation under <strong>Reservations</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-019.png" alt="Configure DHCP on Windows Server 2008 - 19" title="Configure DHCP on Windows Server 2008 - 19" align="middle" width="589" height="269" border="0" /></p>
<p><strong>4.</strong>	Now let&#8217;s test this on the client by typing <strong>Ipconfig /release</strong>, then <strong>Ipconfig/renew</strong> and you will now see that the client received the reserved IP of <strong>192.168.10.190</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp2/configure-dhcp-020.png" alt="Configure DHCP on Windows Server 2008 - 20" title="Configure DHCP on Windows Server 2008 - 20" align="middle" width="596" height="353" border="0" /></p>
<p>Again you would use this for clients or devices that you always wanted to hand out the same IP to, but still mange through DHCP.</p>
<p>I hope this gave you a good overview of the basics for configuring a DHCP server. There are quite a few options you can configure through DCHP, but outside of these basic ones they are very environment specific and you could go your whole career without needing them.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008' rel='bookmark' title='Permanent Link: Install DHCP Role on Windows Server 2008'>Install DHCP Role on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2'>Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2</a></li>
<li><a href='http://windowsserver.trainsignal.com/how-to-install-configure-use-snmp-on-sever-2008' rel='bookmark' title='Permanent Link: How To Install, Configure &amp; Use SNMP on Sever 2008'>How To Install, Configure &amp; Use SNMP on Sever 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install DHCP Role on Windows Server 2008</title>
		<link>http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008</link>
		<comments>http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008#comments</comments>
		<pubDate>Wed, 10 Dec 2008 14:00:20 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=2126</guid>
		<description><![CDATA[Chances are that if you have used a computer on a network you have used DHCP technology.
DHCP stands for Dynamic Host Configuration Protocol, and its main purpose in life is to give your computer an IP address so it can send and receive data on the network.
In the old days of computing your computers would [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/10-steps-to-installing-the-web-server-role-in-windows-server-2008' rel='bookmark' title='Permanent Link: 10 Steps to Installing the Web Server Role in Windows Server 2008'>10 Steps to Installing the Web Server Role in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-server-core-roles' rel='bookmark' title='Permanent Link: Role Playing with Windows 2008 Server Core'>Role Playing with Windows 2008 Server Core</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>Chances are that if you have used a computer on a network you have used DHCP technology.</p>
<p><strong>DHCP</strong> stands for <strong>Dynamic Host Configuration Protocol</strong>, and its main purpose in life is to give your computer an IP address so it can send and receive data on the network.</p>
<p>In the old days of computing your computers would have to be assigned IP addresses when they were setup, and the job of keeping all these IP addresses in order usually fell to a network administrator.</p>
<p>I can vividly remember starting a new position at a large company and having the outgoing administrator show me the spreadsheets that had all the IP addresses for the plant, along with a notepad with changes that had not been input yet.  I tell you that I implemented DHCP within 2 months, because there was no way I was dealing with that headache.</p>
<p>This of course was back in the days of NT 4.0, but surprisingly DHCP hasn’t changed that much since back then. If you have installed DHCP before on a Windows platform, you won’t see too much of a difference on Server 2008, with the exception of adding support for IPv6.</p>
<p><span id="more-2126"></span></p>
<h3>How DHCP Works</h3>
<p>Let’s talk a minute about the basic workings of how DHCP works. The DHCP server sits and waits for a client computer to turn on and need an IP. It does this through a very basic 4 step process which I will explain below.</p>
<blockquote><p>
<strong>1. Discovery</strong> &#8212; When a computer is setup to use DHCP and is attached to the network it sends out a broadcast called DHCPDISCOVER looking for a DHCP server.  Alternatively, it will request the last IP used by its DHCP client.<br />
<br />
<strong>2.	Offer</strong> &#8212; The DHCP server will respond with a lease offer that is called DHCPOFFER and includes the lease duration, IP address, subnet mask, clients MAC address, and IP address of the DHCP server.<br />
<br />
<strong>3.	Request</strong> &#8212; Once the client computer receives the offer and accepts it, it then sends out a broadcast called DHCPRequest that contains the IP address of the DHCP server that issued the accepted client IP. This tells other DHCP servers that their offer if any was refused, and keeps the IPs free for others.<br />
<br />
<strong>4.	Acknowledgement</strong> &#8212; The DHCP server then sends out a DHCPACK packet to the client that includes lease duration and any other configuration information needed by the client.  At this point the IP configuration process is done and the client configures its network interface.
</p></blockquote>
<p>It is important to note that the majority of these messages are broadcasts which means that your routers must be configured to pass these on if the DHCP server is not on the same subnet as the client.</p>
<p>There are other options to get around this limitation, but really, if your router is that old, you are better off upgrading anyway.</p>
<h3>Windows Server 2008 DHCP Install Environment</h3>
<p>For this demo I am going to assume we have the following already setup:</p>
<ul>
<li><strong>Windows Server 2008 Installed</li>
<li>Active Directory Domain Services Installed</li>
<li>DNS Server Installed</li>
<li>Static IP on DHCP Server</strong></li>
</ul>
<p>The domain for this demo is named <strong>tstdemo.com</strong> and the server we are installing DHCP on is a domain controller.  I normally wouldn’t recommend this, but since I am using a Virtual PC to show this demo, I am going to only have one server to use.</p>
<h3>Install DHCP Role on Server 2008</h3>
<p>Ok, now that we have discussed what DHCP is and how it does its magic, let’s go ahead and install the DHCP role.</p>
<p><strong>1.</strong>	Open <strong>Server Manager</strong></p>
<p><strong>2.</strong>	In the left pane click on <strong>Roles</strong> and in the center pane click on <strong>Add Roles</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall01.png" alt="Install DHCP Role on Windows Server 2008 - 1" title="Install DHCP Role on Windows Server 2008 - 1" align="middle" width="597" height="453" border="0" /></p>
<p><strong>3.</strong>	You might get a <strong>Before You Begin</strong> page next if it hasn’t been disabled before this.  It just generally warns you that if you are going to install a role on this server to make sure that it has a strong password, has the latest updates loaded, and has a static IP.</p>
<p>You can place a check mark next to <strong>Skip this page by default</strong>, if you don’t want to see this warning again or leave it blank and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall02.png" alt="Install DHCP Role on Windows Server 2008 - 2" title="Install DHCP Role on Windows Server 2008 - 2" align="middle" width="597" height="454" border="0" /></p>
<p><strong>4.</strong>	On the <strong>Select Server Roles</strong> page go ahead and place a check next to <strong>DHCP Server</strong> in the list, then you can click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall03.png" alt="Install DHCP Role on Windows Server 2008 - 3" title="Install DHCP Role on Windows Server 2008 - 3" align="middle" width="597" height="451" border="0" /></p>
<p><strong>5.</strong>	The next screen discusses what a <strong>DHCP Server</strong> does, which we already covered but feel free to read through it again.  Once you are done go ahead and click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall04.png" alt="Install DHCP Role on Windows Server 2008 - 4" title="Install DHCP Role on Windows Server 2008 - 4" align="middle" width="597" height="453" border="0" /></p>
<p><strong>6.</strong>	For the <strong>Select Network Connection Bindings</strong> page, the wizard will list out the network adapters you have available to bind the server to for servicing clients.</p>
<p>In our case we only have one adapter so it is an easy choice.  Select the adapters you are working with and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall05.png" alt="Install DHCP Role on Windows Server 2008 - 5" title="Install DHCP Role on Windows Server 2008 - 5" align="middle" width="597" height="453" border="0" /></p>
<p><strong>7.</strong>	On the <strong>Specify IPv4 DNS Server Settings</strong> screen you will fill in the name of the parent domain, and at least one preferred DNS server.</p>
<p>Please note that the DNS server is a Mandatory fill to continue.  If you have this information setup on the server already, it will use what you have in the network and Active Directory Domain Services information to pre-fill the fields.</p>
<p>Either confirm or input your own information and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall06.png" alt="Install DHCP Role on Windows Server 2008 - 6" title="Install DHCP Role on Windows Server 2008 - 6" align="middle" width="597" height="451" border="0" /></p>
<p><strong>8.</strong>	The next screen asks you to specify your WINS server.  If you don’t know what WINS is and your network doesn’t need it, consider yourself lucky!</p>
<p>Some legacy applications still need it though, and while I won’t get into an explanation of what it does, you should find out if you are using it before proceeding.</p>
<p>Either select  <strong>WINS is not required for applications on this network</strong>, if you’re not using it, or input the <strong>WINS Server IPs</strong> if you are.  Either way click on <strong>Next</strong> when you are finished.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall07.png" alt="Install DHCP Role on Windows Server 2008 - 7" title="Install DHCP Role on Windows Server 2008 - 7" align="middle" width="597" height="453" border="0" /></p>
<p><strong>9.</strong>	The next window will allow you to add scopes to your DHCP server.  Scopes are the range of IP’s that are handed out to the client computers.</p>
<p>I am going to choose NOT to add a scope at this time, because I will go in-depth on that subject in my next article.  At this time just click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall08.png" alt="Install DHCP Role on Windows Server 2008 - 8" title="Install DHCP Role on Windows Server 2008 - 8" align="middle" width="597" height="451" border="0" /></p>
<p><strong>10.</strong>	Now we come to a new screen for Windows DHCP servers and it asks about configuring <strong>IPv6 Stateless Mode</strong>.</p>
<p>I will go into this subject at a later time, so for this install I am going to leave <strong>Enable DHCPv6 stateless mode for this server</strong> selected and click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall09.png" alt="Install DHCP Role on Windows Server 2008 - 9" title="Install DHCP Role on Windows Server 2008 - 9" align="middle" width="597" height="452" border="0" /></p>
<p><strong>11.</strong>	The next screen will ask for the <strong>IPv6 DNS Server Settings</strong>, much like the IPv4 screen I am going to use the default for <strong>Parent Domain</strong> and then type <strong>::1</strong> for the DNS IPv6 address which is the equivalent of localhost.  Click <strong>Next</strong> when done.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall10.png" alt="Install DHCP Role on Windows Server 2008 - 10" title="Install DHCP Role on Windows Server 2008 - 10" align="middle" width="597" height="450" border="0" /></p>
<p><strong>12.</strong>	The next step is to authorize the DHCP server in Active Directory.  This is done to keep rogue DHCP servers from being put on the network to service clients.</p>
<p>In this window you will either choose to use the currently logged in users credentials or you can use alternate ones.  You can also skip this step and authorize later.</p>
<p>I am going to go ahead and authorize the server, since I didn’t give it any scopes I am not worried about it handing out IPs before I am ready.  Make your choice and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall11.png" alt="Install DHCP Role on Windows Server 2008 - 11" title="Install DHCP Role on Windows Server 2008 - 11" align="middle" width="597" height="453" border="0" /></p>
<p><strong>13.</strong>	The last screen provides a summary of all your selections.  Review your choices and then click <strong>Install</strong> to start.  Please note the information message that a server reboot might be needed.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall12.png" alt="Install DHCP Role on Windows Server 2008 - 12" title="Install DHCP Role on Windows Server 2008 - 12" align="middle" width="597" height="453" border="0" /></p>
<p><strong>14.</strong>	The installation results screen will show the status of the install, if everything went well you should see <strong>Installation Succeeded</strong>.  Click on <strong>Close</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_dhcp/dhcpinstall13.png" alt="Install DHCP Role on Windows Server 2008 - 13" title="Install DHCP Role on Windows Server 2008 - 13" align="middle" width="597" height="450" border="0" /></p>
<p>There you have it, you have now installed the DHCP role on a Windows Server 2008 machine.</p>
<p>In my next article we will go in depth on configuring a scope and other options for the client on the DHCP server.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/10-steps-to-installing-the-web-server-role-in-windows-server-2008' rel='bookmark' title='Permanent Link: 10 Steps to Installing the Web Server Role in Windows Server 2008'>10 Steps to Installing the Web Server Role in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-server-core-roles' rel='bookmark' title='Permanent Link: Role Playing with Windows 2008 Server Core'>Role Playing with Windows 2008 Server Core</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 as a LAN Router Running RIP</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-as-a-lan-router-running-rip</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-as-a-lan-router-running-rip#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:07:39 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[RIP]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Routing Protocols]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=2089</guid>
		<description><![CDATA[If you&#8217;re designing a virtual test or evaluation network and want to get into complicated network scenarios you will eventually need to segment out your virtual network.
To do that you need something functioning as a router, since this may be virtual machines, you can’t just plug-in a hardware solution.
This will allow you to mimic a [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008' rel='bookmark' title='Permanent Link: Install DHCP Role on Windows Server 2008'>Install DHCP Role on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re designing a virtual test or evaluation network and want to get into complicated network scenarios you will eventually need to segment out your virtual network.</p>
<p>To do that you need something functioning as a router, since this may be virtual machines, you can’t just plug-in a hardware solution.</p>
<p>This will allow you to mimic a much larger network and teach you how things might be done in a mid to enterprise sized environment.</p>
<p>For this walkthrough I will show you how to turn a Server 2008 box with two network interfaces into a router.</p>
<h3>Install Routing on Windows Server 2008</h3>
<p>I am going to be running this demo on a cleanly installed Windows Server 2008 virtual machine that is configured with two network interfaces both set to &quot;Local Only&quot; in Virtual PC 2007.</p>
<p>It currently holds no role information and will only function as a router. We will also configure RIP routing protocol so it can talk to other routers on the network.</p>
<p><span id="more-2089"></span></p>
<p><strong>1.</strong>	Start Server Manager.</p>
<p><strong>2.</strong>	Click on <strong>Roles</strong>, and then click on <strong>Add Roles</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_01.png" alt="Windows Server 2008 as a LAN Router Running RIP - 1" title="Windows Server 2008 as a LAN Router Running RIP - 1" align="middle" width="597" height="466" border="0" /></p>
<p><strong>3.</strong>	Since this is a clean install we get a <strong>Before You Begin</strong> warning page telling us that if we’re going to install a role on a server to make sure it is secure.  If you get this page, just click <strong>Next</strong>.</p>
<p><strong>4.</strong>	On the <strong>Select Server Roles</strong> page go ahead and place a check next to <strong>Network Policy and Access Services</strong>.  Click <strong>Next</strong> after you&#8217;re done.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_02.png" alt="Windows Server 2008 as a LAN Router Running RIP - 2" title="Windows Server 2008 as a LAN Router Running RIP - 2" align="middle" width="597" height="441" border="0" /></p>
<p><strong>5.</strong>	The next page gives you an overview of the <strong>Network Policy and Access Services</strong> and everything that you can do with it.  Read through the various options and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_03.png" alt="Windows Server 2008 as a LAN Router Running RIP - 3" title="Windows Server 2008 as a LAN Router Running RIP - 3" align="middle" width="597" height="444" border="0" /></p>
<p><strong>6.</strong>	The <strong>Select Role Services</strong> page now comes up and we are going to go ahead and place a check next to <strong>Routing &#038; Remote Access Services</strong>.</p>
<p>Note that you cannot just click on <strong>Routing</strong> because it is dependent on the <strong>Remote Access Service</strong> also being installed; then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_04.png" alt="Windows Server 2008 as a LAN Router Running RIP - 4" title="Windows Server 2008 as a LAN Router Running RIP - 4" align="middle" width="597" height="446" border="0" /></p>
<p><strong>7.</strong>	You are now asked to confirm your installation selections, review everything and then click on <strong>Install</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_05.png" alt="Windows Server 2008 as a LAN Router Running RIP - 5" title="Windows Server 2008 as a LAN Router Running RIP - 5" align="middle" width="597" height="443" border="0" /></p>
<p><strong>8.</strong>	After a few minutes you should see an Installation Results page and the outcome hopefully is <strong>Installation Succeeded</strong>, review any messages and then click <strong>Close</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_06.png" alt="Windows Server 2008 as a LAN Router Running RIP - 6" title="Windows Server 2008 as a LAN Router Running RIP - 6" align="middle" width="597" height="451" border="0" /></p>
<p><strong>9.</strong>	Now in Server Manager you can see in roles that <strong>Network Policy and Access Services</strong> is now installed, but it is in a down state because no devices are associated to the service.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_07.png" alt="Windows Server 2008 as a LAN Router Running RIP - 7" title="Windows Server 2008 as a LAN Router Running RIP - 7" align="middle" width="597" height="362" border="0" /></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_08.png" alt="Windows Server 2008 as a LAN Router Running RIP - 8" title="Windows Server 2008 as a LAN Router Running RIP - 8" align="middle" width="365" height="152" border="0" /></p>
<p>Go ahead and close out Server Manager as that now concludes the install of the Router service on the Windows Server 2008.</p>
<h3>Configure Routing on Windows Server 2008</h3>
<p>Ok let’s go ahead and get routing enabled and configured by associating some of our network adapters with the service.</p>
<p><strong>1.</strong>	Click on <strong>Start</strong>, <strong>Administrative Tools</strong>, <strong>Routing and Remote Access</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_09.png" alt="Windows Server 2008 as a LAN Router Running RIP - 9" title="Windows Server 2008 as a LAN Router Running RIP - 9" align="middle" width="597" height="371" border="0" /></p>
<p><strong>2.</strong>	When the Routing and Remote Access MMC starts you will notice that the server has a red down arrow showing that it is currently offline.</p>
<p>Right click on the server and select <strong>configure and Enable Routing and Remote access</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_10.png" alt="Windows Server 2008 as a LAN Router Running RIP - 10" title="Windows Server 2008 as a LAN Router Running RIP - 10" align="middle" width="390" height="175" border="0" /></p>
<p><strong>3.</strong>	The Routing and Remote Access Server Setup Wizard will now come up, go ahead and click <strong>Next</strong> to get started.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_11.png" alt="Windows Server 2008 as a LAN Router Running RIP - 11" title="Windows Server 2008 as a LAN Router Running RIP - 11" align="middle" width="500" height="412" border="0" /></p>
<p><strong>4.</strong>	There are quite a few default options for this service that include:</p>
<ul>
<li><strong>Remote Access</li>
<li>Network Address Translation (NAT)</li>
<li>Virtual Private Network (VPN) &amp; NAT</li>
<li>Secure Connection Between Two Private Networks</li>
<li>Custom Configuration</strong></li>
</ul>
<p>We are going to choose <strong>Custom Configuration</strong> and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_12.png" alt="Windows Server 2008 as a LAN Router Running RIP - 12" title="Windows Server 2008 as a LAN Router Running RIP - 12" align="middle" width="500" height="412" border="0" /></p>
<p><strong>5.</strong>	In the Custom Configuration screen you can choose several services, but for this demo go ahead and place a check next to <strong>LAN routing</strong>  and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_13.png" alt="Windows Server 2008 as a LAN Router Running RIP - 13" title="Windows Server 2008 as a LAN Router Running RIP - 13" align="middle" width="499" height="411" border="0" /></p>
<p><strong>6.</strong>	Again you will see a summary of your selections and you can go ahead and click on <strong>Finish</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_14.png" alt="Windows Server 2008 as a LAN Router Running RIP - 14" title="Windows Server 2008 as a LAN Router Running RIP - 14" align="middle" width="504" height="417" border="0" /></p>
<p><strong>7.</strong>	Next a pop-up window will tell you that <strong>Routing &#038; Remote Access</strong> service is now ready to use, and you can click on <strong>Start service</strong> to start it.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_15.png" alt="Windows Server 2008 as a LAN Router Running RIP - 15" title="Windows Server 2008 as a LAN Router Running RIP - 15" align="middle" width="334" height="151" border="0" /></p>
<p><strong>8.</strong>	After a few seconds the service will start and the wizard will close.  You can see in the Routing and Remote Access MMC that the server now has a green up arrow which shows that it is in a enabled state and functioning.</p>
<p>If you expand out the <strong>IPv4</strong> folder and left click on <strong>General</strong> you will see the network interfaces listed in the right pane.  Now right click on <strong>General</strong> and select <strong>New Routing Protocol</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_16.png" alt="Windows Server 2008 as a LAN Router Running RIP - 16" title="Windows Server 2008 as a LAN Router Running RIP - 16" align="middle" width="597" height="418" border="0" /></p>
<p><strong>9.</strong>	The New Routing Protocol window will contain 4 available protocols:</p>
<blockquote><p>
<strong>DHCP Relay Agent<br />
IGMP Router and Proxy<br />
NAT<br />
RIP Version 2 for Internet Protocol</strong>
</p></blockquote>
<p>For this demo we are going to choose <strong>RIP Version 2 for Internet Protocol</strong>, though if you wanted the router to pass DHCP information you would also want to enable <strong>DHCP Relay Agent</strong>, but for this demo it is not necessary.</p>
<p>Make your selections and click <strong>OK</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_17.png" alt="Windows Server 2008 as a LAN Router Running RIP - 17" title="Windows Server 2008 as a LAN Router Running RIP - 17" align="middle" width="374" height="369" border="0" /></p>
<p><strong>10.</strong>	You should now see the <strong>RIP</strong> protocol under the IPv4 folder in your Routing and Remote Access MMC.</p>
<p>If you select it, you will find no information on it, because we need to enable the network interfaces we want this to work on.  Go ahead and right click on <strong>RIP</strong>, then select <strong>New Interface</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_18.png" alt="Windows Server 2008 as a LAN Router Running RIP - 18" title="Windows Server 2008 as a LAN Router Running RIP - 18" align="middle" width="597" height="423" border="0" /></p>
<p><strong>11.</strong>	You can now add either interface, but not both as you can only approve one interface at a time.  For this demo we are going to be working on <strong>Local Area Connection</strong>, select it and then click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_19.png" alt="Windows Server 2008 as a LAN Router Running RIP - 19" title="Windows Server 2008 as a LAN Router Running RIP - 19" align="middle" width="382" height="378" border="0" /></p>
<p><strong>12.</strong>	The <strong>RIP</strong> properties window now comes up to be configured.</p>
<p>There are many different options you can configure in this window, but unless you are using other types of routers in your network with RIP you can just leave the defaults in place.  Go ahead and click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_20.png" alt="Windows Server 2008 as a LAN Router Running RIP - 20" title="Windows Server 2008 as a LAN Router Running RIP - 20" align="middle" width="401" height="448" border="0" /></p>
<p><strong>13.</strong>	Go ahead and repeat steps 11 and 12 for <strong>Local Area Connection 2</strong>, and then you should see both interfaces under <strong>RIP</strong> in the Routing and Remote Interface MMC.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/12/dave_LAN/server2008router_21.png" alt="Windows Server 2008 as a LAN Router Running RIP - 21" title="Windows Server 2008 as a LAN Router Running RIP - 21" align="middle" width="597" height="424" border="0" /></p>
<p>You have now configured the Windows Server 2008 virtual machine to function as a router between its two network cards.</p>
<p>As I mentioned this can help you setup a segmented network that will allow you to emulate a corporate environment for testing and learning.</p>
<p>While this article focused on setting it up for a virtual environment, it would also work the same way if you configured this on a physical server.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-dhcp-role-on-windows-server-2008' rel='bookmark' title='Permanent Link: Install DHCP Role on Windows Server 2008'>Install DHCP Role on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-as-a-lan-router-running-rip/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2</title>
		<link>http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008</link>
		<comments>http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:00:16 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[BIND DNS]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=1558</guid>
		<description><![CDATA[In the first part of this series on Installing BIND DNS I walked you through installing the software on Windows Web Server 2008.
The main reason for this of course, is that Windows Web Server 2008 does not allow you to install the Microsoft DNS Role.
In this part of the series I will walk you through [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Install BIND DNS on Windows Web Server 2008 – Part 1'>Install BIND DNS on Windows Web Server 2008 – Part 1</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-server-core-roles' rel='bookmark' title='Permanent Link: Role Playing with Windows 2008 Server Core'>Role Playing with Windows 2008 Server Core</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>In the first part of this series on <a href="http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008">Installing BIND DNS</a> I walked you through installing the software on Windows Web Server 2008.</p>
<p>The main reason for this of course, is that Windows Web Server 2008 does not allow you to install the Microsoft DNS Role.</p>
<p>In this part of the series I will walk you through an initial configuration of the BIND DNS server. First let’s talk about a few different types of DNS server setups available.</p>
<h3>Authoritative Name Servers</h3>
<p>Every DNS zone, like www.trainsignaltraining.com, is served by at least one authoritative name server which contains all the DNS records for the zone.</p>
<p>To account for fault tolerance most zones have more than one server that keeps all these records in case of outages.</p>
<p>Because of this you will have two types of Authoritative Name Servers &#8212; one that keeps the master copy of the zone and that server is called the <strong><em>primary master</em></strong>, and the other called a <strong><em>slave</em></strong> or <strong><em>secondary server</em></strong> that loads their data from the master server by a means of zone replication.</p>
<p><span id="more-1558"></span></p>
<h3>Caching Name Servers</h3>
<p>Also called a <strong><em>recursive name server</em></strong>, this is most commonly the local DNS server that your operating system talks to.</p>
<p>When you make a request on your local PC, more than likely it will go out to your ISP&#8217;s DNS Caching server which will make a request to the Authoritative Name Server.  One of the features of most caching servers is that it will keep that request cached for a certain amount of time to speed lookups.</p>
<h3>Creating an Authoritative Name Server with BIND</h3>
<p>Once BIND DNS is installed you will see that it is a pretty bare install and needs to be setup via configuration files.</p>
<p>For some Wintel administrators this may be a little daunting in an age of GUI interfaces, but don’t worry it isn’t too painful, and gives you good practice for some *nix cross training.</p>
<p>In this demo I am going to create a Authoritative Name Server for the domain <strong>bindtest.com</strong> at the IP of 192.168.11.13, as a note this is only accessible at my internal network so don’t go searching around for it.</p>
<p>To refresh your memory we installed BIND DNS at <strong>C:\Windows\System32\dns</strong></p>
<p><strong>1.</strong>	Start by opening a command prompt with administrative rights by clicking on the <strong>Start</strong> menu, right click <strong>Command Prompt</strong> then left click on <strong>Run as Administrator</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/1.png" alt="Configure BIND DNS on Windows Web Server 2008 - 1" title="Configure BIND DNS on Windows Web Server 2008 - 1" align="middle" width="278" height="155" border="0" /></p>
<p><strong>2.</strong>	Type in the following at the command prompt hitting <strong>Enter</strong> after each line:</p>
<blockquote><p>
<strong>cd c:\windows\system32\dns\bin (or where you installed BIND)<br />
rndc-confgen –a<br />
rndc-confgen &gt; C:\windows\system32\dns\etc\rndc.conf</strong>
</p></blockquote>
<p>Close the command prompt</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/2.png" alt="Configure BIND DNS on Windows Web Server 2008 - 2" title="Configure BIND DNS on Windows Web Server 2008 - 2" align="middle" width="597" height="293" border="0" /></p>
<p><strong>3.</strong>	Open Explorer and go to <strong>C:\windows\system32\dns\etc</strong> and create the following directories:</p>
<blockquote><p>
run<br />
zones<br />
log
</p></blockquote>
<p>Create an empty file in the log directory called <strong>named.log</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/3.png" alt="Configure BIND DNS on Windows Web Server 2008 - 3" title="Configure BIND DNS on Windows Web Server 2008 - 3" align="middle" width="597" height="285" border="0" /></p>
<p><strong>4.</strong>	Download the following file: <a href="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/named.conf">named.conf</a> and place it in <strong>C:\windows\system32\dns\etc</strong> (or wherever you installed BIND).</p>
<p>If you did install BIND in a different directory, then in the named.conf go in and change the location in options for the directory to your install location.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/4.png" alt="Configure BIND DNS on Windows Web Server 2008 - 4" title="Configure BIND DNS on Windows Web Server 2008 - 4" align="middle" width="597" height="468" border="0" /></p>
<p><strong>5.</strong>	You also need to modify the <strong>named.conf</strong> to change the zone to the domain you want to manage.</p>
<p>In our example I am using <strong>bindtest.com</strong>, but you need to change this to match your domain.</p>
<p>You should also change the file name to replace <strong>db.bindtest.com.txt</strong> to <strong>db.%yourdomain.com%.txt</strong> &#8211;replacing %yourdomain.com% with your domain name.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/5.png" alt="Configure BIND DNS on Windows Web Server 2008 - 5" title="Configure BIND DNS on Windows Web Server 2008 - 5" align="middle" width="583" height="473" border="0" /></p>
<p><strong>6.</strong>	Open <strong>rndc.conf</strong> in notepad (in the <strong>etc</strong> folder) and copy everything below the line that says:</p>
<blockquote><p>
<strong># Use with the following in named.conf</strong>
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/6.png" alt="Configure BIND DNS on Windows Web Server 2008 - 6" title="Configure BIND DNS on Windows Web Server 2008 - 6" align="middle" width="597" height="558" border="0" /></p>
<p><strong>7.</strong>	Open <strong>named.conf</strong> and paste the contents of the clipboard at the end of the file.</p>
<p>Remove all the <strong>#</strong> from each line and delete the first line copied in and the last line copied in so it looks like the picture below. Save and close <strong>named.conf</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/7.png" alt="Configure BIND DNS on Windows Web Server 2008 - 7" title="Configure BIND DNS on Windows Web Server 2008 - 7" align="middle" width="597" height="557" border="0" /></p>
<p><strong>8.</strong>	Download the following file: <a href="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/db.bindtest.com.txt">db.bindtest.com.txt</a> and place it in <strong>C:\windows\system32\dns\etc\zones</strong></p>
<p><strong>9.</strong>	Rename <strong>db.bindtest.com.txt</strong> to whatever you used in step 5, so that the file is <strong>named db.%yourdomain.com%.txt</strong> &#8212; replacing %yourdomain.com% with your domain name.</p>
<p><strong>10.</strong>	Open the <strong>db.bindtest.com.txt</strong> (or whatever you renamed it) and modify the following then save the file:</p>
<blockquote><p>
Change any reference to <strong>bindtest.com</strong> to your domain name</p>
<p>Change the serial line to reflect the current date in this format: <strong>YYYYMMDDRR</strong><br />
YYYY = YEAR<br />
MM = MONTH<br />
DD  = DAY<br />
RR  =  Revision number (01 if this is the first time)</p>
<p>Change the IPs to the IPs that your servers are using
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/8.png" alt="Configure BIND DNS on Windows Web Server 2008 - 8" title="Configure BIND DNS on Windows Web Server 2008 - 8" align="middle" width="450" height="338" border="0" /></p>
<p>Now you are configured to be an Authoritative Name Server for bindtest.com (or whatever your domain is named) with no recursive lookup.</p>
<h3>Open Server Firewall</h3>
<p>If you are using a firewall for your server either software or hardware, you will want to make sure that incoming requests on UDP port 53 are open.  This will make sure that your server will accept incoming queries.</p>
<h3>Start the BIND DNS Service</h3>
<p>Ok, we are finally ready to actually start this service.  Let’s go in and start this service.</p>
<p><strong>1.</strong>	Go to the <strong>Start</strong> button, then to the <strong>Administrative Tools</strong>, then left click on <strong>Services</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/9.png" alt="Configure BIND DNS on Windows Web Server 2008 - 9" title="Configure BIND DNS on Windows Web Server 2008 - 9" align="middle" width="597" height="439" border="0" /></p>
<p><strong>2.</strong>	Scroll down and find <strong>ISC Bind</strong> and right click on it, then click on <strong>Start</strong> to start the service.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/10.png" alt="Configure BIND DNS on Windows Web Server 2008 - 10" title="Configure BIND DNS on Windows Web Server 2008 - 10" align="middle" width="597" height="296" border="0" /></p>
<p>That’s it!  The BIND DNS service is now up and running and ready to accept queries.  Let’s test out the service.</p>
<h3>Testing BIND DNS</h3>
<p>I am going to use a very cool tool that is loaded with BIND DNS that&#8217;s called <strong>DIG</strong>.</p>
<p>You will find it in the bin directory where you installed BIND. The tool will go out and query for a domain name and grab all the DNS records.  Let’s take a look:</p>
<p><strong>1.</strong>	Open a command prompt and navigate to the bin directory</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/11.png" alt="Configure BIND DNS on Windows Web Server 2008 - 11" title="Configure BIND DNS on Windows Web Server 2008 - 11" align="middle" width="597" height="322" border="0" /></p>
<p><strong>2.</strong>	Type in the following to get a feel for what you get back and hit Enter:</p>
<blockquote><p>
<strong>Dig Yahoo.com any</strong>
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/12.png" alt="Configure BIND DNS on Windows Web Server 2008 - 12" title="Configure BIND DNS on Windows Web Server 2008 - 12" align="middle" width="500" height="81" border="0" /></p>
<p><strong>3.</strong>	Below you will see a piece of the output:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/13.png" alt="Configure BIND DNS on Windows Web Server 2008 - 13" title="Configure BIND DNS on Windows Web Server 2008 - 13" align="middle" width="597" height="325" border="0" /></p>
<p><strong>4.</strong>	Now that you know what to look for, I am going to use my test domain <strong>bindtest.com</strong> with the dig tool by typing: <strong>Dig @192.168.11.13 bindtest.com any</strong></p>
<blockquote><p>
<strong>Note:</strong> I use @192.168.11.13 because bindtest.com is not registered with ICANN so it tells dig to use the name server at that address.
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/14.png" alt="Configure BIND DNS on Windows Web Server 2008 - 14" title="Configure BIND DNS on Windows Web Server 2008 - 14" align="middle" width="597" height="195" border="0" /></p>
<p><strong>5.</strong>	You can see that the BIND Name Server is responding with the correct information:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind2/15.png" alt="Configure BIND DNS on Windows Web Server 2008 - 15" title="Configure BIND DNS on Windows Web Server 2008 - 15" align="middle" width="597" height="281" border="0" /></p>
<p>We have now configured an Authoritative Name Server for the test server <strong>bindtest.com</strong> that responds correctly to DNS requests.</p>
<p>A quick note, when you make changes you will have to restart the ISC BIND Service or run the command <strong>c:\windows\system32\dns\bin\rndc reload</strong> from a command prompt or batch file.</p>
<p><br/></p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Install BIND DNS on Windows Web Server 2008 – Part 1'>Install BIND DNS on Windows Web Server 2008 – Part 1</a></li>
<li><a href='http://windowsserver.trainsignal.com/configure-dhcp-on-windows-server-2008' rel='bookmark' title='Permanent Link: Configure DHCP on Windows Server 2008'>Configure DHCP on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-server-core-roles' rel='bookmark' title='Permanent Link: Role Playing with Windows 2008 Server Core'>Role Playing with Windows 2008 Server Core</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Install BIND DNS on Windows Web Server 2008 – Part 1</title>
		<link>http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008</link>
		<comments>http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:51:49 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[BIND DNS]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=1425</guid>
		<description><![CDATA[Since Windows Server 2003 there has been a low cost entry in the server SKUs and that has been the Windows Web Server edition.
The 2003 version of this edition was severely limited by licensing to what you could install and do on it, and was really only a solution for the most basic of web [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2'>Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>Since Windows Server 2003 there has been a low cost entry in the server SKUs and that has been the Windows Web Server edition.</p>
<p>The 2003 version of this edition was severely limited by licensing to what you could install and do on it, and was really only a solution for the most basic of web sites.</p>
<p>The 2008 version has had most of those limits removed and is now a much more viable alternative for hosts and companies looking for a economical Windows based web server running IIS7.</p>
<p>One of the most glaring oversights for this edition of Windows Web Server is the exclusion of the DNS role.  I understand the argument from Microsoft that if you are running this edition of server more than likely your hosting company will have a DNS infrastructure in place and most users can and will use that.</p>
<p>I counter that with the fact that I like to control my own DNS name servers and records and do not like having to deal with a hosting company infrastructure that may or may not be streamlined for DNS requests.</p>
<p>I have read in various forums that the Server team is looking into this and it may change in the future, but for now we will have to find another solution for this problem.</p>
<p>This low cost (free) solution is going to be &#8212; installing BIND DNS on the server and configuring it to handle DNS queries.</p>
<p><span id="more-1425"></span></p>
<p>Today I&#8217;ll focus on the installation part and in Part 2 I&#8217;ll show you how to configure BIND DNS on Windows Web Server 2008.</p>
<h3>BIND DNS Server</h3>
<p><strong>BIND (Berkeley Internet Name Domain)</strong> is an open source implementation of Domain Name System (DNS) protocols distributed for free under the BSD License.</p>
<p>It is currently maintained on the Internet Systems Consortium and is used by the majority of the DNS servers on the Internet.</p>
<p>The current version we are going to be using in this article is BIND 9.5.0-P2-W2 (Windows-specific fixes).  You can download the current version at:</p>
<blockquote><p><a href="http://www.isc.org/index.pl?/sw/bind/index.php">http://www.isc.org/index.pl?/sw/bind/index.php</a></p></blockquote>
<h3>Creating a User Account for Bind</h3>
<p>BIND requires a local user with only &quot;Log on as a service&quot; privilege. The installer will actually check for this, and if the user has more rights it will ask if you really want to use that ID.</p>
<p>The default user for the BIND installer is <strong>named</strong>, but you can do any other name you want.</p>
<p><strong>1.</strong>	Open the Computer Management console</p>
<p><strong>2.</strong>	Select <strong>Local Users and Groups</strong> and then right click on <strong>Users</strong>, select <strong>New User&#8230;</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/1.png" alt="Install BIND DNS on Windows Web Server 2008 – 1" title="Install BIND DNS on Windows Web Server 2008 – 1" align="middle" width="597" height="566" border="0" /></p>
<p><strong>3.</strong>	Fill in the new user information, I am going to use the following and then click <strong>Create</strong> before closing the New User window:</p>
<blockquote><p>
User name: <strong>named</strong><br />
Description: <strong>BIND DNS Account</strong><br />
Password: <strong>%password%</strong><br />
Confirm Password: <strong>%password%</strong><br />
Unselect: <strong>User must change password at next logon</strong><br />
Select: <strong>User cannot change password</strong><br />
Select: <strong>Password never expires</strong>
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/2.png" alt="Install BIND DNS on Windows Web Server 2008 – 2" title="Install BIND DNS on Windows Web Server 2008 – 2" align="middle" width="381" height="375" border="0" /></p>
<p><strong>4.</strong>	Now open the <strong>Local Security Policy MMC</strong> from the <strong>Administrative Tools Menu</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/3.png" alt="Install BIND DNS on Windows Web Server 2008 – 3" title="Install BIND DNS on Windows Web Server 2008 – 3" align="middle" width="597" height="485" border="0" /></p>
<p><strong>5.</strong>	Expand <strong>Local Policies</strong> then select <strong>User Rights Assignment</strong> in the policy pane; scroll down and right click on <strong>Log on as a service</strong>, then left click <strong>Properties</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/4.png" alt="Install BIND DNS on Windows Web Server 2008 – 4" title="Install BIND DNS on Windows Web Server 2008 – 4" align="middle" width="407" height="457" border="0" /></p>
<p><strong>6.</strong>	Click on <strong>Add User or Group&#8230; </strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/5.png" alt="Install BIND DNS on Windows Web Server 2008 – 5" title="Install BIND DNS on Windows Web Server 2008 – 5" align="middle" width="597" height="566" border="0" /></p>
<p><strong>7.</strong>	Type in the user account you created, in our case the default <strong>named</strong>, then click <strong>Check Names</strong> to make sure you typed it correctly, then click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/6.png" alt="Install BIND DNS on Windows Web Server 2008 – 6" title="Install BIND DNS on Windows Web Server 2008 – 6" align="middle" width="458" height="245" border="0" /></p>
<p><strong>8.</strong>	Click <strong>Ok</strong> to exit the properties box, and you should see the account listed now next to the <strong>Log on as a service</strong> policy.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/7.png" alt="Install BIND DNS on Windows Web Server 2008 – 7" title="Install BIND DNS on Windows Web Server 2008 – 7" align="middle" width="597" height="491" border="0" /></p>
<p>That’s it for the user account for now. Later you will have to give the account you created read/write rights to the directory you install BIND into, but that will be covered in a bit.</p>
<h3>Install BIND DNS on Windows Web Server 2008</h3>
<p>This is where we will walk through the install and initial configuration of BIND DNS. Let’s get started!</p>
<p><strong>1.</strong>	Unzip the download and then click on <strong>BindInstall.exe</strong> to start the installation.</p>
<p><strong>2.</strong>	The installer will ask for the following information:</p>
<blockquote><p>
Target Directory: <strong>Your choice</strong><br />
Service Account Name:  <strong>The account we created earlier</strong><br />
Service Account Password: <strong>Password used</strong><br />
Confirm Service Account Password:  <strong>Password used</strong>
</p></blockquote>
<p>For options I am leaving the default , when you are done click Install</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/8.png" alt="Install BIND DNS on Windows Web Server 2008 – 8" title="Install BIND DNS on Windows Web Server 2008 – 8" align="middle" width="318" height="511" border="0" /></p>
<p><strong>3.</strong>	When you click on <strong>Install</strong> you might get a message saying the account has too many privileges, just click on No to continue.  You can go in and strip out more of the accounts rights, but as a average user, the attack profile will be low.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/9.png" alt="Install BIND DNS on Windows Web Server 2008 – 9" title="Install BIND DNS on Windows Web Server 2008 – 9" align="middle" width="408" height="136" border="0" /></p>
<p><strong>4.</strong>	After a few seconds you should see a message that states <strong>Bind installation completed successfully</strong>. Click <strong>Ok</strong>, and then click <strong>Exit</strong> on the installer.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/10.png" alt="Install BIND DNS on Windows Web Server 2008 – 10" title="Install BIND DNS on Windows Web Server 2008 – 10" align="middle" width="234" height="122" border="0" /></p>
<p><strong>5.</strong>	We now want to go in and give the user account you have been using full read/write rights to the directory you installed BIND to.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/10/dave_bind1/11.png" alt="Install BIND DNS on Windows Web Server 2008 – 11" title="Install BIND DNS on Windows Web Server 2008 – 11" align="middle" width="363" height="440" border="0" /></p>
<p>You have now installed BIND on the server and set it up to run as a service.  It is important to note that the installer does not copy over the help html files, so if you are going to need those you can move them to a convenient location yourself.</p>
<h3>Summary</h3>
<p>In this article we have installed BIND DNS on a Windows Web Server and set it up to run as a service under a local user.</p>
<p>Now since BIND DNS comes from the *NIX side of the house there is quite a bit more we have to do to configure this before it runs.</p>
<p>In the next article we will go through configuring BIND DNS with some demo configurations.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configure-bind-dns-on-windows-web-server-2008' rel='bookmark' title='Permanent Link: Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2'>Configure BIND DNS on Windows Web Server 2008 &#8211; Part 2</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/install-bind-dns-on-windows-web-server-2008/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Server 2008: Install Active Directory Certificate Services</title>
		<link>http://windowsserver.trainsignal.com/install-active-directory-certificate-services</link>
		<comments>http://windowsserver.trainsignal.com/install-active-directory-certificate-services#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:15:01 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Certificate Services]]></category>
		<category><![CDATA[AD Domain Services]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[Public Key Infrastructures]]></category>
		<category><![CDATA[Subordinate CA]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/install-active-directory-certificate-services/2008-08-20/</guid>
		<description><![CDATA[I gave a good overview of what Active Directory Certificate Services (AD CS) are and what they do in my last article: Server 2008: Active Directory Certificate Services.
For a short recap, AD CS is the backbone of Microsoft’s Public Key Infrastructure (PKI) implementation.  It will allow you to issue certificates for SSL/TTL user on [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Active Directory Certificate Services'>Server 2008: Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>I gave a good overview of what Active Directory Certificate Services (AD CS) are and what they do in my last article: <a href="http://windowsserver.trainsignal.com/active-directory-certificate-services" title="Server 2008: Active Directory Certificate Services">Server 2008: Active Directory Certificate Services</a>.</p>
<p>For a short recap, AD CS is the backbone of Microsoft’s Public Key Infrastructure (PKI) implementation.  It will allow you to issue certificates for SSL/TTL user on websites or digitally sign your email.</p>
<p>Now let’s take a look at installing Active Directory Certificate Services.</p>
<p>Certain versions of Server 2008 only allow certain AD CS components to be installed; please take a look at this table for reference:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/1.jpg" alt="Server 2008: Install Active Directory Certificate Services" title="Server 2008: Install Active Directory Certificate Services" align="middle" width="587" height="103" border="0" /></p>
<ul>
<li><strong>CA</strong> – issues certificates to users, computers and services while also managing their validity; comes in root and subordinate</li>
<p></p>
<li><strong>Network Device Enrollment Service</strong> – allows network devices (i.e. routers) to request and receive certificates based on Simple Certificate Enrollment Protocol (SCEP)</li>
<p></p>
<li><strong>Online Responder Service</strong> – implements Online Certificate Status Protocol (OCSP) by evaluating certificate status, decoding revocation status requests, and sending back signed responses containing certificate status information</li>
</ul>
<p><span id="more-531"></span></p>
<h3>Install Enterprise Certificate Authority on a Windows 2008 Server</h3>
<p>As I outlined in my earlier article, there are two varieties of root CA’s: the Enterprise and Stand-Alone.  Each has their advantages and configuration, but in this case we are going to install an Enterprise CA.</p>
<p>I am going to be installing this root CA server in my test Active directory domain named ADExample.com on a Windows Server 2008 Enterprise version.</p>
<p>The server is a member of the domain, and is a domain controller.  Let’s get started.</p>
<p><strong>1.</strong> Open Server Manager.</p>
<p><strong>2.</strong> Select <strong>Roles</strong>, then click <strong>Add Roles</strong> in the center pane.</p>
<p><img src="http://www.trainsignaltraining.com//wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_01.png" alt="Server 2008: Install Active Directory Certificate Services - 1" title="Server 2008: Install Active Directory Certificate Services - 1" align="middle" width="597" height="428" border="0" /></p>
<p><strong>3.</strong> The <strong>Before You Begin</strong> page may show up if you haven’t turned it off already.  If you see it just click <strong>Next</strong>.</p>
<p><strong>4.</strong> In the <strong>Select Server Roles</strong> window go ahead and select <strong>Active Directory Certificate Services</strong> by placing a checkmark next to it, then go ahead and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_02.png" alt="Server 2008: Install Active Directory Certificate Services - 2" title="Server 2008: Install Active Directory Certificate Services - 2" align="middle" width="597" height="442" border="0" /></p>
<p><strong>5.</strong> Now you will see an <strong>Introduction to Active Directory Certificate Services</strong>, where you can read about the good things you can do with AD CS.</p>
<p>The biggest thing to note here is the following:</p>
<blockquote><p>
<strong><em>Name &amp; Domain settings of this computer cannot be changed after a CA has been installed.  If you want to change the computer name, join a domain, or promote this server to a domain controller do so BEFORE install thing the CA.</strong></em>
</p></blockquote>
<p>Now with that warning out of the way, go ahead and click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_03.png" alt="Server 2008: Install Active Directory Certificate Services - 3" title="Server 2008: Install Active Directory Certificate Services - 3" align="middle" width="597" height="441" border="0" /></p>
<p><strong>6.</strong> Next you get to <strong>Select Role Services</strong>, which can include any of the following depending on what version of Windows Server 2008 you are installing this on &#8212; refer to the table above for specifics.</p>
<p>For this install I am going to choose the <strong>Certification Authority</strong> only.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_04.png" alt="Server 2008: Install Active Directory Certificate Services - 4" title="Server 2008: Install Active Directory Certificate Services - 4" align="middle" width="597" height="440" border="0" /></p>
<p><strong>7.</strong> Now comes the <strong>Specify Setup Type</strong>, and for this I am going to select the <strong>Enterprise</strong> radio button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_05.png" alt="Server 2008: Install Active Directory Certificate Services - 5" title="Server 2008: Install Active Directory Certificate Services - 5" align="middle" width="597" height="442" border="0" /></p>
<p><strong>8.</strong> For the <strong>Specify CA Type</strong>, I am going to choose the <strong>Root CA</strong> radio button and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_06.png" alt="Server 2008: Install Active Directory Certificate Services - 6" title="Server 2008: Install Active Directory Certificate Services - 6" align="middle" width="597" height="443" border="0" /></p>
<p><strong>9.</strong> In <strong>Set Up Private Key</strong>, I am going to choose <strong>Create a new private key</strong> radio button and then select <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_07.png" alt="Server 2008: Install Active Directory Certificate Services - 7" title="Server 2008: Install Active Directory Certificate Services - 7" align="middle" width="597" height="439" border="0" /></p>
<p><strong>10.</strong> Now you have to <strong>Configure Cryptography for CA</strong> in this window and there are quite a few to choose from.</p>
<p>Now I am no expert on cryptography, but some basic rules do apply &#8230; the longer the key the harder it is to crack.  For our purposes I am going to use the following settings:</p>
<blockquote><p>
<strong>RSA#Microsoft Software Key Storage Provider<br />
4096 Key Character length<br />
md5 Hash algorithm</strong>
</p></blockquote>
<p>Now I am going to click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_08.png" alt="Server 2008: Install Active Directory Certificate Services - 8" title="Server 2008: Install Active Directory Certificate Services - 8" align="middle" width="597" height="441" border="0" /></p>
<p><strong>11.</strong> In <strong>Configure CA Name</strong> you can choose to overwrite the default common name for this CA and also the <strong>Distinguished name suffix</strong> if you so choose.</p>
<p>I am going to overwrite the default common name with <strong>Test-Enterprise-CA</strong>, but I will leave the rest alone.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_09.png" alt="Server 2008: Install Active Directory Certificate Services - 9" title="Server 2008: Install Active Directory Certificate Services - 9" align="middle" width="597" height="442" border="0" /></p>
<p><strong>12.</strong> Next we will <strong>Set Validity Period</strong> for this CAs certificate.</p>
<p>Remember a root CA issues itself a certificate.  The default is <strong>5 Years</strong> so I will just leave it at that.  You can change this based on any need you might have in your environment.  Click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_10.png" alt="Server 2008: Install Active Directory Certificate Services - 10" title="Server 2008: Install Active Directory Certificate Services - 10" align="middle" width="596" height="438" border="0" /></p>
<p><strong>13.</strong> <strong>Configure Certificate Database</strong> will let you specify where you want to put the database and log files for the CA.</p>
<p>I am going to leave the default in place.  Click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_11.png" alt="Server 2008: Install Active Directory Certificate Services - 11" title="Server 2008: Install Active Directory Certificate Services - 11" align="middle" width="597" height="442" border="0" /></p>
<p><strong>14.</strong> On the <strong>Confirm Installation Selections</strong> you can see the answers you have chosen and you will again see a warning that you cannot change the computer name or domain settings for this server after installing the CA.</p>
<p>Go ahead and click <strong>Install…</strong> you know you want to!</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_12.png" alt="Server 2008: Install Active Directory Certificate Services - 12" title="Server 2008: Install Active Directory Certificate Services - 12" align="middle" width="597" height="439" border="0" /></p>
<p><strong>15.</strong> After a few minutes you will see the <strong>Installation Results</strong>, and with any luck you will have the message: <strong>Installation succeeded</strong>.</p>
<p>After your glow of certificate happiness fades go ahead and click <strong>Close</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_13.png" alt="Server 2008: Install Active Directory Certificate Services - 13" title="Server 2008: Install Active Directory Certificate Services - 13" align="middle" width="597" height="439" border="0" /></p>
<p><strong>16.</strong> Now let’s go in and take a look by clicking on <strong>Certification Authority</strong> in <strong>Administrative Tools</strong> (if you get a UAC pop up just click Ok).</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_14.png" alt="Server 2008: Install Active Directory Certificate Services - 14" title="Server 2008: Install Active Directory Certificate Services - 14" align="middle" width="463" height="366" border="0" /></p>
<p><strong>17.</strong> Now you can see the snap-in is showing the <strong>CA</strong> named <strong>Test-Enterprise-CA</strong> in the left pane with a bunch of folders for certificates.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_15.png" alt="Server 2008: Install Active Directory Certificate Services - 15" title="Server 2008: Install Active Directory Certificate Services  -15" align="middle" width="597" height="531" border="0" /></p>
<p><strong>18.</strong> You can also see that if you click the <strong>Certificate Templates</strong> folder, there are quite a few default templates that are already setup and ready to go.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_ADDS/ad_cs_install_16.png" alt="Server 2008: Install Active Directory Certificate Services  - 16" title="Server 2008: Install Active Directory Certificate Services - 16" align="middle" width="597" height="470" border="0" /></p>
<h3>Summary</h3>
<p>Now that we have installed the Active Directory Certificate Services the next step would be to request some certificates and configure them.</p>
<p>The installation for a stand-alone CA is very similar to this.  In fact if you are not in a domain and if you are not installing as a domain admin you will not even get the option for an Enterprise CA setup, so if you see that grayed out you now know why.</p>
<p>In my next article we will take a look at some of the uses for certificates and how to request and install them on servers and clients.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Active Directory Certificate Services'>Server 2008: Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/install-active-directory-certificate-services/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Server 2008: Active Directory Certificate Services</title>
		<link>http://windowsserver.trainsignal.com/active-directory-certificate-services</link>
		<comments>http://windowsserver.trainsignal.com/active-directory-certificate-services#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:00:27 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Certificate Services]]></category>
		<category><![CDATA[AD Domain Services]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[Public Key Infrastructures]]></category>
		<category><![CDATA[Server 2008 Training]]></category>
		<category><![CDATA[Subordinate CA]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/active-directory-certificate-services/2008-08-14/</guid>
		<description><![CDATA[Active Directory Certificate Services are an installed role that can be used on either a domain joined or standalone Windows Server 2008.
Certificate Services are the backbone for using Public Key Infrastructures (PKI) on a Windows Server.
In case you don’t know what PKI is &#8212; it is a security system of digital certificates, certification authorities (CAs), [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/ad-rms-system-requirements' rel='bookmark' title='Permanent Link: Active Directory Rights Management Services: System Requirements &amp; Other Considerations'>Active Directory Rights Management Services: System Requirements &amp; Other Considerations</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>Active Directory Certificate Services are an installed role that can be used on either a domain joined or standalone Windows Server 2008.</p>
<p>Certificate Services are the backbone for using <strong>Public Key Infrastructures</strong> (PKI) on a Windows Server.</p>
<p>In case you don’t know what PKI is &#8212; it is a security system of digital certificates, certification authorities (CAs), and registration authorities.  PKI verifies the identity of each side that is involved in the digital transaction by verifying the certificates they are using.</p>
<p>Microsoft’s implementation of PKI is in a hierarchical CA model.  A very simple example will have just a single Certification Authority, but it is very scalable to contain multiple CAs with defined parent and child roles.</p>
<p>At the top of the hierarchy is the <strong>Root CA</strong>, with every CA that is a child under that root being called a <strong>Subordinate CA</strong>.</p>
<p>The root CA in this implementation is key, if you trust the root CA then you trust every subordinate CA in that hierarchy that has a valid certificate.  Because of this the root CA should be highly secured as it is the pinnacle of trust in an organization.</p>
<p><span id="more-529"></span></p>
<h3>Root Certification Authority</h3>
<p>As we discussed, the Root CA is the highest level of trust in the organization&#8217;s Public Key Infrastructure.  If it gets compromised all your subordinate CAs are vulnerable to exploitation. Because of this, not only should the root CA be secured at the system level at all times, but in the physical as well.</p>
<p>Best practice is to only issue certificates for other subordinate CAs from the root CA even though you could issue certificates to end users.</p>
<h3>Subordinate Certification Authority</h3>
<p>Really the workhorses of the PKI organization, the subordinate CAs will be the servers that should be issuing certificates for most end user needs.</p>
<p>Some of these needs are secure e-mail, Web-based authentication, or smart card authentication.  The subordinate CA will derive its authority from either the root CA or a subordinate CA that has issued it a certificate building, another layer in the hierarchy.</p>
<p>Some of the reasons for setting up multiple subordinate CAs are:</p>
<ul>
<li><strong>Load Balancing</strong> &#8212; If you issue a large number of certificates and they are in use constantly you will want several subordinates to issue the same kind of certificate to balance the load among multiple servers.</li>
<p></p>
<li><strong>Redundancy</strong> &#8212; If you only have one CA and it fails, there will be nothing to respond to user requests and that is going to be a problem.  By having multiple CAs you can guarantee to have something to respond to those requests.</li>
<p></p>
<li><strong>Logical and Geographic Division</strong> &#8212; Whether your network is divided by logical organizations or even physical sites, it might make sense to have different CA’s available in those different divisions to service those specific users and ease administrative strain.</li>
<p></p>
<li><strong>Usage</strong> &#8212; You may find it advantageous to divide your CAs by their usage, such as one set only does secure e-mail and another set does network authorization. This can make delegation and administration of those functions easier to deal with.</li>
</ul>
<p>There are also many 3rd party CA suppliers such as <a href="http://www.verisign.com/" target="_blank">Verisign</a> or <a href="http://www.geotrust.com/" target="_blank">GeoTrust</a> which use various methods to verify users&#8217; credentials before issuing a certificate to them.</p>
<p>It is important to stress that ANYONE can create a CA so you must decide if you are going to trust those 3rd party CAs based on their stated policies and administration.</p>
<p>While these 3rd party issuers are useful for certain applications like e-commerce websites, most internal company uses will not require such measures and an internal CA structure should be setup.</p>
<h3>Enterprise Certification Authorities</h3>
<p>These CAs are tied into the Active Directory Domain Services (AD DS) role in the domain and that gives them additional functionality.  You can use an Enterprise CA to issue certificates for the following:</p>
<ul>
<li>Digital Signatures</li>
<p></p>
<li>Secure E-mail Using S/MIME (Secure MultiPurpose Internet Mail Extensions)</li>
<p></p>
<li>Authenticate to a Secure Web Server Using Secure Socket Layer (SSL) or Transport Layer Security (TLS)</li>
<p></p>
<li>Logon to the Domain Using a Smart Card</li>
</ul>
<p>To install an Enterprise CA you will need access to Active Directory Domain Services which requires a user that is a member of the Domain Admins group or an administrator with write access to AD DS.</p>
<p>One of the benefits of being tied into the AD DS is that it can use Group Policy to propagate its certificate to the Trusted Root Certification Authorities certificate store for all users and computers in the domain.  It will also publish user certificates and certificate revocation lists (CRLs) to AD DS.</p>
<p>Enterprise CAs can issue certificates based on templates which will do the following:</p>
<ul>
<li>Enforce credential checks on users during enrollment. Every certificate will have permissions set in AD DS that will determine if the requester has authorization to receive the type of certificate they are trying to request.</li>
<p></p>
<li>Subject name can be generated in the template from information in AD DS or it can be supplied by the user requesting the certificate.</li>
<p></p>
<li>Predefined list of extensions to be used by the certificate which will reduce the information the user has to supply to receive the requested certificate.</li>
<p></p>
<li>Users can be issued certificates through Autoenrollment</li>
</ul>
<h3>Stand-Alone Certification Authorities</h3>
<p>These CAs share many similarities with their Enterprise cousins but not all of the functions. They also require more administration then an Enterprise CA because there is no verification of the users credentials from the AD DS.</p>
<p>You can use the Stand-Alone CAs for the following:</p>
<ul>
<li>Digital Signatures</li>
<p></p>
<li>Secure E-mail Using S/MIME (Secure MultiPurpose Internet Mail Extensions)</li>
<p></p>
<li>Authenticate to a Secure Web Server Using Secure Socket Layer (SSL) or Transport Layer Security (TLS)</li>
</ul>
<p>Some of the characteristics of a Stand-Alone CA are as follows:</p>
<ul>
<li>All certificate requests are set to pending for the administrator to manually review. This is the default action and it is recommended that you use this mode especially if you are installing a stand-alone CA in a domain.</li>
<p></p>
<li>Templates are not used</li>
<p></p>
<li>Administrator has to specifically distribute the stand-alone CA’s certificate to the users&#8217; trusted root store or users will have to do it themselves</li>
</ul>
<p>As mentioned above, a stand-alone CA can be installed in a domain and will gain these additional functions:</p>
<ul>
<li>If a Domain Admin or an administrator with write access installs the stand-alone root CA, it will publish its certificate to the Trusted Root Certification Authorities certificate store for all domain users and computers.<br />
<br />
Because of this reason it is well advised that you leave all requests to pending to verify identity otherwise any requested certificate will be trusted by the entire domain.</li>
<p></p>
<li>A stand-alone CA will also publish its certificate and certification revocation list (CRL) to AD DS if it is installed by a Domain Admin or account with write access to AD DS.</li>
</ul>
<h3>Summary</h3>
<p>This article has given you a broad overview of Active Directory Certificate Services and hopefully gotten you ready to take the next step and start to look at how to implement.</p>
<p>In my next article I will show you how to install the services on a Windows 2008 Server and create a certificate.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/install-active-directory-certificate-services' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/ad-rms-system-requirements' rel='bookmark' title='Permanent Link: Active Directory Rights Management Services: System Requirements &amp; Other Considerations'>Active Directory Rights Management Services: System Requirements &amp; Other Considerations</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/active-directory-certificate-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2008: Configuring Distributed File Systems (DFS)</title>
		<link>http://windowsserver.trainsignal.com/configuring-distributed-file-systems</link>
		<comments>http://windowsserver.trainsignal.com/configuring-distributed-file-systems#comments</comments>
		<pubDate>Thu, 07 Aug 2008 16:00:03 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[Distributed File Systems]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/configuring-distributed-file-systems/2008-08-07/</guid>
		<description><![CDATA[In my article on Installing Distributed File Systems, I discussed what DFS was and the benefits it could provide to an organization.
If you have not read it or need a review please check out that article before proceeding.
Back already? Good, let’s move on!
There are two parts we will be configuring in this article the first [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system' rel='bookmark' title='Permanent Link: Server 2008: Installing Distributed File System (DFS)'>Server 2008: Installing Distributed File System (DFS)</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-file-and-print-servers' rel='bookmark' title='Permanent Link: Lesson 5: Windows Server 2008 File and Print Servers'>Lesson 5: Windows Server 2008 File and Print Servers</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>In my article on <a href="http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system">Installing Distributed File Systems</a>, I discussed what DFS was and the benefits it could provide to an organization.</p>
<p>If you have not read it or need a review please check out that article before proceeding.</p>
<p>Back already? Good, let’s move on!</p>
<p>There are two parts we will be configuring in this article the first will be <strong>DFS NameSpace</strong> and then we will move on to the <strong>DFS Replication</strong>.</p>
<h3>Configure DFS NameSpace on Server 2008</h3>
<p>The DFS NameSpace will be the client facing aspect of DFS and what really makes life easier for the end users.</p>
<p>Having a common namespace across your enterprise for the users to share files will cut down on support calls and make collaboration on documents a breeze.</p>
<p>Let’s go ahead and configure a DFS Namespace through the DFS Management MMC Snap-In.</p>
<p><span id="more-524"></span></p>
<p><strong>1.</strong> Open DFS Management Snap-in.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_01.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 1" title="Server 2008: Configuring Distributed File Systems (DFS) - 1" align="middle" width="596" height="427" border="0" /></p>
<p><strong>2.</strong> In the left pane click on <strong>Namespaces</strong> and then in the right column click <strong>New Namespace…</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_02.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 2" title="Server 2008: Configuring Distributed File Systems (DFS) - 2" align="middle" width="597" height="427" border="0" /></p>
<p><strong>3.</strong> In the <strong>New Namespace Wizard</strong>, the first thing it wants to see is your server that will host the Namespace.</p>
<p>In this case it will be the domain controller that I installed DFS on, so let&#8217;s go ahead and enter that name in <strong>TESTDOMAIN</strong> and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_03.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 3" title="Server 2008: Configuring Distributed File Systems (DFS) - 3" align="middle" width="597" height="471" border="0" /></p>
<p><strong>4.</strong> The next window is <strong>Namespace Name and Settings</strong>, and it is asking for the name of the namespace.</p>
<p>Depending on if this is a standalone install or a domain, this is the name that will be after the server or domain name.  In this case I am going to type the namespace <strong>Sharedfiles</strong>.</p>
<p>Notice when you type in the name the <strong>Edit Settings</strong> button becomes live.  This is because the wizard will create the shared folder.  You can modify the settings it uses at this time by clicking <strong>Edit Settings</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_04.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 4" title="Server 2008: Configuring Distributed File Systems (DFS) - 4" align="middle" width="596" height="472" border="0" /></p>
<p><strong>5.</strong> You can now edit the following settings:</p>
<p>&nbsp; &nbsp; &nbsp; <strong>Local path of share folder</strong><br />
&nbsp; &nbsp; &nbsp; <strong>Shared folder permissions</strong></p>
<p>I am going to go with <strong>Administrators have full access; Other users have read and write permissions</strong>.</p>
<p>If you select <strong>Custom</strong> you can choose specific groups and users and give them specific rights. Click <strong>Ok</strong> when you are done choosing permissions, then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_05.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 5" title="Server 2008: Configuring Distributed File Systems (DFS) - 5" align="middle" width="391" height="440" border="0" /></p>
<p><strong>6.</strong> Next comes the Namespace Type, there are two choices: <strong>Domain-based namespace</strong> or <strong>Stand-alone namespace</strong>. There are some big difference between the two so let’s take a quick look at them now:</p>
<ul>
<li><strong>Domain-based namespace</strong> – Stored on one or more servers and in Active Directory Domain Services.  Increased scalability and access-based enumeration when used in Server 2008 mode.</li>
<p></p>
<li><strong>Stand-alone namespace</strong> – It is stored only on a single namespace server, for redundancy you have to use a failover cluster.</li>
</ul>
<p>I am going to go with <strong>Domain-based namespace in Windows Server 2008 mode</strong> and you can see the preview is going to be <strong>\\ADExample.com\Sharedfiles</strong>, once your choice is made click on <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_06.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 6" title="Server 2008: Configuring Distributed File Systems (DFS) - 6" align="middle" width="596" height="473" border="0" /></p>
<p><strong>7.</strong> The next screen lets you review the choices you just made, if they are correct go ahead and click <strong>Create</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_07.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 7" title="Server 2008: Configuring Distributed File Systems (DFS) - 7" align="middle" width="595" height="471" border="0" /></p>
<p><strong>8.</strong> Next you will see a screen telling you that the namespace is being created.  After a few minutes you should see the status of <strong>Success</strong>, and then click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_08.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 8" title="Server 2008: Configuring Distributed File Systems (DFS) - 8" align="middle" width="595" height="471" border="0" /></p>
<p><strong>9.</strong> Now in DFS Management Snap-in you can see the Namespace we just created.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_09.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 9" title="Server 2008: Configuring Distributed File Systems (DFS) - 9" align="middle" width="597" height="428" border="0" /></p>
<p><strong>10.</strong> Let’s go ahead and quickly create a folder.  Right click on the namespace and click <strong>New Folder</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_10.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 10" title="Server 2008: Configuring Distributed File Systems (DFS) - 10" align="middle" width="597" height="427" border="0" /></p>
<p><strong>11.</strong> Now type the name of the folder you want.  In this case I am going to be very original and type <strong>Folder1</strong>, but hopefully you will use something more descriptive when the time comes.</p>
<p>Below the Name field you will see a space that shows you a preview of the Namespace with this new folder.  Also under that you will see <strong>Folder Targets</strong>.  This allows you to point this folder at a shared folder already on your network.</p>
<p>That way you don’t have to migrate files over, but be warned; if you setup these target folders there is no replication, so if that share goes down for any reason users will not be able to access that data.</p>
<p>Go ahead and click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_11.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 11" title="Server 2008: Configuring Distributed File Systems (DFS) - 11" align="middle" width="400" height="410" border="0" /></p>
<p><strong>12</strong> You will now see in the DFS Management Snap-in <strong>Folder1</strong> under the namespace we just created.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_12.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 12" title="Server 2008: Configuring Distributed File Systems (DFS) - 12" align="middle" width="227" height="241" border="0" /></p>
<h3>Configure DFS Replication</h3>
<p>Ok now that we have a Namespace configured and we have placed a folder in that namespace let&#8217;s setup replication with another server in the domain to make sure that users can always get their data and we don’t get any complaints!</p>
<p><strong>1.</strong> Open DFS Management Snap-in.</p>
<p><strong>2.</strong> In the left pane go ahead and right click on <strong>Replication</strong> and then left click on <strong>New Replication Group</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_13.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 13" title="Server 2008: Configuring Distributed File Systems (DFS) - 13" align="middle" width="597" height="427" border="0" /></p>
<p><strong>3.</strong> Your first choice is: if you want a <strong>Multipurpose replication group</strong> or <strong>Replication group for data collection</strong>.</p>
<p>In most cases you will want the Multipurpose replication group, but in some cases where you wanted to grab data from a remote server and bring it to a centralized backup server the group collection would help.</p>
<p>In our case we are going to use <strong>Multipurpose replication group</strong>, and click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_14.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 14" title="Server 2008: Configuring Distributed File Systems (DFS) - 14" align="middle" width="595" height="470" border="0" /></p>
<p><strong>4.</strong> Next we are going to set the name of the replication group; the only limit is that the group must be unique for the domain it servers.</p>
<p>In our case let&#8217;s use <strong>testrep</strong> for the group name.  After typing it in click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_15.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 15" title="Server 2008: Configuring Distributed File Systems (DFS) - 15" align="middle" width="595" height="474" border="0" /></p>
<p><strong>5.</strong> Next we are going to add the group members.  Click <strong>Add</strong> and enter the name of the servers that are going to be members of this group.</p>
<p>In my case it is going to be <strong>TSTest</strong> and <strong>TESTDOMAIN</strong>; after they are entered click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_16.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 16" title="Server 2008: Configuring Distributed File Systems (DFS) - 16" align="middle" width="595" height="470" border="0" /></p>
<p><strong>6.</strong> In the next page we are going to choose the Topology for the group.  Since we only have two servers we will be defaulted to <strong>Full Mesh</strong> which will work in this example.</p>
<p>On this page you will also see an explanation of the other topologies if you need them.  Click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_17.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 17" title="Server 2008: Configuring Distributed File Systems (DFS) - 17" align="middle" width="595" height="472" border="0" /></p>
<p><strong>7.</strong> Replication Schedule is next on the list to configure. There are A LOT of option here for every bandwidth budget and the ability to limit it to certain days and times.</p>
<p>I am going to leave the default since we are just in my virtual lab, but you may need different settings based on your server locations and connections.  Once set, click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_18.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 18" title="Server 2008: Configuring Distributed File Systems (DFS) - 18" align="middle" width="597" height="475" border="0" /></p>
<p><strong>8.</strong> Primary member is now the next thing to be set.  This is to set the authoritative member for the <strong>INITIAL </strong>replication.</p>
<p>In our case we will use <strong>TESTDOMAIN</strong>, and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_19.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 19" title="Server 2008: Configuring Distributed File Systems (DFS) - 19" align="middle" width="594" height="469" border="0" /></p>
<p><strong>9.</strong> Now we can setup the folders we want to replicate to the other server.</p>
<p>Click <strong>Add</strong> and you will be prompted for the folders information.  In this case I am going to choose to replicate the folder we used in the last example <strong>Folder1</strong>. Note that you can always change permissions on the replication target by selecting <strong>Custom Permissions</strong>, or you can leave them as is by leaving it at <strong>Existing Permissions</strong>.</p>
<p>I am going to enter all the info, click <strong>Ok</strong> and then click <strong>Next</strong> as that is the only folder I am replicating.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_20.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 20" title="Server 2008: Configuring Distributed File Systems (DFS) - 20" align="middle" width="365" height="513" border="0" /></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_21.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 21" title="Server 2008: Configuring Distributed File Systems (DFS) - 21" align="middle" width="595" height="472" border="0" /></p>
<p><strong>10.</strong> Next you must set the local path for the replicated folder on the other server.</p>
<p>It is by default disabled, so highlight the partner server and click <strong>Edit</strong>. Select <strong>Enable</strong> and then browse and you can navigate to a folder you have already created or create one in the desired location.</p>
<p>After you&#8217;re done you can click <strong>Ok</strong>, and if that is your only partner server click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_22.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 22" title="Server 2008: Configuring Distributed File Systems (DFS) - 22" align="middle" width="414" height="471" border="0" /></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_23.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 23" title="Server 2008: Configuring Distributed File Systems (DFS) - 23" align="middle" width="596" height="471" border="0" /></p>
<p><strong>11.</strong> Next you can review your settings and then click <strong>Create</strong>; after a few seconds you should go to a Confirmation page where you will see a success messages for each step.</p>
<p>After review click <strong>Close</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_24.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 24" title="Server 2008: Configuring Distributed File Systems (DFS) - 24" align="middle" width="595" height="470" border="0" /></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_25.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 25" title="Server 2008: Configuring Distributed File Systems (DFS) - 25" align="middle" width="595" height="469" border="0" /></p>
<p><strong>12.</strong> After that you will see a popup window telling you:</p>
<p><strong>&quot;Replication will not begin until the configuration is picked up by the members of the replication group.  The amount of time this takes depends on Active Directory Domain Services replication latency as well as the polling interval&quot;.</strong></p>
<p>Basically the meaning of this is that if you specified remote servers in different sites, you will have to wait until Active Directory replicates the data out with their next sync.</p>
<p>Click <strong>Ok </strong>to get passed this.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_26.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 26" title="Server 2008: Configuring Distributed File Systems (DFS) - 26" align="middle" width="471" height="148" border="0" /></p>
<p>Now that we have configured the namespace and setup replication let&#8217;s take a look at how it would be used by our ever grateful end users.</p>
<p><strong>1.</strong> Click start.</p>
<p><strong>2.</strong> Type in the domain and namespace, in our case it was <strong>\\ADExample.com\Sharedfiles </strong>and hit <strong>Enter</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_27.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 27" title="Server 2008: Configuring Distributed File Systems (DFS) - 27" align="middle" width="245" height="34" border="0" /></p>
<p><strong>3.</strong> You should get an explorer window with the <strong>Folder1</strong> in the center pane.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS_2/configure_dfs_28.png" alt="Server 2008: Configuring Distributed File Systems (DFS) - 28" title="Server 2008: Configuring Distributed File Systems (DFS) - 28" align="middle" width="597" height="383" border="0" /></p>
<p>Remember this has been the very basic structure of DFS and depending on your need and environment you can create very robust namespaces and replication.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system' rel='bookmark' title='Permanent Link: Server 2008: Installing Distributed File System (DFS)'>Server 2008: Installing Distributed File System (DFS)</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-file-and-print-servers' rel='bookmark' title='Permanent Link: Lesson 5: Windows Server 2008 File and Print Servers'>Lesson 5: Windows Server 2008 File and Print Servers</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/configuring-distributed-file-systems/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server 2008: Installing Distributed File System (DFS)</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:00:28 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[File Replication Service]]></category>
		<category><![CDATA[FRS]]></category>
		<category><![CDATA[RODC]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[Wide Area Network]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-installing-distributed-file-system/2008-08-04/</guid>
		<description><![CDATA[DFS stands for Distributed File System and provides two very important benefits for system administrators of Wide Area Networks (WAN) with multiple sites that have a need to easily store, replicate, and find files across all locations.
The first is the benefit of being able to have one Namespace that all users can use, no matter [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configuring-distributed-file-systems' rel='bookmark' title='Permanent Link: Server 2008: Configuring Distributed File Systems (DFS)'>Server 2008: Configuring Distributed File Systems (DFS)</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-file-and-print-servers' rel='bookmark' title='Permanent Link: Lesson 5: Windows Server 2008 File and Print Servers'>Lesson 5: Windows Server 2008 File and Print Servers</a></li>
<li><a href='http://windowsserver.trainsignal.com/10-steps-to-installing-the-web-server-role-in-windows-server-2008' rel='bookmark' title='Permanent Link: 10 Steps to Installing the Web Server Role in Windows Server 2008'>10 Steps to Installing the Web Server Role in Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>DFS stands for <strong>Distributed File System</strong> and provides two very important benefits for system administrators of Wide Area Networks (WAN) with multiple sites that have a need to easily store, replicate, and find files across all locations.</p>
<p>The first is the benefit of being able to have one Namespace that all users can use, no matter what their location, to locate the files they share and use.</p>
<p>The second is a configurable automatic replication service that keeps files in sync across various locations to make sure that everyone is using the same version.</p>
<p>Let’s take a look at these two very important aspects of DFS.</p>
<ul>
<li><strong>DFS NameSpaces</strong> – Each namespace appears as a folder with subfolders underneath.<br />
<br />
The trick to this is that those folders and files can be on any shared folder on any server in your network without the user having to do any complicated memorization of server and share names.<br />
<br />
This logical grouping of your shares will also make it easier for users at different sites to share files without resorting to emailing them back and forth.</li>
<p></p>
<li><strong>DFS Replication</strong> – This service keeps multiple copies of files in sync.<br />
<br />
Why would you need this?  Well if you want to improve performance for your DFS users you can have multiple copies of your files at each site.<br />
<br />
That way a user would be redirected to the file local to them, even though they came through the DFS Namespace.  If the user changed the file it would then replicate out to keep all copies out in the DFS Namespace up to date.<br />
<br />
This feature of course is completely configurable.</li>
</ul>
<p><span id="more-521"></span></p>
<h3>What’s New in DFS Server 2008?</h3>
<p>Distributed File System in Server 2008 has added some additional functionality and improved stability from some of the problems that might have plagued earlier DFS implementations.</p>
<p>Most new features are contingent on running your DFS NameSpace in Server 2008 mode which means all servers are Windows Server 2008 AND the domain is running at Server 2008 domain functional level.</p>
<p><strong>DFS NameSpaces Changes:</strong></p>
<ul>
<li><strong>Access-based Enumeration</strong> – Users are only allowed to see files and folders that they have access to through permissions.<br />
<br />
This feature requires either a standalone Server 2008 NameSpace or a domain based NameSpace running in 2008 domain functional level.<br />
<br />
It is not enabled by default and has to be activated through the following command line:<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;<strong>dfsutil property abde enable \\&lsaquo;namespace_root&rsaquo;</strong></li>
<p></p>
<li><strong>Improved Command Line Tools</strong> – Windows Server 2008 DFS NameSpaces has a new version of <strong>dfsUtil</strong> and a diagnostic tool to help troubleshoot issues named <strong>dfsdiag</strong>.</li>
<p></p>
<li><strong>Search within the DFS NameSpace </strong>– Windows Server 2008 has the ability to run a search through the NameSpace and target folders.<br />
<br />
Convenient if you want to do a targeted search across all the documents in the NameSpace instead of having to attach to each server.</li>
</ul>
<p><strong>Improved Functionality in DFS Replication:</strong></p>
<ul>
<li><strong>Performance Improvements</strong> – Server 2008 DFS Replication includes several improvements including: Faster replication both for small and large files, Initial synchronization is faster, Network bandwidth is utilized better.</li>
<p></p>
<li><strong>Improved Unexpected Shutdowns Handling</strong> – There are a few reasons for unexpected shutdown of the DFS NameSpace, and when they occur it can cause the NameSpace database to become corrupt or out of sync.<br />
<br />
In earlier versions of DFS, this could cause the entire database to be rebuilt which would be very time consuming and resource intensive. The Windows Server 2008 DFS rarely has to rebuild its database after an unexpected shutdown and allows a much quicker recovery.</li>
<p></p>
<li><strong>Content Freshness</strong> – A new feature in Windows Server 2008 DFS keeps servers that are part of the DFS NameSpace that might be offline for an extended period of time from overwriting other servers when it comes back online.</li>
<p></p>
<li><strong>Replicate Now</strong> – Administrators now have the ability to force replication in the NameSpace on demand, temporarily ignoring the replication schedule.</li>
<p></p>
<li><strong>Support for Read Only Domain Controllers (RODC)</strong> &#8211; Any changes detected on the RODC are rolled back by the DFS Replication service.</li>
<p></p>
<li><strong>SYSVOL Replication</strong> – Server 2008 replaces the use of FRS (File Replication Service) with DFS Replication for Active Directory DS for domains that are running at the Server 2008 functional level.</li>
<p></p>
<li><strong>Propagation Report</strong> – Shows a report based on a test file created during a diagnostic propagation test.</li>
</ul>
<h3>Install DFS Role on Windows Server 2008</h3>
<p>Now that we know more than we probably wanted to about Windows Server 2008 DFS NameSpaces let&#8217;s go ahead and run through installing the role on a server.</p>
<p>For our example I am using a Windows Server 2008 Domain Controller running Active Directory DS at the Server 2008 functional level.</p>
<p><strong>1.</strong> Open Server Manager.</p>
<p><strong>2.</strong> Go to <strong>Roles</strong> in the left pane, then click <strong>Add Roles </strong>in the center pane.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_01.png" alt="Server 2008: Installing Distributed File System (DFS) - 1" title="Server 2008: Installing Distributed File System (DFS) - 1" align="middle" width="597" height="428" border="0" /></p>
<p><strong>3.</strong> Select <strong>File Services </strong>from the list of roles.</p>
<p>You will see a short description of what the File Services role provides in the upper right corner in case you needed it.  Click <strong>Next</strong> when done.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_02.png" alt="Server 2008: Installing Distributed File System (DFS) - 2" title="Server 2008: Installing Distributed File System (DFS) - 2" align="middle" width="597" height="441" border="0" /></p>
<p><strong>4.</strong> Now you will get an <strong>Introduction to File Services</strong> information screen; read through it and move on by clicking <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_03.png" alt="Server 2008: Installing Distributed File System (DFS) - 3" title="Server 2008: Installing Distributed File System (DFS) - 3" align="middle" width="597" height="440" border="0" /></p>
<p><strong>5.</strong>  In Select Service Roles you can click on <strong>Distributed File System </strong>and it should also place a check next to <strong>DFS Namespaces </strong>&amp; <strong>DFS Replication</strong>; after this click <strong>Next</strong>.</p>
<p><em><strong>NOTE:</strong> At the bottom you will see Windows Server 2003 File Services and File Replication Service.  You would only choose this if you were going to be synchronizing the 2008 server with old servers using the FRS service.</em></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_04.png" alt="Server 2008: Installing Distributed File System (DFS) - 4" title="Server 2008: Installing Distributed File System (DFS) - 4" align="middle" width="597" height="439" border="0" /></p>
<p><strong>6.</strong> On the Create a DFS Namespace screen you can choose to create a namespace now or later.</p>
<p>For this tutorial I am going to create one later as I will have another article going into greater details. So I am going to choose <strong>Create a namespace later using the DFS Management snap-in in Server Manager</strong> and then click <strong>Next</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_05.png" alt="Server 2008: Installing Distributed File System (DFS) - 5" title="Server 2008: Installing Distributed File System (DFS) - 5" align="middle" width="597" height="441" border="0" /></p>
<p><strong>7.</strong> The next screen allows you to confirm your installation selections, so review and then click <strong>Install</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_06.png" alt="Server 2008: Installing Distributed File System (DFS) - 6" title="Server 2008: Installing Distributed File System (DFS) - 6" align="middle" width="597" height="440" border="0" /></p>
<p><strong>8.</strong> After a short interval of loading you will see the Installation Results screen which will hopefully have <strong>Installation succeeded</strong> in the top right.  Go ahead and click <strong>Close.</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_07.png" alt="Server 2008: Installing Distributed File System (DFS) - 7" title="Server 2008: Installing Distributed File System (DFS) - 7" align="middle" width="597" height="441" border="0" /></p>
<p><strong>9.</strong> In Server Manager you should now see <strong>File Services</strong> and under the Role Services you will see the installed components:</p>
<p><strong>Distributed File System<br />
&nbsp; &nbsp; &nbsp; DFS Namespaces<br />
&nbsp; &nbsp; &nbsp; DFS Replication</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/08/Dave_DFS/install_dfs_08.png" alt="Server 2008: Installing Distributed File System (DFS) - 8" title="Server 2008: Installing Distributed File System (DFS) - 8" align="middle" width="597" height="429" border="0" /></p>
<p>Now that you have DFS installed the next step is to create a namespace and configure replication.  I will be covering these in my next article.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/configuring-distributed-file-systems' rel='bookmark' title='Permanent Link: Server 2008: Configuring Distributed File Systems (DFS)'>Server 2008: Configuring Distributed File Systems (DFS)</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-file-and-print-servers' rel='bookmark' title='Permanent Link: Lesson 5: Windows Server 2008 File and Print Servers'>Lesson 5: Windows Server 2008 File and Print Servers</a></li>
<li><a href='http://windowsserver.trainsignal.com/10-steps-to-installing-the-web-server-role-in-windows-server-2008' rel='bookmark' title='Permanent Link: 10 Steps to Installing the Web Server Role in Windows Server 2008'>10 Steps to Installing the Web Server Role in Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-installing-distributed-file-system/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008: Auditing Active Directory</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-auditing-active-directory</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-auditing-active-directory#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:35:23 +0000</pubDate>
		<dc:creator>Dave Lawlor</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Domain Services]]></category>
		<category><![CDATA[Global Audit Policy]]></category>
		<category><![CDATA[SACL]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Server 2008 Training]]></category>
		<category><![CDATA[System Access Control List]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-auditing-active-directory/2008-07-28/</guid>
		<description><![CDATA[If you have been supporting servers for any amount of time, you have no doubt come across requests from manager for security audits, if you don’t already have them in place yourself to keep an eye on things.
Auditing is exactly what it sounds like &#8212; it keeps a record of things that have been modified [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-users-and-groups' rel='bookmark' title='Permanent Link: Lesson 3: Active Directory Users and Groups in Windows Server 2008'>Lesson 3: Active Directory Users and Groups in Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>If you have been supporting servers for any amount of time, you have no doubt come across requests from manager for security audits, if you don’t already have them in place yourself to keep an eye on things.</p>
<p>Auditing is exactly what it sounds like &#8212; it keeps a record of things that have been modified in Active Directory.</p>
<p>In previous versions of Windows Server there was not a lot of granular control in what you were auditing.  Let’s explore some of the new auditing features in Server 2008.</p>
<h3>Auditing Changes in Windows Server 2008</h3>
<p>One of the most significant changes over the Server 2000 and Server 2003 versions of auditing is that now you can not only audit who and what attribute was changed but also what the new and old value was.</p>
<p>This is significant because you can now tell why it was changed and if something doesn’t look right you&#8217;re able to easily find what it should be restored to.</p>
<p><span id="more-516"></span></p>
<p>Another significant change is that in the past you were only able to turn auditing policy on or off for the entire Active Directory structure.  In Windows Server 2008 the auditing policy is configurable for four subcategories:</p>
<ul>
<li>Directory Service Access</li>
<li>Directory Service Changes</li>
<li>Directory Service Replication</li>
<li>Detailed Directory Service Replication</li>
</ul>
<p>This article will focus on enabling auditing on Directory Service Changes which will show us the ability to audit changes to Active Directory Domain Services.</p>
<h3>Implementing Auditing on Windows Server 2008</h3>
<p>In Server 2008 when setting up auditing there are three places you can modify to implement controls:</p>
<ul>
<li><strong>Global Audit Policy</strong> – In Server 2008 the Global Audit Policy is not on by default and must be enabled.</li>
<p></p>
<li><strong>System Access Control List (SACL)</strong> – Is the ultimate authority if an access check gets audited or not.<br />
<br />
The SACL is part of the security descriptor for an active directory object and specifies which operations should be audited.  These are set by the security administrators who have been assigned Manage Auditing and Security Log privileges.  It is assigned automatically to the Administrators Group.</li>
<p></p>
<li><strong>Schema</strong> – To protect administrators from generating too many auditing events there is an override that can be set in the schema to exclude any events that have an attribute set.<br />
<br />
We will not be covering the Schema modification in this article, but this is important for you to know.</li>
</ul>
<h3>Enable Global Audit Policy on Windows Server 2008</h3>
<p>The first step is to enable the audit policy.  I will walk you through both doing it through the GUI and then through the command line:</p>
<p><strong>1.</strong> Go to <strong>Start, Administrative Tools</strong>, and then click on <strong>Group Policy Management</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_01.png" alt="Server 2008: Auditing Active Directory - 1" title="Server 2008: Auditing Active Directory - 1" align="middle" width="476" height="113" border="0" /></p>
<p><strong>2.</strong> Navigate down through your <strong>Forest</strong>, to the <strong>Domains</strong>, then <strong>Domain Controllers</strong> and left click on <strong>Default Domain Controllers Policy</strong>.</p>
<p>You will get a warning that changes here will impact all other locations that the GPO is linked to.  Click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_02.png" alt="Server 2008: Auditing Active Directory - 2" title="Server 2008: Auditing Active Directory - 2" align="middle" width="389" height="143" border="0" /></p>
<p><strong>3.</strong> Right click on <strong>Default Domain Controllers Policy </strong>and then left click on <strong>Edit…</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_03.png" alt="Server 2008: Auditing Active Directory - 3" title="Server 2008: Auditing Active Directory - 3" align="middle" width="597" height="433" border="0" /></p>
<p><strong>4.</strong> Navigate under <strong>Computer Configurations &rarr; Policies &rarr; Windows Settings &rarr; Security Settings &rarr; Local Policies &rarr; Audit Policy</strong></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_04.png" alt="Server 2008: Auditing Active Directory - 4" title="Server 2008: Auditing Active Directory - 4" align="middle" width="597" height="436" border="0" /></p>
<p><strong>5.</strong> Right click on <strong>Audit Directory Service Access</strong>, and then click <strong>Properties</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_05.png" alt="Server 2008: Auditing Active Directory - 5" title="Server 2008: Auditing Active Directory - 5" align="middle" width="597" height="435" border="0" /></p>
<p><strong>6.</strong> Select <strong>Define these policy settings </strong>and then select <strong>Success</strong>.  Click on <strong>Apply</strong> and then <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_06.png" alt="Server 2008: Auditing Active Directory - 6" title="Server 2008: Auditing Active Directory - 6" align="middle" width="417" height="496" border="0" /></p>
<p>That’s it! You now have configured auditing via GUI.</p>
<p>Let’s take a look at the command line method (much faster):</p>
<p><strong>1.</strong> Start <strong>Command Prompt </strong>with elevated rights.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_07.png" alt="Server 2008: Auditing Active Directory - 7" title="Server 2008: Auditing Active Directory - 7" align="middle" width="397" height="497" border="0" /></p>
<p><strong>2.</strong> Type in the following command and hit <strong>Enter</strong>:</p>
<blockquote><p>
<strong>auditpol /set /subcategory:&#8221;directory service changes&#8221; /success:enable</strong>
</p></blockquote>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_08.png" alt="Server 2008: Auditing Active Directory - 8" title="Server 2008: Auditing Active Directory - 8" align="middle" width="597" height="295" border="0" /></p>
<p>I told you it was much faster!  You should see <strong>The command was successfully executed</strong>.  Now let’s move on to the next step.</p>
<h3>Setup Auditing in System Access Control List (SACL)</h3>
<p>As was mentioned earlier, the SACLs do most of the work in determining what gets auditing and what doesn’t.</p>
<p>Please note that there are many different types of SACLs that can be setup; we are only using one as an example.</p>
<p><strong>1.</strong> Open <strong>Active Directory Computers and Users</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_09.png" alt="Server 2008: Auditing Active Directory - 9" title="Server 2008: Auditing Active Directory - 9" align="middle" width="597" height="463" border="0" /></p>
<p><strong>2.</strong> Click on <strong>View</strong> and make sure that <strong>Advanced Features </strong>is enabled.  If not left click on it to place a check next to it.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_10.png" alt="Server 2008: Auditing Active Directory - 10" title="Server 2008: Auditing Active Directory - 10" align="middle" width="597" height="434" border="0" /></p>
<p><strong>3.</strong> Right click on any of the Organizational Units you want to audit; in our example I am going to audit <strong>Users</strong>. Then click on <strong>Properties</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_11.png" alt="Server 2008: Auditing Active Directory - 11" title="Server 2008: Auditing Active Directory - 11" align="middle" width="597" height="432" border="0" /></p>
<p><strong>4.</strong> In the Properties window click on <strong>Security</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_12.png" alt="Server 2008: Auditing Active Directory - 12" title="Server 2008: Auditing Active Directory - 12" align="middle" width="402" height="445" border="0" /></p>
<p><strong>5.</strong> Next click on <strong>Advanced</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_13.png" alt="Server 2008: Auditing Active Directory - 13" title="Server 2008: Auditing Active Directory - 13" align="middle" width="400" height="442" border="0" /></p>
<p><strong>6.</strong> Click the <strong>Auditing</strong> tab, then click <strong>Add</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_14.png" alt="Server 2008: Auditing Active Directory - 14" title="Server 2008: Auditing Active Directory - 14" align="middle" width="597" height="449" border="0" /></p>
<p><strong>7.</strong> Under <strong>Enter the object name to select:</strong>, type in <strong>Authenticated Users </strong>and click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_15.png" alt="Server 2008: Auditing Active Directory - 15" title="Server 2008: Auditing Active Directory - 15" align="middle" width="458" height="241" border="0" /></p>
<p><strong>8.</strong> In the next window under <strong>Apply onto:</strong>, select <strong>Descendant User Objects</strong> and under <strong>Access </strong>check the box for <strong>Successful</strong> next to <strong>Write all properties</strong> and click <strong>Ok</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_16.png" alt="Server 2008: Auditing Active Directory - 16" title="Server 2008: Auditing Active Directory - 16" align="middle" width="365" height="464" border="0" /></p>
<p><strong>9.</strong> Click <strong>Ok </strong>until you are out of any dialog boxes.</p>
<p>Now that we have enabled auditing in a SACL let&#8217;s go ahead and give it a test.</p>
<h3>Example Security Events with Auditing Enabled</h3>
<p>With auditing enabled, all events will be logged under the Security Event Viewer.  Let&#8217;s see what happens when you change a value on an object.</p>
<p>For brevity sake, I am going to create a user called <strong>audittest</strong>, change his name from <strong>Audit Test </strong>to <strong>Test Audit </strong>and then we will take a look in the security log to see what was shown.</p>
<p>There are two images that show the change that corresponds with <strong>Event 5136</strong>, here is the first one which shows the value being deleted, which in this case is <strong>Audit Test</strong>:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_17.png" alt="Server 2008: Auditing Active Directory - 17" title="Server 2008: Auditing Active Directory - 17" align="middle" width="597" height="507" border="0" /></p>
<p>The next image shows the changed object&#8217;s new value which in our case is <strong>Test Audit</strong>:</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/07/Dave_Auditing/enable_auditing_18.png" alt="Server 2008: Auditing Active Directory - 18" title="Server 2008: Auditing Active Directory - 18" align="middle" width="597" height="505" border="0" /></p>
<p>So you can see that it is very helpful if you are watching these types of things to know what the old value was compared to the new value, in case you need to quickly and easily reset the attribute without having to go to a backup.</p>
<p>There are a ton of things you can audit depending on the situation and your need.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory' rel='bookmark' title='Permanent Link: Active Directory Improvements in Windows Server 2008'>Active Directory Improvements in Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-install-active-directory-domain-services' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-users-and-groups' rel='bookmark' title='Permanent Link: Lesson 3: Active Directory Users and Groups in Windows Server 2008'>Lesson 3: Active Directory Users and Groups in Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-auditing-active-directory/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
