<?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"
	>

<channel>
	<title>Super-Networking</title>
	<atom:link href="http://blog.super-networking.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.super-networking.net</link>
	<description>Tips, Tricks, Bootlegs and Workarounds for Your Network</description>
	<pubDate>Fri, 13 Jun 2008 16:57:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>SSH setup on Pix</title>
		<link>http://blog.super-networking.net/networking/ssh-setup-on-pix/</link>
		<comments>http://blog.super-networking.net/networking/ssh-setup-on-pix/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 16:57:09 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.super-networking.net/networking/ssh-setup-on-pix/</guid>
		<description><![CDATA[So you want to connect securely to your Pix firewall? You will need to setup SSH instead of connecting using telnet. Telnet is clear text and SSH is encrypted.
Below are the required commands to run on your pix:
Hostname &#34;Name&#34;
domain &#34;domain name&#34;
ca generate rsa key 1024
ca save all
ssh 192.168.1.1 255.255.255.255 inside 
writ m

The reasons for each [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to connect securely to your Pix firewall? You will need to setup SSH instead of connecting using telnet. Telnet is clear text and SSH is encrypted.</p>
<p>Below are the required commands to run on your pix:</p>
<blockquote><p><font color="#faffe0">Hostname &quot;Name&quot;</font></p>
<p><font color="#faffe0">domain &quot;domain name&quot;</font></p>
<p><font color="#faffe0">ca generate rsa key 1024</font></p>
<p><font color="#faffe0">ca save all</font></p>
<p><font color="#faffe0">ssh 192.168.1.1 255.255.255.255 inside </font></p>
<p><font color="#faffe0">writ m</font></p>
</blockquote>
<p>The reasons for each of these command are:</p>
<p><em>Hostname - You need to supply a hostname to your device for it to generate the encryption keys. In the command listed above replace the &quot;Name&quot; with the name you want the device to have no quotes in the command please.</em></p>
<p><em>Domain - Same as the hostname, you need a domain entered into the PIX for the encryption keys.</em></p>
<p><em>ca generate rsa key 1024 - Tell the pix to generate the encryption keys needed for SSH connections. You can change the 1024 large or smaller which determines how strong the key will be. The larger the number the stronger the key but the more memory required for it.</em></p>
<p><em>ca save all - This is an important and often over looked command that you use to save your encryption key to NVRAM. You can get SSH working without this command but if your Pix loses power and reboots you will not be able to get back into the device until you regenerate your keys through the console connection.</em></p>
<p><em>ssh - You need to tell the pix what to allow to connect using SSH. So enter the ssh command followed by the IP or subnet you want allowed. You also have to tell it what interface that IP will be coming in on.</em></p>
<p><em>writ m - Finally this command will save your running-config to startup-config.</em></p>
<p>You should be ready to connect to your PIX using SSH after running these commands. Don&#8217;t forget to restrict telnet after you have tested your SSH connection.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d7433708-3342-4f70-a5a4-c59a79c7725b" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/PIX" rel="tag">PIX</a>, <a href="http://technorati.com/tags/Firewalls" rel="tag">Firewalls</a>, <a href="http://technorati.com/tags/Cisco" rel="tag">Cisco</a>, <a href="http://technorati.com/tags/SSH" rel="tag">SSH</a>, <a href="http://technorati.com/tags/Telnet" rel="tag">Telnet</a>, <a href="http://technorati.com/tags/Security" rel="tag">Security</a>, <a href="http://technorati.com/tags/RSA" rel="tag">RSA</a>, <a href="http://technorati.com/tags/Encryption" rel="tag">Encryption</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/networking/ssh-setup-on-pix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backup DFS Files with Backup Exec</title>
		<link>http://blog.super-networking.net/systems/backup-dfs-files-with-backup-exec/</link>
		<comments>http://blog.super-networking.net/systems/backup-dfs-files-with-backup-exec/#comments</comments>
		<pubDate>Fri, 09 May 2008 14:05:50 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<category><![CDATA[Backup Exec]]></category>

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

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

		<category><![CDATA[Distrubuted File System]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/backup-dfs-files-with-backup-exec/</guid>
		<description><![CDATA[I found out an interesting quirk when backing up DFS (Distributed File System) files using Symantec Backup Exec 11D. I have a full backup setup, basically selected the entire drive to backup, finishes every night with no errors. 
You go back into the job in Backup Exec and try to do a restore, what do [...]]]></description>
			<content:encoded><![CDATA[<p>I found out an interesting quirk when backing up DFS (Distributed File System) files using Symantec Backup Exec 11D. I have a full backup setup, basically selected the entire drive to backup, finishes every night with no errors. </p>
<p>You go back into the job in Backup Exec and try to do a restore, what do you find? The folders that contain the DFS files are empty, 0 bytes. My first thought is what the hell is this all about. Was scared for a minute or two thinking I have no backups on tape of any of my DFS files. </p>
<p>I looked into it more and found that starting in Backup Exec 10d SP2 and continuing through 11d you cannot performance a backup of DFS files directly like you would normally do. You need to use the &quot;DFSR Writer&quot; which means using the Shadow Copy Components backup.</p>
<p>If you go into your server selection in Backup Exec, drill down into Shadow Copy Components -&gt; User Data you will see the DFS info. Make sure to select these to backup your DFS files.</p>
<p>Things to keep in mind about backing up DFS in this manner:</p>
<blockquote><p>-Backup Performance is greatly affected, could double the time needed for backing up those files.</p>
<p>-DFS Backups in this manner cannot be redirected to another location on restored like a lot of people including myself like to do when restoring files.</p>
</blockquote>
<p>One workaround for the speed issue I have found but not tested is to run a Net Stop command for the DFS Replication service before the backup starts then a Net Start for that service when done.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cc1344fc-57ec-44fe-ad31-5412aa24acdf" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/DFS" rel="tag">DFS</a>, <a href="http://technorati.com/tags/Distrubuted%20File%20System" rel="tag">Distrubuted File System</a>, <a href="http://technorati.com/tags/Backup%20Exec" rel="tag">Backup Exec</a>, <a href="http://technorati.com/tags/Symantec" rel="tag">Symantec</a>, <a href="http://technorati.com/tags/Backups" rel="tag">Backups</a>, <a href="http://technorati.com/tags/Restore" rel="tag">Restore</a>, <a href="http://technorati.com/tags/Redirection" rel="tag">Redirection</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/backup-dfs-files-with-backup-exec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search for Word Strings in IIS Log Files</title>
		<link>http://blog.super-networking.net/systems/search-for-word-strings-in-iis-log-files/</link>
		<comments>http://blog.super-networking.net/systems/search-for-word-strings-in-iis-log-files/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 16:04:38 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

		<category><![CDATA[IIS 6.0]]></category>

		<category><![CDATA[Log Files]]></category>

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

		<category><![CDATA[Strings.exe]]></category>

		<category><![CDATA[Text Search]]></category>

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/search-for-word-strings-in-iis-log-files/</guid>
		<description><![CDATA[What do you do if you want to look for combinations of word strings in Gigabytes of IIS log files but don&#8217;t want to spend any money?
You download a program called Strings. 
This is a SysInternals program now owned by Microsoft that will search through text files for word strings and kick them out to [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do if you want to look for combinations of word strings in Gigabytes of IIS log files but don&#8217;t want to spend any money?</p>
<p>You download a program called <a href="http://www.microsoft.com/technet/sysinternals/Miscellaneous/Strings.mspx" target="_blank">Strings</a>. </p>
<p>This is a SysInternals program now owned by Microsoft that will search through text files for word strings and kick them out to you.</p>
<p>So I will go through an example of how you can use it and you can modify it from there.</p>
<p>So copy all of the IIS log files to a location, for example c:\logs</p>
<p>Then open up a command prompt, go to the directory where you have the strings program. </p>
<p>Type the command: strings.exe -s c:\logs | findstr &quot;Your Search Text&quot;</p>
<p>This will dump all the lines it finds with that search text to your command prompt window. Now take it further.</p>
<p>Type the command: strings.exe -s c:\logs | findstr &quot;Your Search Text&quot; &gt; c:\output\log.txt</p>
<p>That will dump the found lines to a new text file. Either you can use that text file for whatever you want or parse it down further with the following.</p>
<p>Type the command: strings.exe -s c:\output | findstr &quot;Your Search Text 2&quot;</p>
<p>That will allow you to search through huge directories of IIS logs for combinations of things. If you do the same search often try dumping it into a batch file.</p>
<p><a href="http://blog.stevienova.com" target="_blank">Thanks Goes to Steve For the Idea to Look Into Strings</a></p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6fe0d537-2168-4b77-b5d7-a77fdeb40ddc" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Strings.exe" rel="tag">Strings.exe</a>, <a href="http://technorati.com/tags/IIS%206.0" rel="tag">IIS 6.0</a>, <a href="http://technorati.com/tags/Log%20Files" rel="tag">Log Files</a>, <a href="http://technorati.com/tags/Text%20Search" rel="tag">Text Search</a>, <a href="http://technorati.com/tags/Websites" rel="tag">Websites</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/search-for-word-strings-in-iis-log-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PPTP VPN Through Cisco Pix</title>
		<link>http://blog.super-networking.net/networking/pptp-vpn-through-cisco-pix/</link>
		<comments>http://blog.super-networking.net/networking/pptp-vpn-through-cisco-pix/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 14:13:18 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

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

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

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

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

		<category><![CDATA[Fixup Protocol]]></category>

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

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

		<guid isPermaLink="false">http://blog.super-networking.net/networking/pptp-vpn-through-cisco-pix/</guid>
		<description><![CDATA[Do you want your workstations to connect to PPTP VPNs through a Cisco Pix firewall without having to setup a static NAT for each one. 
Are you getting the following error in your syslogs when you try:
&#34;regular translation creation failed for protocol 47&#34;
All you should have to do is add a new fixup protocol entry.
&#34;fixup [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want your workstations to connect to PPTP VPNs through a Cisco Pix firewall without having to setup a static NAT for each one. </p>
<p>Are you getting the following error in your syslogs when you try:</p>
<p>&quot;regular translation creation failed for protocol 47&quot;</p>
<p>All you should have to do is add a new fixup protocol entry.</p>
<p>&quot;fixup protocol pptp 1723&quot;</p>
<p>Now assuming that you have a PAT for all traffic from inside to outside you PPTP connections should work.</p>
<p>There are other factors that could cause this to fail, make sure that you are on at least version 6.3 of the Pix software. </p>
<p>If you still have problems check your syslogs.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:505f4401-6d48-49b6-82ff-55fba2ecab21" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Cisco" rel="tag">Cisco</a>, <a href="http://technorati.com/tags/Pix" rel="tag">Pix</a>, <a href="http://technorati.com/tags/Firewalls" rel="tag">Firewalls</a>, <a href="http://technorati.com/tags/VPN" rel="tag">VPN</a>, <a href="http://technorati.com/tags/PPTP" rel="tag">PPTP</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/networking/pptp-vpn-through-cisco-pix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install .EXE as a Service in Windows Server 2003</title>
		<link>http://blog.super-networking.net/systems/install-exe-as-a-service-in-windows-server-2003/</link>
		<comments>http://blog.super-networking.net/systems/install-exe-as-a-service-in-windows-server-2003/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 18:24:53 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<category><![CDATA[Resource Kit Tools]]></category>

		<category><![CDATA[Run as Service]]></category>

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/install-exe-as-a-service-in-windows-server-2003/</guid>
		<description><![CDATA[First thing you are going to need is the Windows 2003 Resource Kit Tools
You then are going to want to find two programs, instsrv.exe and srvany.exe, I would recommend making a new folder on the root of your drive and pulling over a copy of those two files. So say a folder called myservice you [...]]]></description>
			<content:encoded><![CDATA[<p>First thing you are going to need is the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en" target="_blank">Windows 2003 Resource Kit Tools</a></p>
<p>You then are going to want to find two programs, instsrv.exe and srvany.exe, I would recommend making a new folder on the root of your drive and pulling over a copy of those two files. So say a folder called myservice you really could name is anything you want.</p>
<p>Next what you need to do is register a service to run srvany.exe with the name of your choosing. Open a command prompt and go into the folder myservice.</p>
<p>Command would be:</p>
<p>instsrv.exe &quot;My Service&quot; c:\myservice\srvany.exe</p>
<blockquote><p><font color="#faffe0">-Switch &quot;My Service&quot; with name you want the service to have.</font></p>
</blockquote>
<p>Next you need to tell srvany.exe what program you want it to run as a service.</p>
<p>Go into the registry using regedit find this key:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\My Service</p>
<blockquote><p>-Add a new sub-key call Parameters under My Service</p>
<p>-In the Parameters key create a new string value named Application</p>
<p>-Set the value of it to the full path of the executable file location. Be sure you use &quot;&quot; around the path.</p>
</blockquote>
<p>That should be it, you might have to reboot otherwise go into services.msc and start your service. You should be good to go.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f50a2384-40f7-4a1e-b03b-4f778bd96bad" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Run%20as%20Service" rel="tag">Run as Service</a>, <a href="http://technorati.com/tags/Server%202003" rel="tag">Server 2003</a>, <a href="http://technorati.com/tags/Registry" rel="tag">Registry</a>, <a href="http://technorati.com/tags/Resource%20Kit%20Tools" rel="tag">Resource Kit Tools</a>, <a href="http://technorati.com/tags/instsrv.exe" rel="tag">instsrv.exe</a>, <a href="http://technorati.com/tags/srvany.exe" rel="tag">srvany.exe</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/install-exe-as-a-service-in-windows-server-2003/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wireshark 1.0.0</title>
		<link>http://blog.super-networking.net/networking/wireshark-100/</link>
		<comments>http://blog.super-networking.net/networking/wireshark-100/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 21:53:05 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Networking]]></category>

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

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

		<category><![CDATA[Network Troubleshooting]]></category>

		<category><![CDATA[Packet Sniffer]]></category>

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

		<guid isPermaLink="false">http://blog.super-networking.net/networking/wireshark-100/</guid>
		<description><![CDATA[Holy cow! Can you believe that finally the developers of Wireshark have reached 1.0.0 of their product. I have been running 0.9X versions of this software for what seems like forever.
Wireshark for you who haven&#8217;t looked for a long time used to be the packet sniffer called Ethereal. This is a great free packet sniffer [...]]]></description>
			<content:encoded><![CDATA[<p>Holy cow! Can you believe that finally the developers of <a href="http://www.wireshark.org/" target="_blank">Wireshark</a> have reached 1.0.0 of their product. I have been running 0.9X versions of this software for what seems like forever.</p>
<p>Wireshark for you who haven&#8217;t looked for a long time used to be the packet sniffer called Ethereal. This is a great free packet sniffer that every Network Admin worth his salt should have on his laptop and or Thumb Drive.</p>
<p><a href="http://prdownloads.sourceforge.net/wireshark/wireshark-setup-1.0.0.exe" target="_blank">Download it here</a></p>
<p>Older Post on Wireshark/Ethereal:</p>
<p><a href="http://blog.super-networking.net/general/wireshark-aka-ethereal/" target="_blank">Wireshark aka Ethereal</a></p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3389ded0-fea7-47b0-8ab8-2fbc66fd82d4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Packet%20Sniffer" rel="tag">Packet Sniffer</a>, <a href="http://technorati.com/tags/Networking" rel="tag">Networking</a>, <a href="http://technorati.com/tags/Network%20Troubleshooting" rel="tag">Network Troubleshooting</a>, <a href="http://technorati.com/tags/Wireshark" rel="tag">Wireshark</a>, <a href="http://technorati.com/tags/Ethereal" rel="tag">Ethereal</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/networking/wireshark-100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CPU Spikes with WinHTTP Web Proxy Service</title>
		<link>http://blog.super-networking.net/systems/cpu-spikes-with-winhttp-web-proxy-service/</link>
		<comments>http://blog.super-networking.net/systems/cpu-spikes-with-winhttp-web-proxy-service/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 15:00:14 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

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

		<category><![CDATA[IIS 6.0]]></category>

		<category><![CDATA[Performance Tweaks]]></category>

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

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/cpu-spikes-with-winhttp-web-proxy-service/</guid>
		<description><![CDATA[Ran across something interesting this week. I was looking into performance on some of our webservers and noticed that there would be unexplained CPU spikes every once in a while. No real spikes in traffic, no additional tasks going on.
In the event logs I did find something that correlated with the CPU spikes:
Event ID: 7036
&#34;The [...]]]></description>
			<content:encoded><![CDATA[<p>Ran across something interesting this week. I was looking into performance on some of our webservers and noticed that there would be unexplained CPU spikes every once in a while. No real spikes in traffic, no additional tasks going on.</p>
<p>In the event logs I did find something that correlated with the CPU spikes:</p>
<p>Event ID: 7036</p>
<p>&quot;The WinHTTP Web Proxy Auto-Discovery Service service entered the running state.&quot;</p>
<p>Event ID: 7036</p>
<p>&quot;The WinHTTP Web Proxy Auto-Discovery Service service entered the stopped state.&quot;</p>
<p>This happens many times a day, starting and stopping. When in transition it seemed to spike the CPU for a little while.</p>
<p>Service Description is the following:</p>
<p>Implements the Web Proxy Auto-Discovery (WPAD) protocol for Windows HTTP Services (WinHTTP). WPAD is a protocol to enable an HTTP client to automatically discover a proxy configuration. If this service is stopped or disabled, the WPAD protocol will be executed within the HTTP client&#8217;s process instead of an external service process; there would be no loss of functionality as a result.</p>
<p>In looking into this more I found this is not needed to run IIS or anything else on your server. Only needed for your browser on your server to detect a proxy for Internet browsing. So do yourself a favor and disable this service, you will see it most likely set as manual and stopped but don&#8217;t let this fool you. Check out your event logs and if you see it starting and stopping disable it.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4c2e212f-95af-4e02-8793-3d39a9f11274" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/CPU" rel="tag">CPU</a>, <a href="http://technorati.com/tags/IIS%206.0" rel="tag">IIS 6.0</a>, <a href="http://technorati.com/tags/Windows%202003" rel="tag">Windows 2003</a>, <a href="http://technorati.com/tags/Services" rel="tag">Services</a>, <a href="http://technorati.com/tags/Performance%20Tweaks" rel="tag">Performance Tweaks</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/cpu-spikes-with-winhttp-web-proxy-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unregister .Net 1.1 from IIS</title>
		<link>http://blog.super-networking.net/systems/unregister-net-11-from-iis/</link>
		<comments>http://blog.super-networking.net/systems/unregister-net-11-from-iis/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 18:25:45 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

		<category><![CDATA[.NET 2.0]]></category>

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

		<category><![CDATA[IIS 6.0]]></category>

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/unregister-net-11-from-iis/</guid>
		<description><![CDATA[So if you are running Windows 2003 with IIS 6 and all of your web applications are running ASP .Net 2.0 you might want to get rid of .Net 1.1. 
Well with Windows 2003 it isn&#8217;t easy or advisable to completely remove .Net 1.1 but you can unregister is from IIS having the same affect [...]]]></description>
			<content:encoded><![CDATA[<p>So if you are running Windows 2003 with IIS 6 and all of your web applications are running ASP .Net 2.0 you might want to get rid of .Net 1.1. </p>
<p>Well with Windows 2003 it isn&#8217;t easy or advisable to completely remove .Net 1.1 but you can unregister is from IIS having the same affect as far as your websites are concerned.</p>
<p>You need to open up the command prompt and go to the path .Net is installed in. Typically is C:\Windows\Microsoft.NET\Framework\v1.1.4322\</p>
<p>If you have other versions of .net installed you will see all the versions under Framework as well, be sure to go into the 1.1 directory.</p>
<p>From the command prompt in that directory type the command &quot;aspnet_regiis.exe -u&quot;</p>
<p>This will unregister this version of the framework with IIS and in turn IIS will not see it. You will want to do a reboot to make sure everything comes up clean afterwards.</p>
<p>Also make sure that you do not have any websites using .Net 1.1 because you will most likely mess it up when it is forced over to .Net 2.0</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7ed2eb3c-6aea-4812-a85d-8f10e77761ce" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/.Net" rel="tag">.Net</a>, <a href="http://technorati.com/tags/ASP" rel="tag">ASP</a>, <a href="http://technorati.com/tags/IIS%206.0" rel="tag">IIS 6.0</a>, <a href="http://technorati.com/tags/Windows%202003" rel="tag">Windows 2003</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/unregister-net-11-from-iis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Robots.txt Http and Https - Part II</title>
		<link>http://blog.super-networking.net/systems/robotstxt-http-and-https-part-ii/</link>
		<comments>http://blog.super-networking.net/systems/robotstxt-http-and-https-part-ii/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 19:18:05 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

		<category><![CDATA[.NET 2.0]]></category>

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

		<category><![CDATA[Google Bot]]></category>

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

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

		<category><![CDATA[IIS 6.0]]></category>

		<category><![CDATA[robots.txt]]></category>

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/robotstxt-http-and-https-part-ii/</guid>
		<description><![CDATA[So I posted earlier on splitting up the robots.txt you are showing based on if the bot was connecting on http or https here. I commented at the end that if this is an existing site and Google has already indexed your https content you need to be careful. Once you block Google from reindexing [...]]]></description>
			<content:encoded><![CDATA[<p>So I posted earlier on splitting up the robots.txt you are showing based on if the bot was connecting on http or https <a href="http://blog.super-networking.net/systems/robotstxt-http-and-https/" target="_blank">here</a>. I commented at the end that if this is an existing site and Google has already indexed your https content you need to be careful. Once you block Google from reindexing your https content using the robots.txt file Google will ignore changes, but it will keep the old indexed pages.</p>
<p>You cannot use the URL removal tool because you can&#8217;t tell it to only remove https urls. The way you get around this is to remove the robots.txt restrictions from https and put meta tags for Google to remove the content only on our https content.</p>
<p>Tags you are going to want to user are: </p>
<p>&lt;meta name=&quot;ROBOTS&quot; CONTENT=&quot;NONE&quot;&gt;</p>
<p>and</p>
<p>&lt;meta name=&quot;GOOGLEBOT&quot; content=&quot;NOARCHIVE&quot;&gt;</p>
<p>This will tell Google to not index the pages and remove any old caches and indexes. This could take some time for Google to crawl all of your https content. Once everything you want out of their index is gone you can go ahead and change over to the easier https robots.txt file restrictions.</p>
<p>I do not have the code that allows you to set different meta tag info based on http or https. If someone has that please comment on this post. This should help out the SEO on your site. Thanks</p>
<p><a href="http://googlewebmastercentral.blogspot.com/2007/03/using-robots-meta-tag.html" target="_blank">Resource Page for You</a></p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ba29687c-f2f8-435e-81db-bbfe1b9bcde1" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/robots.txt" rel="tag">robots.txt</a>, <a href="http://technorati.com/tags/IIS%206.0" rel="tag">IIS 6.0</a>, <a href="http://technorati.com/tags/HTTPS" rel="tag">HTTPS</a>, <a href="http://technorati.com/tags/Google%20Bot" rel="tag">Google Bot</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/robotstxt-http-and-https-part-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Monitor Bandwidth Usage on Single Machine</title>
		<link>http://blog.super-networking.net/systems/monitor-bandwidth-usage-on-single-machine/</link>
		<comments>http://blog.super-networking.net/systems/monitor-bandwidth-usage-on-single-machine/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 02:05:42 +0000</pubDate>
		<dc:creator>chris.super</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.super-networking.net/systems/monitor-bandwidth-usage-on-single-machine/</guid>
		<description><![CDATA[Do you need something to monitor the bandwidth usage on one server? For instance if you have a hosted server that has limited total usage. Well if you want a simple free tool download NetMeter. 
You can get real time statistics, totals including day, week and month. It will also project your usage over the [...]]]></description>
			<content:encoded><![CDATA[<p>Do you need something to monitor the bandwidth usage on one server? For instance if you have a hosted server that has limited total usage. Well if you want a simple free tool download <a href="http://super-networking.net/downloads/NetMeter_v0999beta2.exe" target="_blank">NetMeter</a>. </p>
<p>You can get real time statistics, totals including day, week and month. It will also project your usage over the day, week or month based off what you have already used. It is easy to use and best of all FREE!</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:78701e31-05df-4687-8734-761f628b924b" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Bandwidth" rel="tag">Bandwidth</a>, <a href="http://technorati.com/tags/Monitor" rel="tag">Monitor</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.super-networking.net/systems/monitor-bandwidth-usage-on-single-machine/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.557 seconds -->
