<?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; Virtual Servers (VPS/VDS)</title>
	<atom:link href="http://ServerCommand.org/index.php/category/vpsvds/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>Managed OR Unmanaged &#8211; Whats The Difference?</title>
		<link>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:20:13 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=74</guid>
		<description><![CDATA[Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.
Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:
Managed:
A managed solution [...]]]></description>
			<content:encoded><![CDATA[<p>Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.</p>
<p>Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:</p>
<p><strong>Managed:</strong></p>
<blockquote><p>A managed solution in short is a service in which the host takes care of and maintains the server for you, therefore allowing professionals to take care of the dirty work and keep your time free to keep working on your web site. A managed server is usually the best place to start for anyone new to a server side of things, however there are some downsides:</p>
<p><span id="more-74"></span></p>
<ol>
<li>Managed servers are usually much more expensive than a normal server (You are paying for the techs time).</li>
<li>You may not have access to the root of the server and therefore you will have to rely solely on the host for everything beyond the basics of managing your web site.</li>
<li>You have to rely on your host for just about everything, beyond the basics.</li>
<li>You may be limited to what all you can do with your server, you may nto have full control.</li>
</ol>
<p>With the above brief of downsides you can see if any of them worry you, but don&#8217;t get discouraged, there are upsides!</p>
<ol>
<li>You don&#8217;t have to worry about knowing how to manage everything on the server, thats what you pay your host for.</li>
<li>If you run into issues, you can just lodge a complaint with your host and it is up to them to devise a solution.</li>
<li>You don&#8217;t have to get your hands dirty and waste time doing updates, installing additional software modules etc.</li>
<li>You can sleep at night! - This may sound weird, but when you run into your first major issue, it all makes sense.</li>
<li>The host takes care of the security of the server.</li>
<li>Many hosts include back up solutions are part of their managed services.</li>
</ol>
<p>The above are just the basic outlines of a managed service, you will ALWAYS need to check with the host you plan to use to see what all they are responsible for managing, some do allot more than others!</p></blockquote>
<p>Now onto the Unmanaged!</p>
<p><strong>Unmanaged:</strong></p>
<blockquote><p>In short, unmanaged sounds very much like it is, the exact opposite of managed.</p>
<p>With an unmanaged servers you are on your own, sent a drift in the wild ocean with only a small life rope to tie you back to shore. You will be responsible for everything from the Operating System up. In the case of a unmanaged solution the host is only responsible for the server hardware and network, so they are there to fix the hardware if it breaks, do Operating System reloads, keep the network up and running, and some basic troubleshooting.</p>
<p>As long as you have access to the machine, it is all in your hands. This is the way most people tend to go with as it gives you the most versitility and allows you to learn and test allot on the server machine that you otherwise would most likely not be able to do on a managed server.</p>
<p>The ups and downs:</p>
<p>Ups:</p>
<ol>
<li>The server is all yours, you install and control everything on it.</li>
<li>Extremely versitile, you can install what you want and when you want, no need to wait on anyone.</li>
<li>Cheaper! You don&#8217;t have to pay extra for the company to manage the server.</li>
</ol>
<p>Downs:</p>
<ol>
<li>If you get stuck or break some software on the server, it will be up to fix it.</li>
<li>You are responsible for everything from the Operating System up.</li>
<li>You have to run the updates, keep the server secure.</li>
<li>You will need to learn how to operate and control the server.</li>
</ol>
<p>Don&#8217;t let the downsides scare you, a unmanaged server is a awesome place to begin as you will be able to work and learn without having to worry about limitations. If you are worried about the uptime of your web site over you learning, it is best to stay with a managed solution where uptime is the goal and learning takes the back seat.</p></blockquote>
<p>The discriptions above are showing the extremes of each end of the environments, it will depend on each host as far as what all they will or won&#8217;t manage. Many hosts often go far beyond what the norm, but you will need to speak with each one to find what all they are responsible for and how far out of their way they will go to keep you running strong.</p>
<p><span style="text-decoration: underline;"><strong>The biggest thing thing to understand from these descritptions is:</strong></span></p>
<blockquote><p>Every host is different! No two host will offer the same thing in their managed and unmanaged packages. You NEED to check with the host you are considering using to see what all they are responsible for. The above are just the basic outline of each and by no means what every host offers!</p></blockquote>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/dedicated-servers-windows/managed-or-unmanaged-whats-the-difference/"><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/06/managed-or-unmanaged-whats-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a VPS/VDS?</title>
		<link>http://ServerCommand.org/index.php/2009/06/what-is-a-vpsvds/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/what-is-a-vpsvds/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:43:54 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=54</guid>
		<description><![CDATA[As many users have experienced, after a while your growing web site will outgrow the standard shared web hosting environment provided by many of the web hosts in today&#8217;s industry. This leaves many people wondering what their next step is, a dedicated server?
A dedicated is a excellent next step, but does come at a much [...]]]></description>
			<content:encoded><![CDATA[<p>As many users have experienced, after a while your growing web site will outgrow the standard shared web hosting environment provided by many of the web hosts in today&#8217;s industry. This leaves many people wondering what their next step is, a dedicated server?</p>
<p>A dedicated is a excellent next step, but does come at a much higher cost than your standard shared web hosting package and in many cases is not a feasible upgrade due to just the cost of the server itself.</p>
<p>With that comes Virtual Dedicated Servers (VDS) or Virtual Private Servers (VPS) which are usually much more affordable for many users, starting at around $20/Month. So now you have found your upgrade path, but what is a VPS/VDS?</p>
<p><span id="more-54"></span></p>
<p>Virtual Private Server (VPS) and Virtual Dedicated Server (VDS) are much the same thing, just a different name for the same end result. They are a virtual server that is housed on a larger dedicated server box. You will have your own operating system and runs much like a normal dedicated server, however with just less power.</p>
<p>You do not share your operating system with anyone else, but you do share the dedicated server box on which your VPS/VDS is housed with other clients who are also renting their own VPS/DVS servers.</p>
<p>A VPS/VDS will normally give you more resources than a standard web hosting package and should meet your needs for you growing web site, atleast till you can afford your own dedicated server, but there is a downside!</p>
<p>The downside to having your own VPS/VDS is that you will now need to learn how to setup and manage your own web server, which for most people is a challenge to say the least. There is allot to understand and learn when trying to figure out how to setup your VPS/VDS to host your web site.</p>
<p>You may need to install MYSQL, Apache, Python or one of many different pieces of software that are required to host your web site.</p>
<p>Do not worry! There are many VPS/VDS hosts that offer a fully &#8220;managed&#8221; virtual server, where they will worry about maintaning your virtual server for you and all you will need to worry about is keeping your web site running the way you want it!</p>
<p>There are many VPS/VDS hosts around the world and in many cases the shared web hosting you are already with offer VPS/VDS servers and can easily migrate you to one without too much work or hiccups on your web site. If you are happy with your current web host, than it is probably a good idea to stick with them for your VPS/VDS.</p>
<p>If they do not offer them, you may want to look at the below hosts:</p>
<ul>
<li><strong>FDCServers</strong> &#8211; <a href="http://www.FDCServers.net">www.FDCServers.net<strong></strong></a></li>
<li><strong>Surf Speedy</strong> &#8211; <a href="http://www.SurfSpeedy.com">www.SurfSpeedy.com</a></li>
</ul>
<p>There is allot more questions you will most likely have, so shoot a post up in our forums and we will get you all setup!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/vps-vds/what-is-a-vpsvds/"><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/06/what-is-a-vpsvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
