<?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>mylifeinaminute.com &#187; Server 2008</title>
	<atom:link href="http://www.mylifeinaminute.com/tag/server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifeinaminute.com</link>
	<description>You can learn a lot in a minute</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Server 2008, Netword Load Balancing, Dual NICs, and default gateways</title>
		<link>http://www.mylifeinaminute.com/2010/06/18/server-2008-netword-load-balancing-dual-nics-and-default-gateways/</link>
		<comments>http://www.mylifeinaminute.com/2010/06/18/server-2008-netword-load-balancing-dual-nics-and-default-gateways/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 18:38:30 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network Load Balancing]]></category>
		<category><![CDATA[NLB]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=473</guid>
		<description><![CDATA[After configuring network load balancing (NLB) are you experiencing the following with your Server 2008 boxes? Communication with the cluster VIP from any computer on the same subnet is successful. Communication with the cluster VIP from any computer on a different subnet fails. If you apply the default gateway to the cluster NIC, everything works. [...]]]></description>
			<content:encoded><![CDATA[<p>After configuring network load balancing (NLB) are you experiencing the following with your Server 2008 boxes?</p>
<ul>
<li>Communication with the cluster VIP from any computer on the same subnet is successful.</li>
<li>Communication with the cluster VIP from any computer on a different subnet fails.</li>
<li>If you apply the default gateway to the cluster NIC, everything works.</li>
</ul>
<p>The problem? IP forwarding for any network interface on a Server 2008 box is <em>disabled</em> by default (as opposed to Server 2003 where forwarding was enabled by <em>default</em>). This leads to the behaviors exhibited above as any packet entering the inbound NIC (your NLB VIP address), has no way to exit the subnet and is subsequently dropped.</p>
<p>Fortunately for us, enabling IP forwarding on the cluster network interface is easy enough with a quick trip to the command line or registry (I prefer the command line/netsh route as a reboot is not required).</p>
<p>The following steps will enable IP forwarding on your cluster NIC:</p>
<h4>NETSH</h4>
<ol>
<li>Determine the name of the clustered interface:
<pre class="brush: plain; title: ; notranslate">
netsh interface show int
</pre>
</li>
<li>Enable IP forwarding on the NIC:
<pre class="brush: plain; title: ; notranslate">
netsh interface ipv4 set interface &quot;Clustered Interface&quot; forwarding=enabled
</pre>
</li>
<li>Verify that forwarding has been enabled on the interface:
<pre class="brush: plain; title: ; notranslate">
netsh interface ipv4 show interface &quot;Clustered Interface&quot;
</pre>
</li>
</ol>
<h4>Registry</h4>
<ol>
<li>Add/Edit the following key:
<pre class="brush: plain; title: ; notranslate">
Key name: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Value Name: IpEnableRouter
Data Type: REG_DWORD
Value: 1
</pre>
</li>
<li>Reboot server.</li>
</ol>
<h4>Reference</h4>
<ul>
<li><a title="Dual-NIC NLB Configuration with Windows Server 2008 NLB Clusters" href="http://www.windowsreference.com/windows-server-2008/dual-nic-nlb-configuration-with-windows-server-2008-nlb-clusters/">Dual-NIC NLB Configuration with Windows Server 2008 NLB Clusters</a></li>
</ul>
<p><map name='google_ad_map_473_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/473?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_473_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=473&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2010%2F06%2F18%2Fserver-2008-netword-load-balancing-dual-nics-and-default-gateways%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2010/06/18/server-2008-netword-load-balancing-dual-nics-and-default-gateways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry OS Upgrade (4.2 to 4.5)</title>
		<link>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/</link>
		<comments>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 20:08:51 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=348</guid>
		<description><![CDATA[I recently had the pleasure of upgrading my Blackberry from OS 4.2 to 4.5.  Normally this would be a &#8220;no brainer&#8221;00, but as with all things in life I had to be difficult and perform my upgrade from a Windows Server 2008 workstation. Without further ado: Install the latest version of Desktop Manager (DM) that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the pleasure of upgrading my Blackberry from OS 4.2 to 4.5.  Normally this would be a &#8220;no brainer&#8221;00, but as with all things in life I had to be difficult and perform my upgrade from a Windows Server 2008 workstation.</p>
<p>Without further ado:</p>
<ol>
<li>Install the latest version of Desktop Manager (DM) that works with your operating system.
<ul>
<li>Verify that DM is connected to the BES.  If DM is not seeing your BES, your device will not reactivate after the OS upgrade is complete.</li>
</ul>
</li>
<li>Install the 4.5 package.</li>
<li>Unplug your handheld from your PC and reboot.
<ul>
<li>A reboot was required in my case as DM and Windows did not detect the new device drivers for the handheld.</li>
</ul>
</li>
<li>Plug your handheld into your PC.  Windows will automatically detect the updated device drivers.</li>
<li>Start your handheld upgrade from DM.</li>
<li>Wait.</li>
<li>Wait some more.</li>
<li>Did I mention you should still be waiting?</li>
<li>??? Profit ???  Really RIM, does an upgrade need to take this long?</li>
<li>After the successful completion of your upgrade, DM will automatically reactivate your handheld with the BES.</li>
</ol>
<p>Important notes:</p>
<ul>
<li>If you are connected to a Windows domain, when upgrading with DM, make sure you are signed in to your domain account that is tied to your handhelds email configuration.  If you do not do this, you will most likely not reactivate on the BES, and that is a <strong><em>BAD </em></strong>thing.</li>
<li>If the upgrade does not take the first time, be sure you have rebooted and that you are utilizing the newest device drivers for your handheld.</li>
</ul>
<p>Why would you want to upgrade and go through the pain?  For some of the following:</p>
<ul>
<li>BlackBerry Maps with Points of Interest</li>
<li>Improved media player with playlist support and automatic playlist generation</li>
<li>Voice note recording</li>
<li>Video recording on Curve models</li>
<li>Streaming support for YouTube and Sling Player</li>
<li>Microsoft Office document editing with DocumentsToGo</li>
<li>And more&#8230;</li>
</ul>
<p><map name='google_ad_map_348_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/348?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_348_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=348&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F03%2F27%2Fblackberry-os-upgrade-42-to-45%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/03/27/blackberry-os-upgrade-42-to-45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.mylifeinaminute.com @ 2012-02-07 15:19:48 by W3 Total Cache -->
