<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>netjammr.net - technorata</title>
	<link>http://netjammr.net/tech</link>
	<description></description>
	<pubDate>Thu, 10 Jul 2008 20:17:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Install and Configure Exchange Server 2003</title>
		<link>http://netjammr.net/tech/2008/07/10/install-and-configure-exchange-server-2003/</link>
		<comments>http://netjammr.net/tech/2008/07/10/install-and-configure-exchange-server-2003/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 14:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Exchange Server]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/07/10/install-and-configure-exchange-server-2003/</guid>
		<description><![CDATA[ 


This is the down and dirty for installing Exchange Server 2003 Standard Edition.
Windows Exchange Server 2003 Requirements
Content to follow&#8230;.be patient.
Pre-Installation steps
There are a number of preparatory steps to carry out before installing Exchange server. These steps deal mostly with installing and configuring Windows Components required by Exchange server.

  From the Start menu, locate [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/01/winserv2003web1.png' alt='winserv2003web1.png' /><br />
</div>
<p>This is the down and dirty for installing Exchange Server 2003 Standard Edition.</p>
<h2>Windows Exchange Server 2003 Requirements</h2>
<p>Content to follow&#8230;.be patient.</p>
<h2>Pre-Installation steps</h2>
<p>There are a number of preparatory steps to carry out before installing Exchange server. These steps deal mostly with installing and configuring Windows Components required by Exchange server.</p>
<ol>
  <li>From the Start menu, locate then click <span class="high">Control Panel</span>. Next, click <span class="high">Add or Remove Programs</span>.</li> 
  <li>Click <span class="high">Add or Remove Windows Components</span> to start the Windows Components Wizard.</li>
  <li>Click the <span class="high">Application Server</span> component, and then click <span class="high">Details</span>.</li>
  <li>Select the check box for <span class="high">ASP.NET</span>, and then click OK.</li>
  <li>Scroll down to <span class="high">Internet Information Services (IIS)</span> and click <span class="high">Details</span>.</li>
  <li>Select the check boxes to select the following components:
    <ol>
      <li><span class="high">NNTP</span> service</li>
      <li><span class="high">SMTP</span> service</li>
      <li><span class="high">World Wide Web</span> service</li>
    </ol>
  <li>Click OK to return to the Application Server components, and then click OK again to return to the main Windows Components Wizard page.</li>
  <li>Complete the wizard to install the components</li>
</ol>
<p>ASP is a component of IIS, and is installed by default when you install the WWW service. However, you must enable ASP in the IIS services console though it is already installed. To do this, perform the following steps:</p>
<ol>
  <li>Locate and click <span class="high">Administrative Tools</span> and start the <span class="high">IIS Manager console</span>.</li>
  <li>Expand the local computer, and then select <span class="high">Web Service Extensions</span>.</li>
  <li>Select <span class="high">Active Server Pages</span>, and then click <span class="high">Allow</span>.</li>
</ol>
<h3>Domain and Network Diagnostics</h3>
<p>Run <span class="high">dcdiag</span> and <span class="high">netdiag</span> after install Windows Supports Tools. These are command line tools</p>
<p>That is the last preparatory step, now we&#8217;ll go on to the actual Exchange installation.</p>
<h2>Installing Exchange Server 2003</h2>
<h3>Forest Prep</h3>
<p>The first step in installing Exchange Server involves updating the schema and configuration partitions in Active Directory by using Forest Prep. In simpler terms, Forest prep adds Exchange attributes to the Active Directory schema. Prior to running Forest prep, you will not find Exchange related tabs on AD user objects. After Forest prep, a user object will have the added Exchange related tabs; 
<blockquote>
<ol>
<span class="high"><li>Email Address.</li>
<li>Exchange Features.</li>
<li>Exchange Advanced.</li>
<li>Exchange General.</li>
</span>
</ol>
</blockquote>
<p>Forest prep needs to be run only once and in the root of the forest. It should be noted that Forest prep can take considerable time to execute, depending on the size of the organization. In a VM domain of 2 users, Forest prep took in excess of 10 minutes to complete. Your mileage may vary.</p>
<p>Insert the Exchange Server 2003 install CD and from the Run command type;</p>
  <blockquote>
    <code>d:\setup\i386\setup.exe /forestprep</code>
  </blockquote>
<p>At this point the wizard will open the component selection portion of Setup. The sections should already be filled in. Click <span class="high">Next</span> and you will be prompted for the Exchange Install Account&#8230;this account will be granted the Exchange Full Administrator role and will be given the authority to delegate other Exchange administrator roles. Click <span class="high">Next</span>. Forest prep will now begin.</p>
<h3>Domain Prep</h3>
<p>The process for running domain prep is the same as for forest prep. At the Run command type:</p>
  <blockquote>
    <code>d:\setup\i386\setup.exe /domainprep</code>
  </blockquote>
<p>The wizard will open the component selection portion of Setup. There is no need to change any value, Domain prep should be the listed option. Simply click <span class="high">Next</span>.</p>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/07/10/install-and-configure-exchange-server-2003/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Kernel update borks VMware</title>
		<link>http://netjammr.net/tech/2008/06/26/ubuntu-kernel-update-borks-vmware/</link>
		<comments>http://netjammr.net/tech/2008/06/26/ubuntu-kernel-update-borks-vmware/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/06/26/ubuntu-kernel-update-borks-vmware/</guid>
		<description><![CDATA[One of my favorite pieces of software is VMWare. I hate clutter, and VMWare allows me to run 2 (and more) OS&#8217;s on one system. At work, my host system runs Dapper Drake 6.06 LTS with Windows XP SP2 in a VM for Outlook and a few other Windows only programs. At home, my host [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite pieces of software is VMWare. I hate clutter, and VMWare allows me to run 2 (and more) OS&#8217;s on one system. At work, my host system runs Dapper Drake 6.06 LTS with Windows XP SP2 in a VM for Outlook and a few other Windows only programs. At home, my host system is Feisty 7.04 with a test domain complete with a Domain Controller, Exchange Server and an XP SP2 client to practice for MSCE&#8217;s in VMWare. I&#8217;ve just recently added a MOSS server to test prior to implementing at work. I interact with VMWare daily. It is the one piece of software that I would truly be lost w/out. In a word - indispensable.</p>
<p>That being said, every so often an Ubuntu update will render VMWare unusable. The update in question is a kernel update. After applying the update, and trying to open VMWare, nothing happens. No error, no fireworks - just blank.</p>
<p>To fix this, open a terminal and type:
<blockquote>
<code>sudo vmware-config.pl</code>
</blockquote>
VMware will begin the reconfiguration process that looks much the same as the initial install script. However, it will hang at the following line:
<blockquote>
<code>What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
</code>
</blockquote>
If you hit enter, the following error line will be returned:
<blockquote>
<code>
The path "/usr/src/linux/include" is not an existing directory.
</code>
</blockquote>
</p>
<h2>Solution</h2>
<p>Unfortunately, the kernel update won&#8217;t update the header files. Checking the path, <code>/usr/src/linux/include/</code> will reveal your previous header files but the most recent is not present. <strong>A little tip:</strong> to check what kernel you are running simple type <code>uname -r</code> in a terminal. Anyway, a manual update is necessary to download the most up-to-date header files. So in a terminal, type:
<blockquote>
<code>
 sudo apt-get install build-essential linux-headers-`uname -r`
</code>
</blockquote>
Now simply go back to the vmware configure script, <code>vmware-config.pl</code> and complete the header reconfiguration. This time around, VMWare automatically locates the C header files as seen in the highlighted text below:
<blockquote>
<code>
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/<strong>2.6.15-52-386</strong>/build/include]
</code>
</blockquote>
Just click the Enter key to continue the update.</p>
<p><strong>Note:</strong> Remember, to click Enter or type <strong>yes</strong> when coming to this line:
<blockquote>
<code>
Would you like to skip networking setup and keep your old settings as they are?
(yes/no) [yes]
</code>
</blockquote>
to keep the old network settings. Otherwise, you&#8217;ll have to re-network everything!
</p>
<p>So, after a kernel update, this 5 minute fix will have VMWare running good as new.</p>
]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/06/26/ubuntu-kernel-update-borks-vmware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install and Configure Windows Server Update Services 3.0 - Part 2</title>
		<link>http://netjammr.net/tech/2008/02/19/install-and-configure-windows-server-update-services-30-part-2/</link>
		<comments>http://netjammr.net/tech/2008/02/19/install-and-configure-windows-server-update-services-30-part-2/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:20:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/02/19/install-and-configure-windows-server-update-services-30-part-2/</guid>
		<description><![CDATA[ 


This is the second part of a two-part article on Installing and Configuring WSUS 3.0. The first part can be found here
Configuring WSUS 3.0
The WSUS 3.0 configuration wizard will be run immediately after installation or at a later time. If you want to change the configuration later, you run WSUS Server Configuration Wizard from [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/02/microsoft.gif' alt='microsoft.gif' /><br />
</div>
<p>This is the second part of a two-part article on Installing and Configuring WSUS 3.0. The first part can be found <a href="http://netjammr.net/tech/2008/02/18/installing-windows-server-update-services-30/">here</a></p>
<h2>Configuring WSUS 3.0</h2>
<p>The WSUS 3.0 configuration wizard will be run immediately after installation or at a later time. If you want to change the configuration later, you run <span class="high">WSUS Server Configuration Wizard</span> from the <span class="high">Options</span> page of the WSUS 3.0 Admin console.</p>
<h3>Choose the upstream server</h3>
<ol>
<li>Click <span class="high">Next</span> in the <span class="high">Before you begin</span> section. We don&#8217;t have to worry about this since we have no proxy server or corporate firewalls to configure.</li>
<li>In the next screen I opted out of the Microsoft Improvement Program.</li>
<li>On the <span class="high">Choose Upstream Server</span> page, select the source from which this server will get its updates (Microsoft Updates or another WSUS server). I chose <span class="high">Synchronize from Microsoft Updates</span>.</li>
<li>This installation assumes no proxy server configuration and a single upstream server so you are finished with this step, just click <span class="high">Next</span></li>
</ol>
<h3>Connect to the upstream server</h3>
<ol>
<li>Click the <span class="high">Start Connecting</span> button, which will save and upload your settings and then download information about available updates, products and classifications.</li>
<li>If there are problems with the connection, use the <span class="high">Stop Connecting</span> button.</li>
<li>After a successful connection, click <span class="high">Next</span> then go on to the <span class="high">Choose Languages</span> page and click <span class="high">Next</span>.</li>
<li>In the <span class="high">Choose Products</span> and <span class="high">Chose Classifications</span> sections I chose items most pertinent to my clients environments</li>
<li>In the <span class="high">Configure Sync Schedule</span> page I chose to synchronize on a schedule - around 2am for my WSUS server. Click <span class="high">Next</span> and you&#8217;ll see that although you&#8217;ve scheduled a scan later, the server will do an immediate initial synchronization with the Microsoft Update site. Remember, the initial sync operation will take some time. Click <span class="high">Next</span> and then <span class="high">Finish</span>.</li>
</ol>
<h3>Creating Computer Groups</h3>
<p>While your WSUS server is synchronizing, you can go ahead and plan out what computer groups you&#8217;d like to set up in the WSUS Admin console. This will depend on your environment. Maybe you&#8217;d like to group your update clients in a manner similar to your AD OU&#8217;s or maybe by floors or physical locations? It might also be a good idea to have a test group to vet out any new updates. If the test group okay&#8217;s the updates, they are clear to push to the remainder of your organization.</p>
<p>Creating groups is very easy. Open the WSUS Admin console, locate the <span class="high">Computers</span> node, right-click and select <span class="high">Add Computer Group</span>. Name your Computer group and click <span class="high">OK</span>.</p>
<h3>Configure Client Updates</h3>
<p>There are two methods of ensuring Automatic Update clients are receiving updates from your WSUS server. The first is by using Group Policy and the second is by configuring client registry&#8217;s or Local Group Policy Object. Since I&#8217;m using AD, I will use the former Group Policy method.</p> 
<p>First of all, you must upgrade all XP clients to SP2 if not already done so as SP has the latest compatible version of Automatic Updates that syncs with WSUS. Vista clients require no upgrade. As for Windows 2000 or 98, you&#8217;re on your own.</p>
<p>After ensuring all clients are either Vista or XP SP2, I&#8217;m going to create a GPO to configure client updating</p>
<p>Microsoft recommends that you not use the Default Domain Policy to configure client updates so I went ahead and created a new one (WSUS Domain Policy) and added it to my Admin MMC console. I&#8217;m controlling my WSUS Policy from my DC but you can use any system you want really. However, you need to ensure that the WSUS Administrative Template is loaded. To do that simply click the Administrative node, either one will do, then from the main menu select <span class="high">Action</span>, click <span class="high">Add/Remove Templates</span>, click <span class="high">Add</span>, and select <span class="high">wuau.adm</span>. In the <span class="high">Add/Remove Templates</span> dialog box, click <span class="high">Close</span>. You might already have the Administrative template, if so, that&#8217;s one less step for you.</p>
<p>To configure Automatic client updates we&#8217;ll need to edit the WSUS Domain Policy I created earlier. Simply follow these steps:</p>
<p><strong>Configure Automatic Updates</strong></p>
<ol>
<li>In the Group Policy Object Editor, expand <span class="high">Computer Configuration</span>, expand <span class="high">Administrative Templates</span>, expand <span class="high">Windows Components</span> and then click <span class="high">Windows Update</span>.</li>
<li>In the details pane, click <span class="high">Configure Automatic Updates</span></li>
<li>Click <span class="high">Enabled</span>. You will also see several Update options. I won&#8217;t go into the details of each one. They are self-explanatory. I chose to <span class="high">Auto download and schedule the install</span> so as to keep things as automated as possible.</li>
</ol>
<p>Next, we&#8217;ll need to specify the location where the clients attempt to download updates, specifically our WSUS 3.0 server.</p>
<p><strong>Specify intranet Microsoft Update service location</strong></p>
<ol>
<li>In the Group Policy Object Editor, expand <span class="high">Computer Configuration</span>, expand <span class="high">Administrative Templates</span>, expand <span class="high">Windows Components</span> and then click <span class="high">Windows Update</span>.</li>
<li>In the details pane, click <span class="high">Specify Intranet Microsoft update service location</li>
<li>Click <span class="high">Enabled</span> and type the HTTP(S) URL of the same WSUS server in the <span class="high">Set the intranet update service for detecting updates</span> box and in the <span class="high">Set the intranet statistics server</span> box. For example, type <span class="high">http(s)://servername</span> in both boxes where <code>servername</code> is the name of the server. If the port is not 80 for HTTP or 443 for HTTPS, you should add the port number: <span class="high">https://servername:portnumber</span></li>
</ol>
<p><strong>Automatic Update detection frequency</strong></p>
<p>The specifics of this policy deal with how often clients check for new updates. It&#8217;s in the same node as the two above examples. I&#8217;ve set mine to check every 12 hours.</p>
<p><strong>Command-line Options</strong</p>
<p>Usage of the command line can come in handy sometimes. To immediately enforce any Group Policy updates, simply type:
<blockquote><span class="high">gpupdate /force</span>.</blockquote>
</p>
<p>To force a client to detect its&#8217; assigned WSUS Intranet server, type:
<blockquote><span class="high">wuauclt.exe /detectnow</span>.</blockquote>
</p>
<p>In addition, if you are using client-side targeting to assign group computer membership type the following to initiate detection and update group membership:
<blockquote><span class="high">wuauclt.exe /resetauthorization /detectnow</span></blockquote>
</p>
<h1>Conclusion</h1>
<p>I&#8217;ve touched upon one simple implementation of WSUS 3.0 - there are many other, more complex scenarios however. This is definitely a product that Windows IT Administrators can put to good use, with minimal effort.</p>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/02/19/install-and-configure-windows-server-update-services-30-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install and Configure Windows Server Update Services 3.0 - Part 1</title>
		<link>http://netjammr.net/tech/2008/02/18/installing-windows-server-update-services-30/</link>
		<comments>http://netjammr.net/tech/2008/02/18/installing-windows-server-update-services-30/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/02/18/installing-windows-server-update-services-30/</guid>
		<description><![CDATA[ 


Microsoft receives quite a bit of flak for their monopolistic tendencies and uninspiring software but to their credit, from time to time they release some useful products. One piece of software that is quite useful is Windows Server Updates Services or WSUS. In this article I&#8217;ll cover some requirements and go through an install [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/02/microsoft.gif' alt='microsoft.gif' /><br />
</div>
<p>Microsoft receives quite a bit of flak for their monopolistic tendencies and uninspiring software but to their credit, from time to time they release some useful products. One piece of software that is quite useful is Windows Server Updates Services or WSUS. In this article I&#8217;ll cover some requirements and go through an install using <a href="http://www.vmware.com/">VMware Server Console</a>.</p>
<p>This is part one of a two part article.</p>
<br />
<h2>WSUS 3.0 SP1 Requirements on Windows Server 2003 SP1</h2>
<ol>
<li>Microsoft Internet Information Services (IIS) 6.0.</li>
<li>Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 Windows Server 2003.</li>
<li>Microsoft .NET Framework Version 2.0 Redistributable Package (x86).</li>
<li>Microsoft Report Viewer Redistributable 2005.</li>
<li>Microsoft Management Console 3.0 for Windows Server 2003.</li>
<li>System and WSUS install partition must be NTFS.</li>
<li>Minimum 1GB of free space on the system partition.</li>
<li>Minimum 20GB of free space in recommended for the volume where WSUS stores updates - 30GB is recommended. For purposes of demonstration, I will use 8GB.</li>
<li>A minimum of 2GB of free space where WSUS setup installs Windows Internal Database.</li>
</ol>
<p>Please check the WSUS 3.0 SP1 page for Windows Server 2008 requirements, there are some differences. I would also suggest browsing through <span class="high">Deploying Microsoft Windows Server Update Services </span>and <span class="high">Step-by-Step Guide to Getting Started with Microsoft Windows Server Update Services 3.0</span> for in depth information regarding the following installation.</p>
<p>A few other points to note, you cannot upgrade from WSUS 2.0 to WSUS 3.0. You must uninstall the previous version before installing WSUS 3.0.</p>
<h2>Prepatory steps to installation</h2>
<p>Before commencing with installation, two elements in your network need to be considered, if you have them. The first is your Proxy Server, the second is your firewall.</p>
<h3>Proxy Server considerations</h3>
<ol>
<li>What protocols are supported by your proxy server? WSUS uses HTTP and SSL so your proxy server will need to support both.</li>
<li>The authentication method used by the proxy server (basic vs Windows authentication).</li>
</ol>
<h3>Firewall considerations</h3>
<ol>
<li>Your firewall must allow traffic thru port 80 (HTTP) and 443 (SSL) - this is not configurable.</li>
<li>If those ports are opened but restricted to certain sites, please see <span class="high">Deploying Microsoft Windows Server Update Services </span> for an exhaustive list of required domains.</li>
<li>Corporate firewall configuration is separate from Windows firewall on the WSUS server.</li>
<li>Any downstream servers can be configured to use ports other than 80 and 443, however this does not apply to the upstream server communicating directly with the Microsoft Update site.</li>
</ol>
<h2>Required Software</h2>
<p>So, first I&#8217;m going to install and configure IIS 6.0</p>
<ol>
<li>Click <span class="high">Start</span>, select <span class="high">Control Panel</span> and then click <span class="high">Add or Remove Programs.</span></li>
<li>Click <span class="high">Add/Remove Windows Components</span></li>
<li>In the <span class="high">Components</span> list select <span class="high">Application Server</span>. Click <span class="high">Details</span> and make sure that ASP.NET is selected</li>
<li>Click <span class="high">OK</span> , click <span class="high">Next</span>, and then follow the instructions on the screen.</li>
</ol>
<p>After IIS is installed, download and install the following:</p>
<ol>
<li>Note: If the server you are installing WSUS 3.0 on hasn&#8217;t been updated you may need to download and install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5fbc5470-b259-4733-a914-a956122e08e8&#038;displaylang=en&#038;Hash=kn893i0yf0ZLuXG6wS51uh%2f0LaFnXBkUIFFCMKN%2fnCHRVNGjffu7USP8T%2fzLKYGSFGHavbxprgMFqCCApMwvsg%3d%3d/">Windows Installer 3.0 Redistributable</a> first. Also, I went ahead and installed Server 2003 SP2 because MMC 3.0 wouldn&#8217;t install without SP1 or higher.</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&#038;displaylang=en/">Microsoft .NET Framework Version 2.0 Redistributable Package (x86).</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3fd31f05-d091-49b3-8a80-bf9b83261372&#038;DisplayLang=en"/>Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 Windows Server 2003.</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8a166cac-758d-45c8-b637-dd7726e61367&#038;DisplayLang=en"/>Microsoft Report Viewer Redistributable 2005.</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4c84f80b-908d-4b5d-8aa8-27b962566d9f&#038;DisplayLang=en"/>Microsoft Management Console 3.0 for Windows Server 2003.</a></li>
</ol>
<h2>Installing WSUS 3.0</h2>
<p>Now that all the prerequisites are out of the way we can go ahead and install WSUS 3.0.</p>
<ol>
<li>Double click the installer file.</li>
<li>On the <span class="high">Welcome</span> page, click <span class="high">Next</span>.</li>
<li><span class="high">On the Installation Mode Selection</span> page, select the <span class="high">Full Server installation including Administration Console</span> check box, and then click <span class="high">Next</span>.</li>
<li>Accept the license agreement and then click <span class="high">Next</span></li>
<li>On the <span class="high">Select Update Source</span> page, you can specify where the updates will be stored. I added an additional virtual 8Gb hard drive to store updates so that the location read: <span class="high">E:\WSUS\</span>. Make sure that the check box <span class="high">Store updates locally</span> is checked otherwise clients will update directly from the Microsoft Update site.</li>
<li>Click <span class="high">Next</li>
<li>On the <span class="high">Database Options</span> page, select the software used to manage the WSUS database. I chose the default <span class="high">Microsoft SQL Server 2005 Embedded Edition</span> and then clicked <span class="high">Next</span>. The location should be the same as the step above <span class="high">E:\WSUS\</span></li>
<li>On the <span class="high">Web Site Selection</span> page, you specify the Web site that WSUS will use to point client computers to WSUS. Unless you already have a website using port 80 on the server you are installing WSUS on, go with the recommended selection. Choose the second option to install WSUS using the alternate port 8530. Click <span class="high">Next</span></li>
<li>On the <span class="high">Ready to Install Windows Server Update Services</span> page, review your choices and then click <span class="high">Next</span></li>
<li>The final page of the install wizard will tell you whether or not WSUS 3.0 was completed successfully. After you click <span class="high">Finish</span> the configuration wizard will be launched</li>
</ol>
<p>Now that we&#8217;re finished with the installation, we can take a break and come back later or go on to the next step, <a href="http://netjammr.net/tech/2008/02/19/install-and-configure-windows-server-update-services-30-part-2/">Configuring WSUS 3.0</a></p>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/02/18/installing-windows-server-update-services-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setup a backup server with FreeNAS</title>
		<link>http://netjammr.net/tech/2008/02/03/setup-a-backup-server-with-freenas/</link>
		<comments>http://netjammr.net/tech/2008/02/03/setup-a-backup-server-with-freenas/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 21:30:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[GNU]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/02/03/setup-a-backup-server-with-freenas/</guid>
		<description><![CDATA[ 


A few years ago my data added up to a few Gig and backups were a simple matter of adding another mirrored hard drive to my one trusty Dell 700XPS. However, as my home network has expanded with music, image and video data and several computers and laptops, I found the need for a [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/02/freenas.jpg' alt='freenas.jpg' />
</div>
<p>A few years ago my data added up to a few Gig and backups were a simple matter of adding another mirrored hard drive to my one trusty Dell 700XPS. However, as my home network has expanded with music, image and video data and several computers and laptops, I found the need for a dedicated backup box essential.</p>
<p>My requirements were simple. It needed to be free, easy to configure, scaleable, somewhat well documented and have miserly system requirements. There are many open source solutions out there but I decided to implement <a href="http://www.freenas.org/">FreeNAS</a>.</p><br />
<p>The box I used for this had the following specs:</p>
<ul>
<li>System: Dell PowerEdge 400SC</li>
<li>Proc: Intel Pentium 4 Northwood 2.8Ghz</li>
<li>Memory: 2Gb - 4 x 512Mb</li>
<li>Video: Rage XL</li>
<li>OS drive: 40Gb Seagate Barracuda 7200.7 UltraATA</li>
<li>Data drive: 200Gb Western Digital WD2000JB</li>
<li>Optical drive: LG Superdrive DVD/CD-RW</li>
</ul>
<p>Just a quick note on the above system specs. While a 2.8Ghz Northwood and 2Gig of RAM is by no means bleeding edge performance, I also realize it&#8217;s not exactly miserly. However, it&#8217;s the only spare system I had and I&#8217;m not going out to buy a weak Celeron system with 256Megs of RAM to demonstrate how efficiently FreeNAS uses system resources. With that said, let&#8217;s go on to the installation.</p>
<p>INSTALLATION</p>
<ol>
<li>Download the lastest stable image from the FreeNAS site and burn image to CD</li>
<li>Boot up your system with FreeNAS LiveCD (not the embedded *.img)</li>
<li>Hit Enter when the FreeNAS splashpage appears.</li>
<li>Select <code>9</code> to install to your harddrive</li>
<li>Select <code>3</code> to install full release</li>
<li>FreeNAS setup will list the detected CDROM. Mine was <code>acd0</code></li>
<li>The next prompt was to enter the name of the CD-ROM drive, I entered <code>acd0</code> that the install routine detected.</li>
<li>A list of detected drives will be listed and a prompt <code>Enter the name of the hard drive</code>. This drive will be the FreeNAS installation drive not the data drive.</li>
<li>My listed drives were:
<blockquote>
ad0: 38146MB <ST340014A/3.16><br />
ad1: 190783MB <WDC WD2000JB-00GVA><br />
</blockquote>
</li>
<li>I typed the following for my OS drive - <code>ad0</code></li>
<li>At the next prompt, type in the size of your OS partition. I&#8217;m utilizing the entire disk so I typed the following: <code>38146</code></li>
<li>The OS will install and then you are free to reboot the system</li>
<li>The next step is to assign the LAN interfaces.</li>
<li>After entering back into the setup menu, select <code>1 - Assign Interfaces</code>.</li> 
<li>My installation automatically detected the interface - in my case <code>em0</code> and that is what I typed when prompted to enter my LAN interface.</li>
<li>I don&#8217;t want to configure additional (Optional) interfaces, so in the next screen I just hit the Enter key and in the next screen applied any changes by typing <code>y</code></li>
<li>In the main menu I selected <code>2 - Set LAN IP Address</code></li>
<li>I typed <code>n</code> when asked if I wanted to use DHCP for IPv4 and then entered my preferred static IP address</li>
<li>My LAN subnet bit count was 24 and my IPv4 gateway was my router at 192.168.1.1</li>
<li>I also added my DNS information, external Comcast but I&#8217;m not sure if I should have just pointed it to my internal Linksys router - not sure if it does forwarding automagically.</li>
<li>I configured IPv6 to configure automatically and then sent a test ping to my router. Looks good so far.</li>
<li>So you should get a message about the assigned address and that you can access the WebGUI there.</li>
<li>I logged on to mine at 192.168.1.30 - w/username: <code>admin</code> and password <code>freenas</code>.</li>
<li>Once logged in, I went ahead and modified some of my network settings. I changed to reflect my network name suffix and also added a DNS server address. I also went ahead and changed the WebGUI password.</li>
<li>Go to <code>Disks -> Management</code> and click on the + sign.</li>
<li>On the next page, select the disk you want to use as your Backup directory. In my case, <code>ad1</code> as noted earlier in these instructions</li>
<li>In the Preformated FS drop down, we will leave the value as <code>Unformated</code>, click <code>Add</code> and in the next window<code>Apply</code></li>
<li>Next we want to format the disks. I selected <code>ad1</code> and <code>UFS with soft updates</code></li>
<li>Now to mount the disk we use <code>Disks -> Mount Point</code>, click the + sign and select the disk to mount. I used the following values:
<blockquote>
Partition: EFI GPT<br />
File System: UFS<br />
</blockquote>
</li>
<li>Click <code>Save</code> and <code>Apply</code></li>
<li>Now we need to start a few daemons, specifically enabling CIFS/Samba</li>
<li>Click the <code>Services -> CFS/SMB</code> link and check the <code>Enable</code> box.</li>
<li>Leave all the default values and click the <code>Save</code> button for now. We&#8217;ll go back and change things as needed.</li>
<li>Apparently as of version 0.685b we need to assign shares. So click the <code>Shares</code> tab and enter the appropriate information. I used the browse button to select the right syntax for the file path and also unchecked the <code>Hosts deny</code> option.</li>
<li>At this point, in a Windows system I am able to type <code>\\192.168.1.30</code> in the Run command and access the share. On Gutsy I can open Nautilus, click <code>Go -> Location</code> and type in the ip address and access the share as well.</li>
<li>Now that we&#8217;ve tested CFS/SMB access, we want to go ahead and allow our *nix systems native access with NFS. Locate and click <code>Services -> NFS</code></li>
<li>Check the enable check box. Enter the correct subnet that will have access, including the subnet mask which in my case was <code>192.168.1.0/24</code>. Click Save and Restart and make sure that enable is checked. Let&#8217;s test now.</li>
<li>Well, I see it but it&#8217;s not listed in my normal network because I haven&#8217;t edited those network settings. It shows up in Workgroup and the only place i can see to change that is in CFS/SMB.</li>
<li>Change the workgroup name to whatever you network name is - in my case it is <code>homenet.local</code> Click Save and restart</li>
<li>Checked it again and there it is. Easy.</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/02/03/setup-a-backup-server-with-freenas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RIAA website hacked</title>
		<link>http://netjammr.net/tech/2008/01/21/riaa-website-hacked/</link>
		<comments>http://netjammr.net/tech/2008/01/21/riaa-website-hacked/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 17:32:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[hack]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/01/21/riaa-website-hacked/</guid>
		<description><![CDATA[ 


Ah, this is sweet justice. What kind of crappy web team do they have that leaves such a high profile site open to SQL Injection attack? n00bz.
]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/01/glider.jpeg' alt='glider.jpeg' /><br />
</div>
<p>Ah, <a href="http://www.theregister.co.uk/2008/01/21/riaa_hacktivism/">this is sweet justice</a>. What kind of crappy web team do they have that leaves such a high profile site open to SQL Injection attack? n00bz.</p>
]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2008/01/21/riaa-website-hacked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacBook with Ubuntu Feisty Fawn 7.04</title>
		<link>http://netjammr.net/tech/2007/11/26/macbook-with-ubuntu-feisty-fawn-704/</link>
		<comments>http://netjammr.net/tech/2007/11/26/macbook-with-ubuntu-feisty-fawn-704/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 02:52:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2007/11/26/macbook-with-ubuntu-feisty-fawn-704/</guid>
		<description><![CDATA[ 


The last few years I have really become a fan of the Linux distribution, Ubuntu. I&#8217;ve tried other distro&#8217;s and they each have their good points but what I liked about Ubuntu was the large community and expansive support. Not only that, but Ubuntu is a snap to get up and running. Yes, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/01/ubuntulogo.png' alt='ubuntulogo.png' /><br />
</div>
<p>The last few years I have really become a fan of the Linux distribution, <a href="http://www.ubuntu.com">Ubuntu</a>. I&#8217;ve tried other distro&#8217;s and they each have their good points but what I liked about Ubuntu was the large community and expansive support. Not only that, but Ubuntu is a snap to get up and running. Yes, I&#8217;ve set up a Debian and a Slackware box but at this point I&#8217;m more impressed by a distro that I can start using immediately with minimum fuss.</p>
<p>That being said, I am also a fan of the latest Apple MacBook. It&#8217;s small, powerful and now that it&#8217;s powered by Intel processors, I don&#8217;t have to settle for a PPC version of Linux. So below is a down and dirty on the steps I took to set up my MacBook with Ubuntu 7.04. Your mileage may vary&#8230;.</p>
<p>INSTALLATION</p>
<ol>
<li><strong>Insert CD:</strong> Follow all default instructions, (US Keyboard, EST time zone, Partition entire disc, etc&#8230;)</li>
<li>After installation is complete reboot and enter configuration phase</li>
</ol>
<p>HOSTNAME</p>
<ol>
<li>Open System > Administration > Network and change hostname to nixbook.somenet.local. In addition, add correct DNS settings.</li> 
<li>In Hosts tab edit IP address with correct Alias information (192.168.1.x = nixbook.somenet.local, 127.0.1.1 = nixbook.somenet.local, 127.0.0.1 = localhost, nixbook.somenet.local)</li>
</ol>
<p>REPOSITORIES</p>
<ol>
<li>Go to <a href="http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_add_extra_repositories">http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_add_extra_repositories</a> to edit correct repositories.</li>
<li>Run <code>sudo apt-get update</code> to acquire all updates</li>
</ol>
<p>DISPLAY RESOLUTION</p>
<ol>
<li><code>sudo apt-get install 915resolution</code></li>
<li>Ctrl + Alt + Del to restart GDM and then edit display settings.</li>
</ol>
<p>COMPILE TOOLS</p>
<ol>
<li><code>sudo apt-get install build-essential or sudo aptitude install build-essential</code></li>
</ol>
<p>TOUCHPAD</p>
<ol>
<li>see <a href="http://help.ubuntu.com/community/macbook">http://help.ubuntu.com/community/macbook</a></li>
<li>For touchpad delay, <a href="http://simon.vanderlinden.ev.org/howtos/macbook-emulates-a-synaptics-touchpad-with-ubuntu-gnulinux/">this site</a> has some good info&#8230;.</li>
</ol>
<p>FONT SMOOTHING</p>
<ol>
<li>add the following lines to <code>/etc/apt/sources.list</code>
<blockquote>deb http://wwww.telemail.fi/mlind/ubuntu feisty fonts<br />
deb-src http://www.telemail.fl/mlind/ubuntu feisty fonts</li>
<li><code>sudo aptitude install libfreetype6 libcairo2 libxft2</code></li>
</ol>
<p>WINDOWS FONTS</p>
<ol>
<li><code>sudo apt-get install msttcorefonts</code></li>
</ol>
<p>SPEED UP GNOME</p>
<ol>
<li>Open your text editor of choice and copy and paste in the following text:
<blockquote><code>gtk-menu-popup-delay = 0"| tee -a .gtkrc-2.0</code></blockquote><li>
<li>Save the file into your home directory with the name .gtkrc-2.0 (don&#8217;t forget the period before the filename), and restart your session (CTRL+ALT+BACKSPACE). You&#8217;ll notice a nice speed boost when browsing within a category in your menu.</li>
<li><blockquote><code>
   1. gtk-menu-popup-delay = "0" | tee -a gtkrc - 2.0<br />
   2. Save into home directory<br /></code></li>
</ol>
<p>WIRELESS</p>
<ol>
<li>Go to NDISWrapper home page http://ndiswrapper.sourceforge.net. Find the installation page and follow instructions</li>
<li>Make sure before compiling that you have <code>sudo apt-get install build-essential</code> to compile programs</li>
<li>Download latest NDISWRAPPER version; 1.4.9 as of Nov 2007.</li>
<li>After downloading to your desktop, go to the source-directory and run make distclean and make. As root, run make install. This should compile and install both the kernel module and the userspace utilities.</li>
<li>Go to the &#8220;List&#8221; page in the NDISWRAPPER web page to find your version of wireless card. First, identify the type of card you have with <code>lspci</code>.</li>
<li>To identify the driver that you need from List, first identify the card you have with <code>lspci</code> and note the first column such as <code>0000:00:0c.0</code> and then find out the PCI ID of the card by running <code>lspci -n</code> and locating the entry corresponding to the first column of lspci output. The PCI ID is third column or fourth in some distributions and of the form <code>104c:8400</code>. Now you need to get the Windows driver for this chipset. <br />
In the List, find out an entry for the same PCI ID, and download the driver corresponding to it. Unpack the Windows driver with unzip/cabextract/unshield tools, and find the INF file (.INF or .inf extension) and the SYS file (.SYS or .sys extension). If there are multiple INF/SYS files, you may look in the List if there are any hints about which of them should be used. Make sure the INF file, SYS file and any BIN files (For example, TI drivers use BIN firmware) files are all in one directory.</li>
<li>In the list I looked under &#8220;A&#8221; for the Atheros card that is standard on the Mac Core Duo 2&#8217;s . The executable on my desktop was from the Lenovo site and was <code>7iwc28ww.exe</code>. The command to cabextract was cabextract filename, easy as can be!!</li>
<li>Now use ndiswrapper to install. <code>ndiswrapper -i NET5416.INF</code></li>
<li>This copies all necessary files to <code>/etc/ndiswrapper</code> and creates the config files for your card. After installing you can run <code>ndiswrapper -l</code> to see the status of your installed drivers. You should see something like:
<blockquote><code>
net5416 : driver installed<br />
device (168C:0024) present</code></blockquote></li>
<li>Then you have to load the interface with <code>modprobe</code>, type this before hand to ensure there are no errors. <code>depmod -a</code> then <code>modprobe ndiswrapper</code>. The drivers should be loaded, now just ensure that your wireless interface is configured correctly by going to System > Administration > Network and ensure that your wireless interface is active.</li>
</ol>
<p>WICD</p>
<ol>
<li>These steps are optional&#8230;I got WICD working intermittently - maybe it&#8217;s more stable since this post?
<li>Go to WICD sourceforge download package.</li>
<li><code>sudo apt-get remove network-manager</code> even if a fresh install.</li>
<li>&#8230;or simply use Synaptic Package manager > search for WICD and install. It will remove other possible conflicting pages but continue with installation.</li>
<li>To install it in the task tray open System > Preferences > Sessions, click new > in the name field type WCID and in command type <code>/opt/wicd/tray.py</code></li>
</ol>
<p>MULTIMEDIA</p>
<ol>
<li>changed <code>/etc/apt/sources.list</code> and changed all entries <code>"http://us.archive...."</code> by omitting the &#8220;us&#8221; nation portion.</li>
<li>then added <code>"deb http://packages.medibuntu.org/"</code> to my list or use this one <code>"http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_add_extra_repositories"</code></li>
<li>then do <code>sudo apt-get install w32codecs</code></li>
<li>then do <code>sudo apt-get update</code> and <code>sudo apt-get install libdvdcss2</code></li>
<li>Afterwards you can install <a href="http://www.mplayerhq.hu/design7/news.html">mplayer</a> and <a href="http://www.videolan.org/vlc/">vlc</a>.</li>
<li>Ensure that you go into each players preferences section and edit the codecs being used. VLC was changed to the X11 codec and I think I set mplayer to OpenGL</li>
</ol>
<p>VMWARE SERVER</p>
<ol>
<li><a href="http://www.howtoforge.com/ubuntu_feisty_fawn_vmware_server_howto">http://www.howtoforge.com/ubuntu_feisty_fawn_vmware_server_howto</a></li>
<li>to find kernel version: <code>sudo uname -r</code></li>
<li>change old command <code>sudo vmware-install.pl</code> to <code>sudo ./vmware-install.pl</code></li>
<li>also run <coe>sudo apt-get install  libx11-6 libxtst6 libice-dev libsm-dev libxt6</code></li>  
<li>continue with installation choosing defaults</li>
</ol>
<p>VERSION CHECK</p>
<ol>
<li>in terminal <code>lsb_release -a</code></li>
</ol>
<p>FAN</p>
<ol>
<li><code>sudo sh -c "echo 6000 > /sys/devices/platform/applesmc/fan0_minimum_speed</code> more than likely set for less, say 4500 (11.26.07)</li>
<li>You must ensure you have the correct privileges assigned</li>
</ol>
<p>JAVA</p>
<ol>
<li>Firefox plugin: <code>sudo apt-get install sun-java6-plugin</code></li>
<li>JAVA JDK: <code>sudo apt-get install sun-java6-jdk</code></li>
<li>Check version: <code>java -version</code></li>
</ol>
<p>That was easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2007/11/26/macbook-with-ubuntu-feisty-fawn-704/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Windows Server 2003 Standard Edition</title>
		<link>http://netjammr.net/tech/2007/11/19/installing-windows-server-2003-standard-edition/</link>
		<comments>http://netjammr.net/tech/2007/11/19/installing-windows-server-2003-standard-edition/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 03:15:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VMWare]]></category>

		<category><![CDATA[Windows Server  2003]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2008/01/19/installing-windows-server-2003-standard-edition/</guid>
		<description><![CDATA[ 


Possibly I&#8217;m bored or I am actually being responsible and documenting a successful Server 2k3 install. I attempted something similar last year using a wiki  when I was studying for an MSCE exam (I passed thanks much). Since then I&#8217;ve been busy with web development projects and haven&#8217;t had much reason to mess [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src='http://netjammr.net/tech/wp-content/uploads/2008/01/winserv2003web1.png' alt='winserv2003web1.png' /><br />
</div>
<p>Possibly I&#8217;m bored or I am actually being responsible and documenting a successful Server 2k3 install. I attempted something similar last year using a <a href="http://70-284.pbwiki.com/">wiki</a>  when I was studying for an MSCE exam (I passed thanks much). Since then I&#8217;ve been busy with web development projects and haven&#8217;t had much reason to mess with Windows server&#8217;s aside from basic administration tasks. However, I&#8217;m getting the itch to get back on track and finish my MSCE and where better to start than by documenting a Windows Server 2003 installation.</p>
<p><em>Note: This is all being done in VMWare Server on a Linux host OS - Ubuntu Gutsy to be specific.</em></p>
<h2>Windows Server 2003 Requirements</h2>
<p>Let&#8217;s do away with all the obvious stuff.</p>
<ol>
     <li><strong>Computer and processor:</strong> 133-MHz processor required; 550-MHz or faster processor recommended; support for up to four processors on one server.</li>
     <li><strong>Memory:</strong> 128 MB of RAM required; 256 MB or more recommended; 4 GB maximum.</li>
     <li><strong>Hard disk:</strong> 1.2 GB for network install; 2.9 GB for CD install.</li>
     <li><strong>Drive:</strong> CD-ROM or DVD-ROM drive.</li>
     <li><strong>Display:</strong> VGA or hardware that supports console redirection required; Super VGA supporting 800 x 600 or higher-resolution monitor recommended.</li>
</ol>
<h2>On with the installation&#8230;</h2>
<p>So before I continue, I&#8217;ll just add the obvious fact that we&#8217;ll need the space formatted for NTFS. So next&#8230;</p>
<ol>
     <li>Insert the CD, boot up the system, install in the desired partition using NTFS (NTFS Quick is fine too) and let the setup finish.</li>
     <li>When prompted for licensing scheme, I selected the option that clients would have licenses. It&#8217;s a guess and what made me decide to do this write up in the first place.</li>
     <li>After setup is complete, login. There is no domain to log into yet, we&#8217;ll create the domain shortly.</li>
     <li>After logging in, a large window will appear labeled <span class="high">ManageYour Server</span>. Locate and click the <span class="high">add or remove a role</span> link. This is where we&#8217;ll begin to create our domain controller.</li>
     <li>On the <span class="high">Configuration Options</span> page, since this is our first server in the domain, we will select <span class="high">Typical configuration for a first server</span>.</li>
     <li>In the <span class="high">Active Directory Domain Name</span> page we will give our domain a name. Mine is <span class="high">TestNet.local</span>. I used the default <span class="high">.local</span> extension but Microsoft allows others as well.</li>
     <li>On the <span class="high">NetBIOS Name</span> page I used the default provided given my AD Domain name; <span class="high">TESTNET</span>.</li>
     <li>You should be presented with a summary of configuration options at this point. Mine was:<br />
     <blockquote>
     <code>Install DHCP server (if required)<br />
     Install Active Directory and DNS server (sets up this server as a domain controller)<br />
     Create the following full domain name: TestNet.local</code>
    </blockquote>
     </li>
     <li>Click <span class="high">Next</span> and the configuration will be applied and the system will restart.</li>
     <li>Log back in (you&#8217;ll see the domain name listed now) and a page presents you with all the configuration changes.</li>
     <li>Okay, now let&#8217;s do all our Windows updates. This will take some time. So fire up IE, start the updates and go grab some coffee or stimulant of choice.</li>
</ol>
<p>That&#8217;s enough for now&#8230;I&#8217;ll cover finishing the install in Part 2</p>
<h2>DNS Configuration</h2>
<p>So now we&#8217;ll configure our DNS, specifically I want to check that reverse lookups are have been installed.</p>
<ol>
<li>Open <span class="high">DNS Management</span>, then expand your server node</li>
<li>Locate and right click the folder <span class="high">Reverse Lookup Zones</span> selecting <span class="high">New Zone</span></li>
<li>Click <span class="high">Next</span> and in the next window select <span class="high">Primary Zone</span></li>
<li>Click <span class="high">Next</span> and select <span class="high">To all DNS servers in the Active Directory forest&#8230;</span></li>
<li>Click <span class="high">Next</span> and input your network number in the area labeled <code>Network ID</code>. So for a refresher, if your network range was <span class="high">192.168.1.1 - 254</span> your Network ID would be <span class="high">192.168.1</span>. Click <code>Next</span></li>
<li>If prompted to configure Dynamic Updates, select <span class="high">Allow only secure&#8230;</span> just to be safe. This will only allow AD clients to alter DNS records so remember if you&#8217;ll need to manually update entries for non-AD members.</li>
<li>Click <span class="high">Finish</span></li>
</ol>
<p>So that&#8217;s it, pretty easy. Something to note, you won&#8217;t see your DNS clients immediately creating their PTR or reverse lookup records, it can take some time. As long as you followed the instructions in Step 6 above, your <strong>AD</strong> clients will update dynamically. However, if you can&#8217;t wait, you can create the resource record by right clicking in the Reverse Zone node and selecting <span class="high">New Pointer (PTR)</span>.]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2007/11/19/installing-windows-server-2003-standard-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Memory Leak!</title>
		<link>http://netjammr.net/tech/2007/10/12/memory-leak/</link>
		<comments>http://netjammr.net/tech/2007/10/12/memory-leak/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 15:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SocialTech]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2007/10/12/memory-leak/</guid>
		<description><![CDATA[Working in IT, staff, clients and even friends seeking free advice seem to labour under the delusion that my brain is a computer. I guess technically it&#8217;s sort of an analog one but that&#8217;s a stretch at best. So when a non-techie asks me what the speed difference is between USB 1.0, 2.0 and Firewire [...]]]></description>
			<content:encoded><![CDATA[<p>Working in IT, staff, clients and even friends seeking free advice seem to labour under the delusion that my brain is a computer. I guess technically it&#8217;s sort of an analog one but that&#8217;s a stretch at best. So when a non-techie asks me what the speed difference is between USB 1.0, 2.0 and Firewire and I suggest they Google it, I&#8217;m usually greeted with looks of amazement as if worms are shooting out of my nose. Little do they realize that Google is my backup brain. Holy crap, my Comcast went down the other week and it was like an instant frontal labotomy.</p>
<p><a href="http://www.wired.com/techbiz/people/magazine/15-10/st_thompson">This article</a> on Wired makes me feel less lonely, yet no less worried.</p>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2007/10/12/memory-leak/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Holy Paranoia Batman!</title>
		<link>http://netjammr.net/tech/2007/08/14/holy-paranoia-batman/</link>
		<comments>http://netjammr.net/tech/2007/08/14/holy-paranoia-batman/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 21:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://netjammr.net/tech/2007/08/14/holy-paranoia-batman/</guid>
		<description><![CDATA[ 


I came upon this article after reading about John Young&#8217;s Cryptome.org on BoingBoing. My first reaction was that the author needed to take a deep breath, walk over to the bar, pour out a nice glass of single malt, (neat of course), sit down and relax. 
By the end I was making a mental [...]]]></description>
			<content:encoded><![CDATA[<div class="polaroidleft"> 
<img src="http://www.netjammr.net/tech/images/speye.jpg"><br />
</div>
<p>I came upon <a href="http://www.infiltrated.net/cipav.pimp">this article</a> after reading about John Young&#8217;s <a href="http://www.cryptome.org/">Cryptome.org</a> on BoingBoing. My first reaction was that the author needed to take a deep breath, walk over to the bar, pour out a nice glass of single malt, (neat of course), sit down and relax. </p>
<p>By the end I was making a mental list of all the security holes I had that he mentioned! Yikes, I use Linux at home but I think that&#8217;s the only thing I have going for me.</p>]]></content:encoded>
			<wfw:commentRss>http://netjammr.net/tech/2007/08/14/holy-paranoia-batman/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
