<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>Kazmarek Technology Blog</title>
	
	<link>http://blog.kazmarek.com</link>
	<description />
	<pubDate>Mon, 08 Mar 2010 17:35:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/kazmarek" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="kazmarek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Windows Small Business Server - TS Gateway Authentication issue</title>
		<link>http://blog.kazmarek.com/2010/03/04/windows-small-business-server-ts-gateway-authentication-issue/</link>
		<comments>http://blog.kazmarek.com/2010/03/04/windows-small-business-server-ts-gateway-authentication-issue/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:19:45 +0000</pubDate>
		<dc:creator>Shayne Comey</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SBS 2008]]></category>

		<category><![CDATA[Terminal Server]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Authenication]]></category>

		<category><![CDATA[TS Gateway]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=196</guid>
		<description><![CDATA[We recently implemented a new SBS 2008 server for one of our clients.  A user was going to be working from home and wanted to utilize thier corporate office desktop to get some tasks done.  They were able to authenticate to the Remote Web Workplace webpage successfully,  but were unable to connect to their Windows [...]]]></description>
			<content:encoded><![CDATA[<p>We recently implemented a new SBS 2008 server for one of our clients.  A user was going to be working from home and wanted to utilize thier corporate office desktop to get some tasks done.  They were able to authenticate to the Remote Web Workplace webpage successfully,  but were unable to connect to their Windows 7 desktop computer.  Every time they attempted to do so, their account was rejected with an error message: &#8220;The logon attempt failed&#8221;</p>
<p>I discovered the problem was due to an incorrect setting within IIS.</p>
<p>Here&#8217;s what I did to correct the problem:<br />
I went to IIS Manager → Sites → SBS Web Applications → Rpc → Authentication.  There I found only &#8220;Basic Authentication&#8221; was enabled.</p>
<p>Enabled &#8220;Windows Authentication&#8221; then ran an IIS reset. When IIS came back online, I was able to connect via TS Gateway to the server and at least one workstation. I connected and disconnected multiple times and it had no problems. The end user verified they were also able to authenticate without error, and gained remote control of their Windows 7 computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/03/04/windows-small-business-server-ts-gateway-authentication-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Move WSUS SQL database to another location</title>
		<link>http://blog.kazmarek.com/2010/03/03/move-wsus-sql-database-to-another-location/</link>
		<comments>http://blog.kazmarek.com/2010/03/03/move-wsus-sql-database-to-another-location/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:11:35 +0000</pubDate>
		<dc:creator>Robert Masterson</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SBS 2003]]></category>

		<category><![CDATA[SBS 2008]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Server 2003]]></category>

		<category><![CDATA[Windows Server 2008]]></category>

		<category><![CDATA[WSUS]]></category>

		<category><![CDATA[WSUS SQL database]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=195</guid>
		<description><![CDATA[When running WSUS on a Small Business Server, the default location is the C:\ drive, when that drive gets full you need to move the content and the SQL database. Below are the steps to move the SQL database to another location.
1. Open command prompt and type: net stop &#8220;update services&#8221;
2. Next, at the command [...]]]></description>
			<content:encoded><![CDATA[<p>When running WSUS on a Small Business Server, the default location is the C:\ drive, when that drive gets full you need to move the content and the SQL database. Below are the steps to move the SQL database to another location.</p>
<p>1. Open command prompt and type: net stop &#8220;update services&#8221;</p>
<p>2. Next, at the command promt type: net stop w3svc (if it is SBS 2008 it will also stop the Terminal Services Gateway, remember to restart)</p>
<p>3. Open Microsoft SQL Express Management Studio (if you don&#8217;t have this, go to <a href="http://tinyurl.com/ynl9tv"><strong>http://tinyurl.com/ynl9tv</strong></a><strong> </strong>to download) and connect to the MICROSOFT##SSEE database, which is the WSUS database and the SharePoint databases in SBS 2008. You can&#8217;t just connect to the database normally, you need to type this in server name area:   <a href="file://\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query"><strong>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</strong></a></p>
<p><img src="http://www.mssqltips.com/tipimages/1577_1.jpg" alt="" width="525" height="373" /></p>
<p> 4. Detach the SUSDB database, move the SUSDB folder to the new location and attach the database again with Management Studio</p>
<p>5. Restart the services: &#8220;update services&#8221;, &#8220;w3svc&#8221;, and &#8220;Terminal Services Gateway&#8221;</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/03/03/move-wsus-sql-database-to-another-location/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable SSL v2.0 in IIS</title>
		<link>http://blog.kazmarek.com/2010/02/26/disable-ssl-v20-in-iis/</link>
		<comments>http://blog.kazmarek.com/2010/02/26/disable-ssl-v20-in-iis/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:25:22 +0000</pubDate>
		<dc:creator>Robert Masterson</dc:creator>
		
		<category><![CDATA[IIS]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SBS 2003]]></category>

		<category><![CDATA[SBS 2008]]></category>

		<category><![CDATA[Server 2003]]></category>

		<category><![CDATA[Windows Server 2008]]></category>

		<category><![CDATA[SSL 2.0]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=194</guid>
		<description><![CDATA[While going through a vulnerability scan for PCI compliancy, the report noted that IIS 7 on a Small Business Server 2008 was still using SSL v2.0 instead of SSL 3.0 or TLS 1.0. To disable SSL v2.0:

Click Start, click Run, type regedt32 or type regedit, and then click OK.
In Registry Editor, locate the following registry key:HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL [...]]]></description>
			<content:encoded><![CDATA[<p>While going through a vulnerability scan for PCI compliancy, the report noted that IIS 7 on a Small Business Server 2008 was still using SSL v2.0 instead of SSL 3.0 or TLS 1.0. To disable SSL v2.0:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">regedt32</span> or type <span class="userInput">regedit</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>In Registry Editor, locate the following registry key:HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server</li>
<li>On the <strong class="uiterm">Edit</strong> menu, click <strong class="uiterm">Add Value</strong>.</li>
<li>In the <strong class="uiterm">Data Type</strong> list, click <strong class="uiterm">DWORD</strong>.</li>
<li>In the <strong class="uiterm">Value Name</strong> box, type <span class="userInput">Enabled</span>, and then click <strong class="uiterm">OK</strong>.<strong>Note</strong> If this value is present, double-click the value to edit its current value.</li>
<li>Type <strong class="uiterm">00000000</strong> in Binary Editor to set the value of the new key equal to &#8220;0&#8243;.</li>
<li>Click <strong class="uiterm">OK</strong>. Restart the computer.</li>
</ol>
<p>IIS negotiates the encryption with the client browser. An attacker could use a tool that tells the server it has only sslv2 (which is weaker) available. If you disable sslv2 it only uses v3 or tls, as requested by browser. A browser only supporting sslv2 would fail.</p>
<p> <em>This applies to Windows Server 2003, and Windows Server 2008, and both versions of SBS.</em></p>
<p><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;187498">http://support.microsoft.com/default.aspx?scid=kb;en-us;187498</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/02/26/disable-ssl-v20-in-iis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change default behavior for unidentified network in Vista/Windows Server 2008/Windows 7</title>
		<link>http://blog.kazmarek.com/2010/02/25/change-default-behavior-for-unidentified-network-in-vistawindows-server-2008windows-7/</link>
		<comments>http://blog.kazmarek.com/2010/02/25/change-default-behavior-for-unidentified-network-in-vistawindows-server-2008windows-7/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:00:29 +0000</pubDate>
		<dc:creator>Robert Masterson</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Server 2008]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[unidentified network]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=193</guid>
		<description><![CDATA[I ran into an issue with a Hyper-V server with 6 NIC&#8217;s, some of the NIC&#8217;s in Network and Sharing center were being categorized as &#8216;unidentified network&#8217; and giving the public designation. I could change it to private, but every reboot it would revert back. The issue with public network was that network discovery and file [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into an issue with a Hyper-V server with 6 NIC&#8217;s, some of the NIC&#8217;s in Network and Sharing center were being categorized as &#8216;unidentified network&#8217; and giving the public designation. I could change it to private, but every reboot it would revert back. The issue with public network was that network discovery and file sharing was turned off, so even the NIC that was joined to the domain had little connectivity. Below fixed the issue.</p>
<p>You can change the security setting so that the network is not made public in the first place.</p>
<p><em>To do this on your local server or Vista/Windows 7 desktop , follow these steps:</em></p>
<p><em>1. Start &#8211;&gt; run &#8211;&gt; MMC &#8211;&gt; press enter</em></p>
<p><em>2. In MMC console , from menu file select Add/Remove Snap-in</em></p>
<p><em>3. Select Group Policy Object editor &#8211;&gt; Press Add &#8211;&gt; select Local computer &#8211;&gt; press OK &#8211;&gt;press OK</em></p>
<p><em>4. Open Computer configration &#8211;&gt;Windows Settings &#8211;&gt;Security Settings &#8211;&gt;select Network list manager policies<br />
on the right Side you will see options for :</em></p>
<p><em>double click &#8211;&gt;Unidentified networks</em></p>
<p><em>  Then you can select the option to consider the Unidentified networks as private and if user can change the<br />
location</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/02/25/change-default-behavior-for-unidentified-network-in-vistawindows-server-2008windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find out what Windows Updates have been installed by using command prompt</title>
		<link>http://blog.kazmarek.com/2010/02/17/find-out-what-windows-updates-have-been-installed-by-using-command-prompt/</link>
		<comments>http://blog.kazmarek.com/2010/02/17/find-out-what-windows-updates-have-been-installed-by-using-command-prompt/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:54:29 +0000</pubDate>
		<dc:creator>Robert Masterson</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[microsoft update]]></category>

		<category><![CDATA[Windows Server 2008]]></category>

		<category><![CDATA[windows update]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=192</guid>
		<description><![CDATA[To find out what Microsoft/Windows Updates have been installed, open command prompt and type:
wmic qfe list
This will work in Windows Vista, Windows Server 2008 and Windows 7. You can also pipe it a text file if you needed to print it off or document it.
]]></description>
			<content:encoded><![CDATA[<p>To find out what Microsoft/Windows Updates have been installed, open command prompt and type:</p>
<p><strong>wmic qfe list</strong></p>
<p>This will work in Windows Vista, Windows Server 2008 and Windows 7. You can also pipe it a text file if you needed to print it off or document it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/02/17/find-out-what-windows-updates-have-been-installed-by-using-command-prompt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Wild Wild Web - Kazmarek’s January Newsletter</title>
		<link>http://blog.kazmarek.com/2010/01/22/the-wild-wild-web-kazmareks-january-newsletter/</link>
		<comments>http://blog.kazmarek.com/2010/01/22/the-wild-wild-web-kazmareks-january-newsletter/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:33:38 +0000</pubDate>
		<dc:creator>Shawn Elizabeth Bridgeman</dc:creator>
		
		<category><![CDATA[Virtual Server]]></category>

		<category><![CDATA[kazmarek]]></category>

		<category><![CDATA[newsletter]]></category>

		<category><![CDATA[phishin]]></category>

		<category><![CDATA[scams]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=191</guid>
		<description><![CDATA[Check out this month&#8217;s newsletter from Kazmarek Technology Solutions, Inc.
From The Wild Wild Web article by Danny Kazmarek:
According to the latest issue of SC Magazine, phishing attempts are on the rise and nearing 20,000 new scams per month.
For more useful articles, sign up for our monthly email newsletter.




Sign up for our Email Newsletter



 







For Email [...]]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.kazmarek.com/news/wild-wild-web-january-2010-newsletter/" target="_blank">this month&#8217;s newsletter</a> from Kazmarek Technology Solutions, Inc.</p>
<p>From The Wild Wild Web article by Danny Kazmarek:</p>
<blockquote><p>According to the latest issue of <a href="http://www.scmagazineus.com/" target="_blank">SC Magazine</a>, phishing attempts are on the rise and nearing 20,000 new scams per month.</p></blockquote>
<p>For more useful articles, sign up for our monthly email newsletter.</p>
<p><!-- BEGIN: Constant Contact Stylish Email Newsletter Form --></p>
<div>
<div style="width:160px; background-color: #ffffff;">
<form style="margin-bottom:3;" action="http://visitor.constantcontact.com/d.jsp" method="post"><span style="background-color: #006699; float:right;margin-right:5;margin-top:3"><img src="http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif" border="0" alt="Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail List icon" /></span></form>
<form style="margin-bottom:3;" action="http://visitor.constantcontact.com/d.jsp" method="post"><span style="font-weight: bold; font-size: 16px;">Sign up for our Email Newsletter</span></p>
<input style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;" name="ea" size="20" type="text" />
<input class="submit" style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;" name="go" type="submit" value="GO" />
<input name="m" type="hidden" value="1098471697028" />
<input name="p" type="hidden" value="oi" /> </form>
</div>
</div>
<p><!-- END: Constant Contact Stylish Email Newsletter Form --><br />
<!-- BEGIN: SafeSubscribe --></p>
<div style="padding-top:5px;"><a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" alt="" width="168" height="14" /></a></div>
<p><!-- END: SafeSubscribe --></p>
<p><!-- BEGIN: Email Marketing you can trust --></p>
<div style="font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;">For <a style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;" href="http://www.constantcontact.com/jmml/email-marketing.jsp" target="_blank">Email Marketing</a> you can trust</div>
<p><!-- END: Email Marketing you can trust --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/01/22/the-wild-wild-web-kazmareks-january-newsletter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Exchange 2007 SP2 on SBS 2008</title>
		<link>http://blog.kazmarek.com/2010/01/18/installing-exchange-2007-sp2-on-sbs-2008/</link>
		<comments>http://blog.kazmarek.com/2010/01/18/installing-exchange-2007-sp2-on-sbs-2008/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:09:08 +0000</pubDate>
		<dc:creator>Robert Masterson</dc:creator>
		
		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[SBS 2008]]></category>

		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[Service Pack 2]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=190</guid>
		<description><![CDATA[You run into issues installing Exchange 2007 SP2 on SBS 2008 until you add the following key and DWORD to the registry.
To create the E12SP2READY registry value, follow these steps:

Click Start, click Run, type regedit in the Open box, and then click OK.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\SmallBusinessServer\Exchange
Note If the Exchange subkey does [...]]]></description>
			<content:encoded><![CDATA[<p>You run into issues installing Exchange 2007 SP2 on SBS 2008 until you add the following key and DWORD to the registry.</p>
<p>To create the E12SP2READY registry value, follow these steps:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">regedit</span> in the <strong class="uiterm">Open</strong> box, and then click <strong class="uiterm">OK</strong>.</li>
<li>Locate and then click the following registry subkey:
<div class="indent"><strong class="uiterm">HKEY_LOCAL_MACHINE\Software\Microsoft\SmallBusinessServer\Exchange</strong></div>
<p><strong>Note</strong> If the Exchange subkey does not exist, you must create it. To do this, follow these steps:</p>
<ol>
<li>Right-click <strong class="uiterm">SmallBusinessServer</strong>, point to <strong class="uiterm">New</strong> on the <strong class="uiterm">Edit</strong> menu, and then click <strong class="uiterm">Key</strong>.</li>
<li>Type <span class="userInput">Exchange</span> and then press ENTER.</li>
</ol>
</li>
<li>After you select the Exchange subkey that is specified in step 2, point to <strong class="uiterm">New</strong> on the <strong class="uiterm">Edit</strong> menu, and then click <strong class="uiterm">DWORD Value</strong>.</li>
<li>Type <span class="userInput">E12SP2READY</span>, and then press ENTER.</li>
<li>Right-click <strong class="uiterm">E12SP2READY</strong>, and then click <strong class="uiterm">Modify</strong>.</li>
<li>In the <strong class="uiterm">Value data</strong> box, type <span class="userInput">1</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>On the <strong class="uiterm">File</strong> menu, click <strong class="uiterm">Exit</strong> to exit Registry Editor.</li>
</ol>
<p>Full article at Microsoft - <a href="http://support.microsoft.com/kb/973862">http://support.microsoft.com/kb/973862</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/01/18/installing-exchange-2007-sp2-on-sbs-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UBCD4WIN Bootable USB drive</title>
		<link>http://blog.kazmarek.com/2010/01/15/ubcd4win-bootable-usb-drive/</link>
		<comments>http://blog.kazmarek.com/2010/01/15/ubcd4win-bootable-usb-drive/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:47:15 +0000</pubDate>
		<dc:creator>Shayne Comey</dc:creator>
		
		<category><![CDATA[Cool Tech Stuff]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=189</guid>
		<description><![CDATA[It&#8217;s possible to create a USB pen drive that you can use as a boot device. This can be useful when you have a Windows computer that refuses to boot correctly, or when a system is infected with malicious software that you&#8217;re unable to remove from Windows.
I prefer to use the Ultimate Boot CD for [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s possible to create a USB pen drive that you can use as a boot device. This can be useful when you have a Windows computer that refuses to boot correctly, or when a system is infected with malicious software that you&#8217;re unable to remove from Windows.</p>
<p>I prefer to use the Ultimate Boot CD for Windows (UBCD4WIN) for this purpose,  it includes a Windows XP PE environment with lots of useful system utilities and applications.  You can find out more information about UBCD4WIN at their <a href="http://ubcd4win.com/" target="_blank">website</a></p>
<p>Here are some links that cover the process of using UBCD4WIN to create a bootable USB drive in detail:<br />
<a href="http://foribb.blogspot.com/2009/01/make-your-pen-drive-bootable-install.html">http://foribb.blogspot.com/2009/01/make-your-pen-drive-bootable-install.html</a><a href="http://www.dedoimedo.com/computers/livecd.html"><br />
http://www.dedoimedo.com/computers/livecd.html</a><a href="http://foribb.blogspot.com/2009/01/make-your-pen-drive-bootable-install.html"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/01/15/ubcd4win-bootable-usb-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7: The Default Gateway is not Available</title>
		<link>http://blog.kazmarek.com/2010/01/15/windows-7-the-default-gateway-is-not-available/</link>
		<comments>http://blog.kazmarek.com/2010/01/15/windows-7-the-default-gateway-is-not-available/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:38:30 +0000</pubDate>
		<dc:creator>Shayne Comey</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=188</guid>
		<description><![CDATA[I encountered a problem affecting a Windows 7 Ultimate (64-bit) system,  where the Internet connection was randomly disconnected, often while downloading a large file or streaming media across the network.  The Windows network troubleshooting wizard was able to correct the issue temporarily by performing a reset of the Network Adapter (Manually doing the same also [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered a problem affecting a Windows 7 Ultimate (64-bit) system,  where the Internet connection was randomly disconnected, often while downloading a large file or streaming media across the network.  The Windows network troubleshooting wizard was able to correct the issue temporarily by performing a reset of the Network Adapter (Manually doing the same also restored connectivity).  Oddly enough,  the Local Area Network connection remained active,  but the Internet link was show as disconnected.  The network troubleshooting wizard identified the problem as being that the &#8220;Default Gateway was not available&#8221; even though the Broadband router was online and working fine for other computers.</p>
<p>After running some searches on the issue, I discovered that there were a large number of Windows 7 users who had been experiencing a similar problem.  The common factor was often the use of an NVidia NForce onboard network adapter,  however in this case the computer in question was using an Atheros 10/100/1000base-t controller (Onboard an ASUS motherboard).</p>
<p>The initial recommendation provided was that affected users should acquire updated NIC drivers from the manufacturer of their network card,  however there were no update drivers available for the Atheros card.</p>
<p>Luckily I came across information posted by a user suffering from the same problem on a similar system using the same onboard NIC (Atheros).  The recommendation that corrected the problem permanently was to:</p>
<p>Open Device Manager</p>
<p>Locate the Network Adapter</p>
<p>Right click, Properties</p>
<p>Go to Advanced tab</p>
<p>Locate the Task Offload (aka TCP offload) property on the list and set it to Disabled</p>
<p>After setting this property and applying the changes,  the Internet connection remained stable and no longer dropped out when transferring large amounts of data.</p>
<p>For more information see:<br />
<a href="http://www.sevenforums.com/network-sharing/5787-problems-atheros-l1-ethernet-adapter-win7-x64.html" target="_blank">http://www.sevenforums.com/network-sharing/5787-problems-atheros-l1-ethernet-adapter-win7-x64.html</a><br />
<a href="http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/59bcb7f5-fcca-44a4-b1db-787b1d269825" target="_blank">http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/59bcb7f5-fcca-44a4-b1db-787b1d269825</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/01/15/windows-7-the-default-gateway-is-not-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scan a Network for Live IP Addresses (netping)</title>
		<link>http://blog.kazmarek.com/2010/01/08/scan-a-network-for-live-ip-addresses-netping/</link>
		<comments>http://blog.kazmarek.com/2010/01/08/scan-a-network-for-live-ip-addresses-netping/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:33:18 +0000</pubDate>
		<dc:creator>Danny Kazmarek</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[netping]]></category>

		<category><![CDATA[ping]]></category>

		<category><![CDATA[scan]]></category>

		<category><![CDATA[unknown router ip]]></category>

		<guid isPermaLink="false">http://blog.kazmarek.com/?p=186</guid>
		<description><![CDATA[Ever come across a Linksys, Dlink, Netgear router or network printer that wasn&#8217;t documented and you have no idea what LAN IP was used so you can connect. This lightweght util does a great job scanning a network for live IPs on the wire:
http://www.codeplex.com/NetPing
 
]]></description>
			<content:encoded><![CDATA[<p>Ever come across a Linksys, Dlink, Netgear router or network printer that wasn&#8217;t documented and you have no idea what LAN IP was used so you can connect. This lightweght util does a great job scanning a network for live IPs on the wire:</p>
<p><a href="http://www.codeplex.com/NetPing" target="_blank">http://www.codeplex.com/NetPing</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kazmarek.com/2010/01/08/scan-a-network-for-live-ip-addresses-netping/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.429 seconds --><!-- Cached page served by WP-Cache -->
