<?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>Charles Socci - Information Technology &#187; low cost</title>
	<atom:link href="http://charlessocci.com/tag/low-cost/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com</link>
	<description>IT and Amateur Radio K1DNR</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>All In One Box &#8211; A Single Server Solution For Remote Branch Offices</title>
		<link>http://charlessocci.com/2009/02/22/all-in-one-box-a-single-server-solution-for-remote-branch-offices/</link>
		<comments>http://charlessocci.com/2009/02/22/all-in-one-box-a-single-server-solution-for-remote-branch-offices/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 23:57:40 +0000</pubDate>
		<dc:creator>csocci</dc:creator>
				<category><![CDATA[IT and Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[bandwidth control]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[low cost]]></category>
		<category><![CDATA[m0n0wall]]></category>
		<category><![CDATA[monowall]]></category>
		<category><![CDATA[one box]]></category>
		<category><![CDATA[remote office]]></category>
		<category><![CDATA[single server]]></category>
		<category><![CDATA[small office solution]]></category>
		<category><![CDATA[untangle!]]></category>

		<guid isPermaLink="false">http://charlessocci.com/?p=58</guid>
		<description><![CDATA[I serve a large organization with multiple branch offices in remote places. Typically, these offices are staffed with from one to fifty employees. Most of the offices have a local Windows Domain Controller, which doubles as a file/print server, DNS, and DHCP server. The larger of the offices are usually connected to the Internet via [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 488px"><a href="http://www.socci.com/ROMONOWALL.png" target="_blank"><img title="One Box Remote Office Solution" src="http://www.socci.com/ROMONOWALL.png" alt="One Box Remote Office Server Solution" width="478" height="347" /></a><p class="wp-caption-text">Click For Large Image Diagram</p></div>
<p>I serve a large organization with multiple branch offices in remote places. Typically, these offices are staffed with from one to fifty employees. Most of the offices have a local Windows Domain Controller, which doubles as a file/print server, DNS, and DHCP server.</p>
<p>The larger of the offices are usually connected to the Internet via T1, or DSL via a local service provider. In addition, the offices have a firewall that is connected back to headquarters via IPSec VPN tunnel.</p>
<p>This arrangement has provided a good solution for several years, however there are limitations. Recently, many of our offices have begun providing Internet access for clients &#8211; this added network load, in addition to increased usage of high-bandwidth services like You Tube, have placed new demands on us to manage the bandwidth. In addition, configuring servers and firewalls per individual office &#8211; and getting local support who can help us on site &#8211; is challenging.</p>
<p>A major point of our current initiative is to make our network locations more homogeneous, and more under the control of IT staff at headquarters. Virtualization has become an attractive option for several reasons: it eliminates the cost of a separate hardware firewall, and it allows us to configure a hardware-agnostic server &#8220;image&#8221; for use on any local hardware.</p>
<p>My &#8220;One Box Solution&#8221; allows for the firewall, bandwidth management, and Windows Domain Controller to exist on a single, portable, server.</p>
<p>I recently began piloting such a solution in one of our offices. Not having a current budget for my project, I took advantage of an unused Dell workstation at HQ. I added an additional 10/100 NIC we had lying in our closet. I installed<a title="Ubuntu Server" href="http://www.ubuntu.com/getubuntu/download" target="_blank"> Ubuntu 8.10 server</a> (any version of Linux will work) and <a title="VMWare Server" href="http://vmware.com/download/server/" target="_blank">VMWare&#8217;s latest version of free server for Linux</a>.</p>
<p>If you haven&#8217;t been exposed to VMWare yet, go to <a href="http://vmware.com/download" target="_blank">www.vmware.com</a> and download the free player and one of the free virtual appliances (pre configured workstations and computers). VMWare server is also free and will allow you to build and configure your own virtual machines.</p>
<p>Having built the Linux box and installed VMWare server, I configured one of my NICS as an internal nic, with an address on my local subnet, and the other NIC as an external NIC with one of my assigned Internet IP addresses.</p>
<p>Inside VMWare server, I configured three virtual networks. One network connected to my external interface of my Linux server. The second connected to a host only virtual network, and the third connected to the internal NIC of my Linux server.</p>
<p>The first virtual server I built was my <a title="M0n0wall" href="http://m0n0.ch/wall/features.php" target="_blank">M0n0wall</a> firewall. Note that <a title="Download M0n0wall VMWare Appliance" href="http://m0n0.ch/wall/download.php?file=generic-pc-1.3b15-vm.zip" target="_blank">M0n0Wall is available PRE-BUILT! AS A VIRTUAL APPLIANCE! </a> This means you don&#8217;t have to compile or build it. Just download the Virtual Appliance files and open them in VMWare Server.  I choose M0n0wall for several reasons. It is free. It is easy to configure. It allows for QoS, Traffic Shaping, and most importantly the IPSec tunnels that connect back to Headquarters and our DR NOC. The external WAN interface of M0n0Wall was connected to the external virtual network. The internal LAN interface of M0n0Wall was connected to the HOST ONLY virtual nework (we&#8217;ll see why in sec&#8230;). The WAN and LAN interfaces were configured with appropriate network settings, NTP server settings, DNS, etc. The WAN IP will be on our Internet subnet, and the Gateway will point to our ISP&#8217;s router or gateway IP address. The LAN interface will become the internal default gateway for our local network. M0n0wall is a powerful firewall solution for a small office. With the addition of a third NIC, you can easily set M0n0wall up to provide a DMZ, or a Captive Portal for your Wireless users. A Captive Portal will allow you to plug in a wireless device, authenticate users in a browser, and/or use RADIUS for advanced authentication.</p>
<p>The second virtual server is <a href="http://www.untangle.com/Developers/VMware-Appliance" target="_blank">Untangle</a> &#8211; also available Pre-built as a virtual appliance! Untangle can install as a bridge &#8211; meaning there is no routing involved. It sits between your firewall and your internal network. Untangle can also function as the firewall, but since it lacks the IPSec function for our tunnel back to Headquarters, we choose M0n0Wall. Where Untangle really excels is in Internet filtering and management. Untangle provides a suite of free modules for management and OpenVPN. There are also paid and supported modules available. The free version provides for very granular reporting and a powerful degree of access control right out of the box.</p>
<p>The third server is our Windows Domain Controller. This is the only commercial device which requires a paid-for license. Our virtual domain controller runs inside VMWare and connects via one interface to our internal network.</p>
<p>This arrangement has allowed us to provide a one-box all-in-one appliance to our remote offices that can be built and exchanged as needed, with a minimum of configuration. The Windows server can easily be promoted to a domain controller on site. IP Addresses and other site specific information can all be easily configured through graphical utilities.</p>
<p>Using online backup, such as Mozy Pro, in conjunction with our single box, we have discovered a way to provide highly-available network services to our smaller, budget and staff challenged offices in the field.</p>
<p>Options include using <a title="ESXi" href="http://vmware.com/download/esxi/" target="_blank">ESXi</a>, which is VMWare&#8217;s free version of ESX server. The downside of ESXi is that it requires more expensive hardware. It will not run on a workstation with a SATA disk drive. However, if you have a true server that is on the hardware compatibility list, ESXi will provide a better platform. It installs as it&#8217;s own OS. Linux and Windows are not required. The management tools and options are also much nicer.</p>
<p>One additional thing we&#8217;ve looked at &#8211; and likely something we&#8217;ll be hearing more about in the coming months &#8211; are WAN optimization appliances such as <a href="http://www.riverbed.com/products/appliances/" target="_blank">Riverbed</a> that run as a virtual machine. This will likely become a solution in our most remote offices where slow satellite connectivity is the norm.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlessocci.com/2009/02/22/all-in-one-box-a-single-server-solution-for-remote-branch-offices/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

