<?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>ServerCommand.org &#187; Workstations</title>
	<atom:link href="http://ServerCommand.org/index.php/category/workstations/feed/" rel="self" type="application/rss+xml" />
	<link>http://ServerCommand.org</link>
	<description>Where Professionals Share The Tips &#38; Tricks Of The Trade</description>
	<lastBuildDate>Mon, 11 Jan 2010 13:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hardware Firewalls &#8211; I Need Details</title>
		<link>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/</link>
		<comments>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 03:10:21 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=142</guid>
		<description><![CDATA[One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and the protection they provide.</p>
<p>A hardware firewall is a relatively simple piece of hardware, they are placed between the out side world (Usually the internet) and the section of the network you are needing to protect. They are specially built to block unwanted protocols and network activity from entering and/or leaving the protected network segment behind the firewall.</p>
<p>Firewalls use a configuration file that contains a set of rules, better known as an ACL (Access List). The ACL is much like any configuration file in the sense it contains all the information needed in order for your firewall to know what information to block and which to forward on to your back-end secure network.</p>
<p>One of the most important things to remember when you begin working with your first firewall is: ACL&#8217;s are read from the top down, so when you are configuring your firewall, always remember that a rule farther down in the list will NOT override an above rule. So if you block all access in line #1 and then allow access in line #2, line #2 will not allow access as in line #1 you already blocked it.</p>
<p>In many cases you will setup the firewall to block all incoming requests from the outside world beyond those you may want to have access. For instance, if you are running a web server you may want to block all access to the server (SSH especially) except for port 80 (http) and 443 (SSL). This way anyone trying to &#8220;hack&#8221; into your web server will have extremely little access to work with in order to breach your web server.</p>
<p style="text-align: center;"><img class="size-medium wp-image-147  aligncenter" title="hwfirewall_1" src="http://ServerCommand.org/wp-content/uploads/2009/10/hwfirewall_1-300x101.jpg" alt="hwfirewall_1" width="300" height="101" /></p>
<p>Now you may be wondering, &#8220;If I block all other ports, how am I going to access my server and/or network behind the firewall?&#8221; &#8211; This something that can be accomplished in a few different ways:</p>
<p><span id="more-142"></span></p>
<p><strong>1)</strong> VPN &#8211; Virtual Private Network allows you to connect to your firewall via a special piece of software that adds your workstation to the network behind the firewall. You do not need to be on the actual network for this to work, only access to your firewall via the internet. So you can VPN in from your home PC over your internet connection.</p>
<p>Once you are logged into the VPN, your workstation or home PC will be virtually connected to your private network behind your firewall, therefore you will not have any ports or data being blocked or otherwise filtered by your hardware firewall.</p>
<p><strong>2)</strong> Access List &#8211; Using the brief explanation above on what an ACL is, you may have already determined what you may need to do, however for those who may still be scratching your head, we will give some more details. So an ACL is a list of rules that firewall uses as its configuration file so it knows what to block and what not to. With that concept, you are able to configure your firewall to not block your connection to the network. So you can still block everything else from the outside world, while preserving your own access.</p>
<p>Now that we have a basic idea of what a hardware firewall is and what it does, we are going to take a look at who needs them and what additional security they provide over a software firewall.</p>
<p>Is a hardware firewall for me, in short everyone should have one, however they are not exactly a cheap thing to purchase. A good hardware firewall can range from a few hundred dollars to 10 of thousands, depending on how much throughput you will need to filter and the amount of connections you will need.</p>
<p>That in itself unfortunately filters out many of us, as the data we may need to protect just does not warrant the cost of the purchase. If you find yourself not able afford one, do yourself a favor and at the very least be running a software firewall on your machines.</p>
<p>If you do decide a firewall is worth the premium, you will have many new advantages open to you:</p>
<p><strong>1) </strong>You will not be running a network appliance specifically built to protect your network from unwanted access.<br />
<strong>2)</strong> You will now be able to access your back-end network via a VPN, allowing your to securely pass data back and forth between the network and your remote locations.<br />
<strong>3)</strong> Access will now be filtered based on the rules you define, if you don&#8217;t want someone or something to have access, you can block it.<br />
<strong>4) </strong>This point is one of the most advantages, you can have many many machines behind one physical firewall, so you can control how each machine communicates to the outside world.<br />
<strong>5)</strong> Single point to control access.</p>
<p>While hardware firewalls are not the end all solution to network security, when used properly they the first major milestone in building up your network security and being able to rest easier at night.</p>
<p>If you are choosing to run a firewall for your network, you will first want to sit down with your hosting provider and go over your needs. As you will want to be sure you are getting a firewall that can meet your needs and have a skilled network team to set it up for you, as setting up a firewall is not the easiest thing.</p>
<p>Until next time, post your comments and ask question in our forums and we will be here to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-Virus For Your Server &#8211; Free!</title>
		<link>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 06:56:15 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=117</guid>
		<description><![CDATA[Hi Guys,
Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.
It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.</p>
<p>It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are tons of Anti-Virus software options on the market it can be very hard to choose the version right for your needs.</p>
<p>It is suggested you stay away from the all in one security suites like you may be running on your home PC as they are very infectious and will most likely cause allot of issues in the long run, including locking you out of your server when you install it <img src='http://ServerCommand.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><span id="more-117"></span></p>
<p>You will want to stick to a straight Anti-Virus, such as Norton Corporate or ClamAV.</p>
<p><strong>Norton Corporate</strong> is a great solution if you are able to spend some money on it, it can be quite expensive if you have more than one server, however you will be receiveing a paid software which comes with support that you may need if you every run into issues. Norton also releases many updates to it AV software which will greatly help in keeping your server safe.</p>
<p>The downside, Norton is pretty much only good for Windows, if you are running a Linux server you will want look to ClamAV.</p>
<p><strong>ClamAV</strong> (http://www.clamav.net) is a free Anti-Virus system that is specifically aimed to be used in a server environment and is perfect for your Linux based server. There is a Windows version of ClamAV, however they are no longer developing it, however you are still able to receive virus definition updates for it.</p>
<p>ClamAV is the perfect solution for any server host as it is very &#8220;light&#8221; and non-intrusive on the dedicated server.</p>
<p>There are tons of AV softwares on the market and using Google you will be able to easily locate one that is perfect for your needs. For this article we are giving Norton and ClamAV our choice award as they have long been the industry standard for anti-virus security.</p>
<p>Moving a little more forward as far as Anti-Spyware and additional software you would find in a security suite. In most cases you should have no need for them as you should not be opening emails and surfing the web on your dedicated server. Keep it smart and use your dedicated server for what it is designed for, hosting.</p>
<p>Cheers!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/general-hosting-discussion/anti-virus-for-your-server-free/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Booting To USB Without Bios Support</title>
		<link>http://ServerCommand.org/index.php/2009/05/booting-to-usb-without-bios-support/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/booting-to-usb-without-bios-support/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:33:28 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=35</guid>
		<description><![CDATA[Yes! It is completely possible.
Ever needed to boot to a USB Flash/Thumb drive and the Bios just dosen&#8217;t support?
Well, now it no longer matters. You can now boot to USB, even on the oldest servers and worksations using a boot loader that fits on a CD, Floppy, Hard Disk and more!
I am speaking of &#8220;Plop&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>Yes! It is completely possible.</p>
<p>Ever needed to boot to a USB Flash/Thumb drive and the Bios just dosen&#8217;t support?</p>
<p>Well, now it no longer matters. You can now boot to USB, even on the oldest servers and worksations using a boot loader that fits on a CD, Floppy, Hard Disk and more!</p>
<p>I am speaking of &#8220;Plop&#8221;, a free available bootloader allowing you to boot to interfaces that are unsupported by the bios!</p>
<p><span id="more-35"></span></p>
<p><strong>Link:</strong> <a href="http://www.plop.at/en/bootmanagerdl.html" target="_blank">http://www.plop.at/en/bootmanagerdl.html</a></p>
<p>I came across this wonderful when looking for a way to load OS&#8217;s onto older servers that do not support booting to a USB drive and they don&#8217;t have a internal dvd-rom. I used the ISO and burned the bootable CD-Rom and it worked perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/booting-to-usb-without-bios-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
