<?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>wehuberconsultingllc.com &#187; SBS2K-SBS2K3</title>
	<atom:link href="http://wehuberconsultingllc.com/wordpress/category/sbs2k-sbs2k3/feed/" rel="self" type="application/rss+xml" />
	<link>http://wehuberconsultingllc.com/wordpress</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 18:35:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Case of the Messed Up Fax</title>
		<link>http://wehuberconsultingllc.com/wordpress/2010/08/15/the-case-of-the-messed-up-fax/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-case-of-the-messed-up-fax</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2010/08/15/the-case-of-the-messed-up-fax/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 13:27:36 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2010/08/15/the-case-of-the-messed-up-fax/</guid>
		<description><![CDATA[We use a web application to create purchase orders. We send purchase orders to our vendors by printing the web page to our fax server. Two days ago we sent out two faxes with large black blotches on the page. &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2010/08/15/the-case-of-the-messed-up-fax/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We use a web application to create purchase orders. We send purchase orders to our vendors by printing the web page to our fax server. Two days ago we sent out two faxes with large black blotches on the page. There were purchase orders that were sent out before and after these faxes that were fine. Something was different about these purchase orders. We found that we could duplicate the problem on different workstations. When I previewed the fax on my laptop I could see that it was already corrupt. If I printed the web page to the printer or created a PDF it was fine. My boss thought it might have to do with our recent roll-out of the new Windows 7 laptops. So I checked the HTML for odd characters and did not find anything. It was about this time I noticed that the two problem purchase orders were about the same size. One purchase order had 36 line items while the other purchase order had 37 line items. I also found out that I used Firefox or Google Chrome to print the web page, it created the fax correctly. This printing problem was specific to Internet Explorer. The final clue was found when I went to my old laptop and it displayed the faxes correctly. When I checked its page setup I noticed that it was using an A4 paper size rather than the standard Letter size. After a little fiddling with the page settings, I determined that when I changed the bottom margin on my new Windows 7 laptop to 0.5 or 1.0 inch the fax would be created correctly. </p>
<p>My boss remained unconvinced. Why did we not see this problem before? That was a good question. After a little investigating of our fax log I found a corrupted fax over a month ago.&#160; Since this problem is rare and the subsequent faxes went out successfully, they resent the fax manually and did not bother to tell anyone of the problem.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2010/08/15/the-case-of-the-messed-up-fax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding IP Restrictions to IIS 6</title>
		<link>http://wehuberconsultingllc.com/wordpress/2010/07/25/adding-ip-restrictions-to-iis-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-ip-restrictions-to-iis-6</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2010/07/25/adding-ip-restrictions-to-iis-6/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 14:04:33 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/?p=827</guid>
		<description><![CDATA[A big thanks goes out to the obligatorymoniker and his script for programmatically adding IP restrictions to IIS6. I was looking for a better script to add IP restrictions. My previous script added the restrictions one IP range at a time. This script was adequate for a small number of IP restrictions but recently I was asked to add IP restrictions for every country we do not ship to. We had credit card fraud transaction from one of these countries and the boss was mad. After using Perl and a CIDR to merge the adjacent networks,  I still had over 18,000 IP ranges to deny. Using my old script I tried to add these IP ranges to our test system this took over an hour to load. Your script loads the ranges in a couple of seconds. <a href="http://wehuberconsultingllc.com/wordpress/2010/07/25/adding-ip-restrictions-to-iis-6/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A big thanks goes out to the <a title="Link to obligatorymoniker article" href="http://obligatorymoniker.wordpress.com/2009/06/03/technique-to-change-any-iis-6-properties-programatically/">obligatorymoniker</a> and his script for programmatically adding IP restrictions to IIS6. I was looking for a better script to add IP restrictions. My previous script added the restrictions one IP range at a time. This script was adequate for a small number of IP restrictions but recently I was asked to add IP restrictions for every country we do not ship to. We had credit card fraud transaction from one of these countries and the boss was mad. After using Perl and a CIDR to merge the adjacent networks, I still had over 18,000 IP ranges to deny. Using my old script I tried to add these IP ranges to our test system this took over an hour to load. Your script loads the ranges in a couple of seconds. Here is how I did this:</p>
<ol>
<li>I went to <a title="http://www.countryipblocks.net/" href="http://www.countryipblocks.net/">http://www.countryipblocks.net/</a> to get the IP ranges I wanted to block. Beware these ranges include bogon networks(e.g. 192.168.0.0). The first time I applied the IP ranges I blocked myself out. </li>
<li>I used the perl script below to merge the networks. </li>
<li>I used the obligatorymoniker IP Security.vbs script to load the ranges. You will have to change the <code>&quot;IIS://localhost/smtpsvc/1&quot;</code> to the site you want to add the IP restrictions to.</li>
</ol>
<pre class="brush: perl; title: ; notranslate">
use Net::CIDR::Lite;
use NetAddr::IP::Lite;
my $cidr = Net::CIDR::Lite-&gt;new;
# Disallow IPs

open (IPDISALLOW, &quot;ip_disallow.txt&quot;) || die &quot;couldn't open the file!&quot;;

while ($record = &lt;IPDISALLOW&gt;) {
 if (substr($record,0,1) != '#'){
#print $record;
 $cidr-&gt;add($record);
 }
}

close(IPDISALLOW);
#print &quot;$_\n&quot; for $cidr-&gt;list;
foreach ($cidr-&gt;list) {
my $ip = new NetAddr::IP::Lite $_;
#print &quot;The address is &quot;, $ip-&gt;addr, &quot; with mask &quot;, $ip-&gt;mask, &quot;\n&quot; ;
print $ip-&gt;addr, &quot;,&quot;, $ip-&gt;mask,&quot;$_\n&quot;;
} </pre>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2010/07/25/adding-ip-restrictions-to-iis-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event ID 7024 on SBS 2003 computer</title>
		<link>http://wehuberconsultingllc.com/wordpress/2010/03/18/event-id-7024-on-sbs-2003-computer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=event-id-7024-on-sbs-2003-computer</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2010/03/18/event-id-7024-on-sbs-2003-computer/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 00:14:01 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2010/03/18/event-id-7024-on-sbs-2003-computer/</guid>
		<description><![CDATA[If you get “The Certificate Service terminated with service-specific error 2148204801(0x800B0101)” you need to renew the certificate the certificate authority for your domain. If you are renewing a certificate for a self-signed domain, you can follow the procedure below. In &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2010/03/18/event-id-7024-on-sbs-2003-computer/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you get “The Certificate Service terminated with service-specific error 2148204801(0x800B0101)” you need to renew the certificate the certificate authority for your domain. If you are renewing a certificate for a self-signed domain, you can follow the procedure below. In my case the certificate is valid for 5 years.</p>
<ol>
<li>Go to Admin tools &gt; Certification Authority.&#160; </li>
<li>Highlight your server and right click. Then select All Tasks &gt; Renew CA Certificate. </li>
<li>If everything works, you should be able to start the certificate service. Highlight your server and right click. Then select All Tasks &gt; Start Service.</li>
</ol>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2010/03/18/event-id-7024-on-sbs-2003-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing store.exe process is allocating more memory than usual</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/09/02/fixing-store-exe-process-is-allocating-more-memory-than-usual/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-store-exe-process-is-allocating-more-memory-than-usual</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/09/02/fixing-store-exe-process-is-allocating-more-memory-than-usual/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:31:08 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/09/02/fixing-store-exe-process-is-allocating-more-memory-than-usual/</guid>
		<description><![CDATA[Sometimes I forget how I fixed problems in the past and this error is an example. In my case the fix was simple. I followed the instructions in http://support.microsoft.com/kb/867628 and increased the threshold from 104857600 to 704857600. I made an &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/09/02/fixing-store-exe-process-is-allocating-more-memory-than-usual/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Sometimes I forget how I fixed problems in the past and this error is an example. In my case the fix was simple. I followed the instructions in <a title="http://support.microsoft.com/kb/867628" href="http://support.microsoft.com/kb/867628">http://support.microsoft.com/kb/867628</a> and increased the threshold from 104857600 to 704857600. I made an educated guess at this value.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/09/02/fixing-store-exe-process-is-allocating-more-memory-than-usual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on a SBS Disaster Recovery</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/08/03/notes-on-a-sbs-disaster-recovery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=notes-on-a-sbs-disaster-recovery</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/08/03/notes-on-a-sbs-disaster-recovery/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 17:40:04 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/08/03/notes-on-a-sbs-disaster-recovery/</guid>
		<description><![CDATA[On the last Friday of June I came into the office and found myself confronted with one of the more unique disaster recovery scenarios I have ever encountered. The primary symptom was that no one could get to their email. &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/08/03/notes-on-a-sbs-disaster-recovery/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>On the last Friday of June I came into the office and found myself confronted with one of the more unique disaster recovery scenarios I have ever encountered. The primary symptom was that no one could get to their email. The cable modem and the router attached to it looked like they were turned off. Turning the power on got the lights to blink for only a few seconds before they went off. Our Small Business Server server appeared to be working but the lights on the LAN adapters in the back were off. Even when we inserted a known good LAN connection the lights would not come on. I rebooted the server and it stopped seeing the disk drive array. It was about that time I noticed the aroma of burnt insulation. Ah! The smell of burnt insulation in the morning! The cable modem, router, and server were fried. During the night the RoadRunner cable serving us must have been hit by lightning.</p>
<p>It is not surprising that we were not prepared for this disaster recovery scenario. Here are my notes on how we recovered our original server and migrated it to a new server.</p>
<ol>
<li>Probably one of the more interesting aspects of this disaster recovery story was that I took half of a mirrored drive pair and used it to create a Virtual Server of the SBS server. Since our development server(HP DL380) is similar to the server(HP DL360) that got fried, I was able to put the mirrored drive into the development server chassis. Everything on the drive looked good except for Exchange partition. The Exchange partition was missing. The lightning strike occurred during our backups, so our backups were not complete. We were looking at losing Thursday’s email. Since the development server had sufficient processing power and disk space, I decided to see if we could bring up the Small Business Server as a Virtual Machine. Using a virtualized server could allow our office to be fully operational&#160; while we worked on getting a new server delivered. It looked like a fast way to recover the Active Directory and the office email. So I gave <a href="http://www.vmware.com/download/converter/">VMware vCenter Converter</a> a try and I was amazed that the Small Business Server came up with only minor errors. The Exchange software complained that it could not find the Exchange partition and the HP diagnostic software complained about the hardware. Other than those problems the active directory, print queues, and the fax server were all operational.</li>
<li>The good news was that I had a virtual server running. The bad news was having problems recovering Exchange. The backup located on an external USB drive was restoring with errors. The first time I tried to restore Exchange I got a file corruption problem. This probably was due to USB problems with virtual servers. The next morning I decided to try something different. I downloaded some partition recovery software off of the Internet and to my surprise it found the partition on the mirrored drive. Using the <a href="http://www.ptdd.com/">EASEUS Data Recovery Wizard</a>, I was able to recover the Exchange partition. The database had some integrity problems but it looked promising. So I followed this article, <a href="http://www.msexchange.org/tutorials/Exchange-ISINTEG-ESEUTIL.html">Using the Exchange tools ISINTEG and ESEUTIL to Ensure the Health of your Information Store</a>, to repair the Exchange database. My final trick to getting Exchange to mount was to delete the Exchange log files. A little bit more than 24 hours after the lightning strike, our Small Business Server was operational and we had not lost any emails.</li>
<li>About a week later we had a “new” server delivered. Actually it was an old server we got off of eBay but it was identical to the server that had failed. Although it was tempting to leave the SBS server in virtualized form, we opted to install the server natively using the <a href="http://www.sbsmigration.com/">SBS Migration</a> procedure. In this case both our SourceDC server and the MigrationDC server were virtualized servers.The first time I tried the SBSMigration procedure I failed. It took me awhile to figure out why but the SYSVOL share was not getting created on the MigrationDC. I traced the problem back to a communication configuration problem. The DNS parameter on the LAN adapter configuration for the SourceDC was pointing at the office router rather than itself. Although normal communications with the server appeared to be working fine, the active directory communications with the backup domain controller was not working. The domain controller could not find itself. ;(&#160; After I changed the DNS parameter the domain communications and file replications worked correctly. As Jeff Middleton reminded me, a good indication that the backup Domain Controller is working properly occurs when the SYSVOL share is created on the MigrationDC sever. </li>
<li>My next mistake was installing the Exchange database to a new drive letter. Exchange is very finicky about this. I had to “repair” Exchange to get it to recognize the database at the new location. It was after I had started the repair operation that I figured out how long the repair was going to take. I ended up running the repair overnight. In hindsight we would have been up and running much earlier if I restored it to its original drive letter location and moved it to a new drive letter at a later time. </li>
<li>My final mistake was made when I upgraded the NewDC to Windows 2003 SP2 before completing the SBS installation. I had to uninstall SP2 and install SP1 before I complete the SBS installation. </li>
</ol>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/08/03/notes-on-a-sbs-disaster-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures with iRedMail &#8211; Part II</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/05/24/adventures-with-iredmail-part-ii/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adventures-with-iredmail-part-ii</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/05/24/adventures-with-iredmail-part-ii/#comments</comments>
		<pubDate>Mon, 25 May 2009 01:16:36 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[firewall]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/05/24/adventures-with-iredmail-part-ii/</guid>
		<description><![CDATA[In the first installment of Adventures with iRedMail I got it to send emails but I left the MS Exchange integration for another day. Since then I have updated my DNS zone with the DKIM information, set up local DNS &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/05/24/adventures-with-iredmail-part-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In the first installment of <a href="http://wehuberconsultingllc.com/wordpress/2009/05/17/adventures-with-iredmail/">Adventures with iRedMail</a> I got it to send emails but I left the MS Exchange integration for another day. Since then I have updated my DNS zone with the DKIM information, set up local DNS information, decided on naming standards, and reconfigured Postfix several times before I got it right.</p>
<h4>Updating the DNS with DKIM information</h4>
<p>This task was relatively easy. I copied the DKIM information in the iRedMail.tips into a trouble ticket with my web provider. About 24 hours later it was ready to test. I sent an emails to my Yahoo account, <a href="mailto:sa-test@sendmail.net">sa-test@sendmail.net</a>, and <a href="mailto:autorespond+dkim@dk.elandsys.com">autorespond+dkim@dk.elandsys.com</a>. Although the email from dk.elandsys.com was the first to respond, it said it did not work. When I checked my Yahoo account the headers said the email was signed correctly with DKIM. Ironically the return email from sendmail.net ended up in my Junk Mail folder. It said that everything worked correctly. For one more test I created a Gmail account and sent an email to it, too. It said the email was signed correctly.</p>
<h4>Local DNS, naming standards, and more Postfix problems</h4>
<p>The next challenge was to configure Postfix to accept both local email addresses and email addresses for the exchange server under the same domain. I used PostFixAdmin to create Aliases that pointed to the Exchange server emails(e. g. <a href="mailto:myemail@mybusiness.com">myemail@mybusiness.com</a> points to <a href="mailto:myemail@mybusiness.local">myemail@mybusiness.local</a>). PostFix complained about the DNS records for my Exchange server so I added mybusiness.local as a relay_domain and set up a psuedo DNS so that PostFix can find the IP address for my Exchange server. In my case I decided to let my pfSense firewall act as a local DNS server to serve up the local IP addresses. At this point I can email to everyone from a local iRedMail account but I cannot get replies until I set up iRedMail as the SMTP gateway and the Exchange server as a relay domain.</p>
<h4>PostFix domain checks get me again!</h4>
<p>It took me a long time to figure this out. When I changed the firewall to redirect SMTP traffic to the PostFix gateway I could not get any mail. I thought I had messed up the firewall settings so I kept trying different settings. I was pretty limited with my testing tools. If I could Telnet into port 25 I could see what is happening but I could not make the connection work as long as I was located on this side of the firewall. Fortunately I found a solution on the Internet. The dnsqueries.com site provides a page, <a title="http://www.dnsqueries.com/en/smtp_test_check.php" href="http://www.dnsqueries.com/en/smtp_test_check.php">http://www.dnsqueries.com/en/smtp_test_check.php</a>, that allows me to check my local SMTP connection using their server.&#160; Within minutes I figured out that my email server did not like my sender’s domain. In fact it did not like anyone’s domain. This was the same type of problem I had with the Postfix recipient domain check, so I removed the sender domain check and the emails starting flowing.</p>
<h4>What have I achieved?</h4>
<ul>
<li>I have a gateway that checks all incoming mail for spam and viruses. Postini offers a similar service for about $1 per user per month. We use <a href="http://www.mxlogic.com/">MXLogic</a> at work.</li>
<li>I have an alternate email server that allows me to send email that passes the SPF and DKIM checks. One of the reasons I investigated iRedMail was to use it for sending out a newsletter at work. Like many Internet retailers we get a chunk of our business as a result of our biweekly newsletter. In our case DKIM is another piece of the puzzle to improve our <a href="https://www.senderscore.org/">sender reputation</a>. Since both Yahoo and Gmail require DKIM signing in order to set up feedback loops, DKIM is probably essential if you have ambitions of having a pristine email list. For those folks looking at ways to cut the umbilical cord to Microsoft this is one of several low cost, low maintenance migration alternatives to a local Exchange server. </li>
</ul>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/05/24/adventures-with-iredmail-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting McAfee to work behind an ISA 2004 Firewall</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/05/17/getting-mcafee-to-work-behind-an-isa-2004-firewall/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-mcafee-to-work-behind-an-isa-2004-firewall</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/05/17/getting-mcafee-to-work-behind-an-isa-2004-firewall/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:05:58 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[firewall]]></category>
		<category><![CDATA[SBS2K-SBS2K3]]></category>
		<category><![CDATA[isa sbs]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/05/17/getting-mcafee-to-work-behind-an-isa-2004-firewall/</guid>
		<description><![CDATA[It has been a long time since I actively worked with Microsoft’s ISA Firewall so it took me some time to fix this problem. Buy.com periodically offers a 3 computer version of McAfee at a very cheap price. Since I &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/05/17/getting-mcafee-to-work-behind-an-isa-2004-firewall/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>It has been a long time since I actively worked with Microsoft’s ISA Firewall so it took me some time to fix this problem. Buy.com periodically offers a 3 computer version of McAfee at a very cheap price. Since I am somewhat ambivalent about the merits of one virus checking software over another, I bought a copy to replace a TrendMicro version up for renewal. The installation did not flag any errors or warnings so it took about a week before I noticed that the patterns had not updated. Yesterday I decided to fix the problem and write down for posterity how I accomplished it.</p>
<p>Unlike many firewalls Microsoft’s firewall typically restricts anonymous access. This typically is not a problem for most applications that run on Windows computers since the users are logged into the Active Domain. Occasionally there are applications that fail to connect to the internet despite the user being logged into the domain. Most of the time you need to open some non-standard ports to fix the problem. In this case McAfee is using standard HTTP and HTTPS ports and still failing to connect. </p>
<p>The solution is to create an anonymous access rule to the McAfee update site and to configure the client to not use the ISA Firewall client for these sites. One way to accomplish this&#160; is to configure Internet explorer(Tools-Internet Options-Connections-Lan settings-Advanced) to not use the proxy. This is the way I got McAfee to update. Another way is to configure the properties for the internal network in ISA to use direct access for these sites. You can configure a GPO, too.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/05/17/getting-mcafee-to-work-behind-an-isa-2004-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEC PCI to USB Open Host Controller &#8211; Everything USB Community</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/01/20/nec-pci-to-usb-open-host-controller-everything-usb-community/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nec-pci-to-usb-open-host-controller-everything-usb-community</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/01/20/nec-pci-to-usb-open-host-controller-everything-usb-community/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 16:46:45 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS2K-SBS2K3]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/01/20/nec-pci-to-usb-open-host-controller-everything-usb-community/</guid>
		<description><![CDATA[I found myself troubleshooting a Verizon PC5470 wireless broadband issue today. This setup worked a couple of months ago when I last touched it. When my boss inserted the PC5470 card into his PC, the VZAccess Manager software could not &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/01/20/nec-pci-to-usb-open-host-controller-everything-usb-community/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I found myself troubleshooting a Verizon PC5470 wireless broadband issue today. This setup worked a couple of months ago when I last touched it. When my boss inserted the PC5470 card into his PC, the VZAccess Manager software could not talk to the card. We noticed that his PC would create two NEC PCI to USB Open Host Controller when the card was inserted and the device manager showed that a Curitel modem was unknown.&#160; At the time I did not know what the Curitel modem was used for. When the card was installed on another PC only one NEC PCI to USB Open Host Controller was created and VZAccess manager was able to create a wireless broadband connection. After exhausting my troubleshooting tricks I found this conversation on the Internet, <a href="http://www.everythingusb.com/forums/showthread.php?threadid=10881">NEC PCI to USB Open Host Controller &#8211; Everything USB Community</a>.&#160; Although my solution was different than their recommendation, their ideas helped lead me in the right direction. My solution was to uninstall both NEC PCI to USB Open Host Controllers and force Windows to re-install all of the drivers. Disabling or uninstalling one driver did not work for me. When I inserted the PC card, Windows proceeded to re-install the drivers as expected. First it installed two NEC PCI to USB drivers. Next it tried to install the Curitel modem driver. During this process the PC announced that it was disabling a hardware device. When the driver installation was complete the Device Manager showed that the second PCI to USB driver was disabled and the Curitel modem was installed and functioning. When I started the VZ Access manager it found the PC5470 and configured itself to use the Curitel modem.&#160; After a little bit more automatic updating by VZ Access manager, we were able to establish a wireless broadband connection. Whew!</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/01/20/nec-pci-to-usb-open-host-controller-everything-usb-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Computer Problem</title>
		<link>http://wehuberconsultingllc.com/wordpress/2009/01/18/interesting-computer-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interesting-computer-problem</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2009/01/18/interesting-computer-problem/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 14:41:01 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS2K-SBS2K3]]></category>
		<category><![CDATA[troubleshooting sbs2k3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2009/01/18/interesting-computer-problem/</guid>
		<description><![CDATA[When you are grateful you have a job you can’t be picky about the applications you support. This week I spent a lot of time on my one of my least favorite applications, credit card processing. To give you a &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2009/01/18/interesting-computer-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>When you are grateful you have a job you can’t be picky about the applications you support. This week I spent a lot of time on my one of my least favorite applications, credit card processing. To give you a little background I was not employed at the firm when it was originally installed in 2007 so almost everything I hear is secondhand. The application is pretty simple and it runs on its own computer. It downloads credit card orders from our orders data base, transfers the authorizations over to the bank, and then updates the orders data base. Despite its relative simplicity I hear that the application was a painful install with lots of support issues. The folks before me got it to work and it seemed to be working okay until the the middle of 2008. That was when intermittent response time problems started to crop up. Attempts at technical support lead us down that primrose path again without success. The folks in technical support recommended we re-install the software but they really did not have an explanation for our response time issue. The statement that sent us in a completely different direction was when they said that our transaction volume was too large for their application. Our bank took that statement back a week later but the damage was done. The bank and the credit card processing application were going to be replaced.</p>
<p>This fun and games started when the credit card processing computer rebooted after the “Patch Tuesday” updates. It came up okay but it was coming up with strange errors during credit card processing. At first we could not process any credit cards but we finally got the cards processed. Since it was “working” I did not look at the problem until Friday. That was when I found out that the problems had continued on every morning and it had reached the critical stage. After spending three hours of “quality time” with an upset user(my boss) getting the credit cards processed, I was convinced that there was more to this problem than “Patch Tuesday” problems and I was determined to fix the problem today.</p>
<p>It did not take too long before I found a disk corruption problem. It looked like DISKCHK might fix the problem so I needed credit card processing folks to complete the end of day tasks so I could take an immediate backup and reboot. So at 530 pm on a Friday evening we rebooted. The computer would not reboot. I tried safe mode and it would not reboot. I tried to boot from a CDROM and it would not reboot.&#160; I called the boss to let him know. He said he would meet at the office on Saturday morning. This had a really good chance of being a super catastrophe. Oh well! There goes my weekend!</p>
<p>On Saturday it took us about an hour to identify the problems. The boss actually found the problem. I heard a unusual spin up sound on either the disk drive or a fan.&#160; My little power supply tester showed we were missing –5v. I installed a new power supply and now we could boot off of the CDROM. Unfortunately now that we could boot up properly we could confirm that the disk drive was trashed.&#160; So I installed a new drive. About two hours later I had completed re-installing the operating system and the application from my backup. An hour of testing confirmed that we would be able to process credit cards on Monday and the business would continue for another week. This is probably the first time I have seen a double failure on a PC.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2009/01/18/interesting-computer-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops! Could not start error</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/12/03/oops-could-not-start-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oops-could-not-start-error</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/12/03/oops-could-not-start-error/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:25:47 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[SBS2K-SBS2K3]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/12/03/oops-could-not-start-error/</guid>
		<description><![CDATA[I had not looked or touched my “dogfood” server in a long time. It appeared to be happily doing it’s thing. Appearances can be deceiving. I found that my scheduled jobs were not running according to the schedule. I had &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/12/03/oops-could-not-start-error/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I had not looked or touched my “dogfood” server in a long time. It appeared to be happily doing it’s thing. Appearances can be deceiving. I found that my scheduled jobs were not running according to the schedule. I had about a dozen jobs with the “Could not start error” message. What a mess! I am not sure how this happened but the fix is easy. Just enter the password again!</p>
<p><a href="http://support.microsoft.com/kb/308558">How to troubleshoot scheduled tasks in Windows XP and in Windows Server 2003</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/12/03/oops-could-not-start-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

