<?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>Tech Prognosis &#187; Servers</title>
	<atom:link href="http://blog.techprognosis.com/category/managed-services/servers/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.techprognosis.com</link>
	<description>Allowing You to Focus on Work</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Reset A Windows Server 2008 Domain Password</title>
		<link>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html</link>
		<comments>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html#comments</comments>
		<pubDate>Sun, 20 Feb 2011 00:26:17 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Domain Password]]></category>
		<category><![CDATA[Forgot Windows Server 2008 Password]]></category>
		<category><![CDATA[Linux Livecd]]></category>
		<category><![CDATA[Reset Windows Domain Admin Password]]></category>
		<category><![CDATA[Reset Windows Server 2008 Password]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=1101</guid>
		<description><![CDATA[I recently got a desperate call from a friend I helped to set up a domain running Windows server 2008. Apparently, something happened and nobody could log on to the server. My first thought was password expiration so I told them to just log on as domain admin and reset the passwords of the affected [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html"><img class="alignleft size-full wp-image-1107" style="margin-left: 8px; margin-right: 8px;" title="head_scratcher2" src="http://blog.techprognosis.com/wp-content/uploads/2011/02/head_scratcher2.png" alt="" width="89" height="144" /></a>I recently got a desperate call from a friend I helped to set up a domain running Windows server 2008. Apparently, something happened and nobody could log on to the server. My first thought was password expiration so I told them to just log on as domain admin and reset the passwords of the affected users.</p>
<p>Things got interesting when the next question was, &#8220;What is the password?&#8221;. Now, this was a year after the initial installation and I did not have the password &#8211; as a matter of principle, I encourage clients to change the initial password after an installation is completed so they have the assurance that I will not &#8220;sneak in&#8221;. They took my advise.<span id="more-1101"></span></p>
<p>The problem now was, nobody knew what the password was. We gave it a few guesses and it became apparent that a reset of the domain admin password was needed. There are a few tools in the market, both free, commercial and pseudo-commercial tools (favorably called bait &amp; switch &#8220;demo&#8221; software) that were very limited, to say the least, since most of these tools only allow you to reset the password of the local administrator, not the domain administrator&#8217;s password.</p>
<p>I came upon a solution that is beautiful in its simplicity. It turns out that the main tool for us is the Utilman program in Windows. Now be aware that you need physical access to the server and if you are  like my friend Charles, the server is locked down tight, literally. He  has his server bolted to the rack! Not only that, USB ports are  disabled, there is no DVD/CD-ROM drive anywhere on the box and there is a  BIOS and hard drive password, plus, the boot option is set to hard  disk. You actually need a key to access the case. Nice.</p>
<p>So here:</p>
<ol>
<li>Boot up the server using the install DVD, or a Linux LiveCD. If you are using  the Windows server 2008 DVD, you want to use the &#8220;Repair your computer&#8221; option when setup starts.</li>
<li>Gain access to the command line by doing the following<br />
1. rename the Utilman.exe file,  to Utilman.old or .bak<br />
2. Make a copy of Cmd.exe  and rename it Utilman.exe (if you are a domain admin, surely you would not embarrass yourself by asking me where Utilman.exe is located or how to rename or copy a file using the command line)</li>
<li>Restart the server and press the superkey+U (that is, press the key with the Windows logo and the &#8220;U&#8221; key at the same time) at the login screen. This will bring up the command line window.</li>
<li>Reset the domain admin password using the &#8220;NET USER&#8221; option (NET USER &lt;admin account&gt; &lt;new password&gt;<br />
(where admin account is whatever you renamed the administrator account to and password is the new password for the account. If you did not rename the administrator account, then it is NET USER administrator &lt;new password&gt;)</li>
<li>Exit out of the command line and try logging in. That should do it.</li>
<li>Reboot the server with the Windows Server 2008 DVD/LiveCD and undo the changes.</li>
</ol>
<p>Note, if you decide to go the LiveCD route, your job is easier. Make sure your distro has ntfs-3g support built in and boot into the desktop. Access the NTFS drive, rename Utilman.exe. Then make a copy of Cmd.exe and rename the copy Utilman.exe. Reboot (don&#8217;t forget to remove the LiveCD when you reboot) and follow steps 3-6.</p>
<p>That&#8217;s about it.</p>
<p>It goes without saying that you should have/make a backup of your system before doing any of this, and more importantly, I bear absolutely no responsibility if you mess up your system. Then again, you are a domain admin, right?</p>
<p>Remember, we are not trying to access a box we have no business accessing in the first place &#8211; take the hint or risk going to jail.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Reset+A+Windows+Server+2008+Domain+Password+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1101" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Reset+A+Windows+Server+2008+Domain+Password+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D1101" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2011/02/19/how-to-reset-a-windows-server-2008-domain-password.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s Mega Patch Tuesday</title>
		<link>http://blog.techprognosis.com/2009/10/13/microsofts-mega-patch-tuesday.html</link>
		<comments>http://blog.techprognosis.com/2009/10/13/microsofts-mega-patch-tuesday.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:05:05 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Desktops]]></category>
		<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Client Software]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IP Address Distribution]]></category>
		<category><![CDATA[Ip Environment]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Patch Tuesday]]></category>
		<category><![CDATA[Reboot]]></category>
		<category><![CDATA[Security Bulletins]]></category>
		<category><![CDATA[Security Updates]]></category>
		<category><![CDATA[Server Message Block]]></category>
		<category><![CDATA[Small Business Servers]]></category>
		<category><![CDATA[Small Businesses]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=495</guid>
		<description><![CDATA[Microsoft is gearing up for the release of its largest number of security updates and patches on this Patch Tuesday which will rival the previous highs of 12 security bulletins (February 2007 and October 2008). This release cycle will have 13 and also has eight bulletins that fall into the &#8220;critical&#8221; category which affects all [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft is gearing up for the release of its largest number of security updates and patches on this Patch Tuesday which will rival the previous highs of 12 security bulletins (February 2007 and October 2008). This release cycle will have 13 and also has eight bulletins that fall into the &#8220;critical&#8221; category which affects all versions of Windows, including the yet-to-be-released Windows 7. Affected software includes SQL Server, Microsoft Office, Internet Explorer, several important tools used by developers and the enterprise-grade Forefront Security client software.<span id="more-495"></span></p>
<p>What does this mean for owners of small and medium businesses? For one, the Server Message Block (SMB) and IIS vulnerabilities have been fixed and this is critical for owners of Small Business Servers where file sharing and web services are on by default and almost automatic. The SQL Server update will affect small businesses who use it as the back-end for websites.</p>
<p>Another important factor is that these updates and patches will undoubtedly require a reboot and for a company with the one server that has everything on it, that may mean some down time. More critical is that these reboots may affect IP address distribution if the patch resets your network from say a fixed IP environment to DHCP without warning. That could lead to IP address conflicts.</p>
<p>So expect a busy month ahead as IT admins scramble to test and deploy this monster patch release.</p>
<p>Happy computing everyone.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft%E2%80%99s+Mega+Patch+Tuesday+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D495" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft%E2%80%99s+Mega+Patch+Tuesday+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D495" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/10/13/microsofts-mega-patch-tuesday.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory and Morphed Folders</title>
		<link>http://blog.techprognosis.com/2009/08/06/active-directory-and-morphed-folders.html</link>
		<comments>http://blog.techprognosis.com/2009/08/06/active-directory-and-morphed-folders.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 01:49:20 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Dfs Service]]></category>
		<category><![CDATA[Directory Tree]]></category>
		<category><![CDATA[Domain Services]]></category>
		<category><![CDATA[File Replication Service]]></category>
		<category><![CDATA[Infrastructure Upgrades]]></category>
		<category><![CDATA[KB 259033]]></category>
		<category><![CDATA[Knowledge Base Articles]]></category>
		<category><![CDATA[Microsoft Knowledge Base]]></category>
		<category><![CDATA[Microsoft Knowledge Base Articles]]></category>
		<category><![CDATA[Microsoft Windows Server 2003]]></category>
		<category><![CDATA[Morphed Folder]]></category>
		<category><![CDATA[Network Environment]]></category>
		<category><![CDATA[Network Infrastructure]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=370</guid>
		<description><![CDATA[I recently came across a cool tool from Microsoft called Microsoft IT Environment Health Scanner which runs more than 100 checks to help you assess the overall health of your Active Directory and network infrastructure, including the configuration of Active Directory Domain Services, DHCP, DNS, Exchange Server, network adapters, and domain controllers. If the tool [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a cool tool from Microsoft called <a href="http://go.microsoft.com/fwlink/?LinkID=155170">Microsoft IT Environment Health Scanner</a> which runs more than 100 checks to help you assess the overall health of your Active Directory and network infrastructure, including the configuration of Active Directory Domain Services, DHCP, DNS, Exchange Server, network adapters, and domain controllers. If the tool detects problems, it links to Microsoft Knowledge Base articles and other Web content for resolution information. I got the tool, installed it and ran it against a client&#8217;s network and it exposed some issues in the  Active Directory and network environment that could create problems during server deployments, infrastructure upgrades and migrations.</p>
<p>A good example of what the tool found is the exposure of what is called &#8220;Morphed Folders&#8221; in the domain controllers. Microsoft describes morphed folders as &#8220;&#8230;folders and files that have replicated to other servers and are exact copies of one another. When the File Replication Service (FRS) cannot determine which of two folders is most recent, it creates a duplicate folder. These folders are named <em>FolderName</em>_NTFRS_<em>GUIDname</em>, where <em>FolderName</em> is the name of the original folder and <em>GUIDname</em> represents a unique GUID for the morphed folder.&#8221;<span id="more-370"></span></p>
<p>When you use the Distributed File System (DFS) snap-in to create 		  a domain DFS root or link, the DFS service creates an empty directory tree that 		  mirrors the DFS root and link names and hierarchy on each DFS root target 		  server. If you enable File Replication service (FRS) replication at the DFS root, FRS replicates the 		  directory created by DFS to all other root target computers that participate in 		  the FRS replica set. The code in DFS to create this directory is executed on 		  each DFS root target.</p>
<p>Active Directory is polled by the Distributed File System for any 		  configuration changes one time every hour and recreates these link directories. 		  To do so, the code first deletes any existing file or folder with the 		  associated name, and then it creates a new file or folder. When File Replication Service (FRS) finds the 		  newly created folder, it replicates the folder to the other targets. In certain situations,  it 		  finds a preexisting folder with the same name that was created by DFS. To 		  handle this directory name conflict, FRS appends a suffix in the form 		  &#8220;NTFRS_xxxxxxxx&#8221; to the end of one of the directories, and then FRS finishes 		  the replication action. The problem is analogous to an administrator creating 		  identically named directories on each member of the FRS replica set, where each 		  directory has a unique file ID. This morphing of directories can lead to  a 		  maintenance problem for the network administrator.</p>
<p>For example, morphed folders can cause the following problems in an Active Directory environment:</p>
<ul>
<li>When you try to remove folders, you receive a message that states that the folders cannot be accessed. You cannot remove the folders.</li>
<li>You may find folders that have <em>morphed</em>. In this situation, the original folder&#8217;s properties dialog box no longer has a <strong>Security</strong> tab. When you try to modify the discretionary access control list (DACL) for the original folder or try to take ownership of the original folder, you may receive the following error message: &#8220;Access Denied&#8221;</li>
</ul>
<p>To resolve this problem, Microsoft recommends the use one of the following methods, depending on the situation that you want to correct.</p>
<h3 id="tocHeadRef">Method 1: Use the Fsutil command so that you can remove the folders</h3>
<p><script type="text/javascript">// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
                loadTOCNode(2, 'resolution');
// ]]&gt;</script> If you cannot remove folders and you find morphed directories, use the Fsutil command to remove the reparse point that is associated with the folders. The Fsutil command is included in Windows Server 2003. The syntax of the Fsutil command to remove the reparse point is as follows:</p>
<div><span>fsutil  reparsepoint delete <em>FolderPath</em></span></div>
<p>For example, to remove the reparse point that is associated with a folder named <span>MyShare</span>, use the following command:</p>
<div><span>fsutil reparsepoint delete C:MyShare</span></div>
<p>After you remove the reparse point, you can remove the folders.</p>
<p><strong>Note</strong> You may have to restart the DFS service for this method to work. Or, you may have to restart the DFS server. This method also resolves issues in which DFS roots were incorrectly removed and have invalid junction point (reparse point) folders that previously held link information.</p>
<h3 id="tocHeadRef">Method 2: Restore the missing Security tab</h3>
<p><script type="text/javascript">// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
                loadTOCNode(2, 'resolution');
// ]]&gt;</script>If the <strong>Security</strong> tab is not present, follow these steps:</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>Dfsgui.msc</strong>, and then click <strong>OK</strong>.</li>
<li>Click the DFS target link to the shared resource that contains the morphed folder.</li>
<li>On the <strong>Action</strong> menu, click <strong>Stop Replication</strong>.</li>
<li>Right-click the DFS target link to the shared resource that contains the morphed folder, and then click <strong>Delete Link</strong>.</li>
<li>When you are prompted to confirm the removal of the DFS target link, click <strong>Yes</strong>.</li>
<li>Restart all the DFS servers that host the DFS target link that you removed.The changes replicate to all the DFS servers.</li>
<li>Log on to the computer that contains the morphed folder. Then, determine whether the original folder or the morphed folder is most recent.</li>
<li>If the morphed folder is most recent, rename the morphed folder to the original folder name and remove the original folder. If the original folder is most recent, remove the morphed folder and keep the original folder.</li>
</ol>
<p>You can now create a new DFS target link to the shared resource that contains this folder.</p>
<p>To read more about morphed folders and Active Directory, search for KB 259033.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Active+Directory+and+Morphed+Folders+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D370" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Active+Directory+and+Morphed+Folders+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D370" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/08/06/active-directory-and-morphed-folders.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automation and Small Business Owners</title>
		<link>http://blog.techprognosis.com/2009/06/30/automation-and-small-business-owners.html</link>
		<comments>http://blog.techprognosis.com/2009/06/30/automation-and-small-business-owners.html#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:26:42 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Anti-Virus]]></category>
		<category><![CDATA[Automatic Updates]]></category>
		<category><![CDATA[Backup Application]]></category>
		<category><![CDATA[Backup Program]]></category>
		<category><![CDATA[Backup Systems]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Budget Constraints]]></category>
		<category><![CDATA[Business Computers]]></category>
		<category><![CDATA[Business Environments]]></category>
		<category><![CDATA[Critical Application]]></category>
		<category><![CDATA[Maintenance Automation]]></category>
		<category><![CDATA[Small Business Owner]]></category>
		<category><![CDATA[Small Business Owners]]></category>
		<category><![CDATA[Software Licensing]]></category>
		<category><![CDATA[System Maintenance]]></category>
		<category><![CDATA[System Scans]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=356</guid>
		<description><![CDATA[Small business owners are usually forced by budget constraints to do every thing they can to save cost. In order to save on software licensing costs,for example, a small business owner may install the free version of a critical application like a firewall or anti-virus on the business computers. The task of updating these applications [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.techprognosis.com/wp-content/uploads/2009/06/biz_automation.jpg"><img class="alignleft size-thumbnail wp-image-789" style="margin-left: 6px; margin-right: 6px;" title="biz_automation" src="http://blog.techprognosis.com/wp-content/uploads/2009/06/biz_automation-150x150.jpg" alt="" width="150" height="150" /></a>Small business owners are usually forced by budget constraints to do every thing they can to save cost. In order to save on software licensing costs,for example, a small business owner may install the free version of a critical application like a firewall or anti-virus on the business computers. The task of updating these applications then falls on  each user to run periodic system scans and updates.</p>
<p>One thing that is not common in small business environments is process automation. Most processes are manually carried out. What we have to realize is that as hard as we try, at some point, somebody forgets to run a system scan or the backup program. Occasionally, someone could accidentally turn off or stop a backup application before the process is completed.<span id="more-356"></span><br />
In many small business environments, only one employee is in charge of I.T. support, system maintenance and running backups. If that employee goes on vacation or stays home sick one day, the backups will not run.<br />
It is very difficult for a small business owner to rely solely on human effort to keep computer systems of the business safe.<br />
The best practice is to strive for automation in order to have consistent, reliable updates to your security software and backup systems. There is also the need for processes to run independent of any particular individual.<br />
If you re a business owner, or you are in charge of running updates and performing regular maintenance, automation free up untold amounts of time and spare endless headaches. Automatic updates, backups and system scans, deployed system-wide, ensure that your whole business stays safe and up-to-date no matter who is in the office and who remembers to do what</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Automation+and+Small+Business+Owners+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D356" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Automation+and+Small+Business+Owners+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D356" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/06/30/automation-and-small-business-owners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Can Astaro Linux Do For You?</title>
		<link>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html</link>
		<comments>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html#comments</comments>
		<pubDate>Tue, 05 May 2009 18:56:14 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Remote Connectivity]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=243</guid>
		<description><![CDATA[I had a client who was just getting killed by spammers. Every morning their inbox was loaded with junk mail and they had as much as five thousand (5,000) emails in their spam filter box when they came in. I decided to help them out with the free version of Astaro Security Gateway. We threw [...]]]></description>
			<content:encoded><![CDATA[<p>I had a client who was just getting killed by spammers. Every morning their inbox was loaded with junk mail and they had as much as five thousand (5,000) emails in their spam filter box when they came in. I decided to help them out with the free version of <a href="http://www.astaro.com">Astaro Security Gateway</a>. We threw the software version (v7) on an old AMD box they had lying around &#8211; 2GHz processor, 20GB IDE drive, 512 RAM, two NICS. What a difference spam filtering at the perimeter of the network makes! The first week was like &#8220;wow&#8221;. Astaro actually generates a daily report and for email filtering we had 36,930 processed. Get this, out of that number, 36,832 was categorized as &#8220;Spam emails blocked&#8221;. And the live log was right there for us to see. Emails the system was not sure about were placed in quarantine and you have the option of having an admin view, release or delete those emails, or have a report sent to the affected user. The report even had a &#8220;Top 10 Spam Sender&#8221; entry with the IP addresses and countries of origin (little flags) of the bad guys. There was also a &#8220;Top 5 Spam Countries&#8221; entry on the report.<span id="more-243"></span>Management of the system is web-based through an https channel. There is even an option for remote management through a so-called &#8220;User Portal&#8221;. In addition to spam filtering, Astaro has a solid web filter with an extensive list of categories to help control internet usage in a business environment, including a built-in virus scanner that scans downloads. There is VPN capability with SSH, L2TP, IPSec and good old PPTP.</p>
<p>The point I was trying to make to this client was that enterprise-class solutions for small businesses do not have to cost a fortune. Of course, they could decide to keep using the &#8220;home&#8221; edition of Astaro, or, as I advised, donate some money to a good cause by buying the relatively inexpensive license for updates. If you have a small business and are putting off protecting your environment because of &#8220;cost&#8221;, you are not helping your business. Security software is an investment. If you can stop the threat before it gets into your environment, you have more time to focus on growing your business, not baby-sitting a spam or virus-infested mailbox every day.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=What+Can+Astaro+Linux+Do+For+You%3F+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D243" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=What+Can+Astaro+Linux+Do+For+You%3F+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D243" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

