<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating a virtual development server using Virtualbox</title>
	<atom:link href="http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/</link>
	<description>Beautiful Web Applications</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:24:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: me</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24876</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 13 Dec 2011 04:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24876</guid>
		<description>awesome, thanks so much for this piece of info</description>
		<content:encoded><![CDATA[<p>awesome, thanks so much for this piece of info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taitravis</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24811</link>
		<dc:creator>Taitravis</dc:creator>
		<pubDate>Sat, 27 Aug 2011 00:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24811</guid>
		<description>Until the Adobe Creative Suite can run well on Linux I am stuck!</description>
		<content:encoded><![CDATA[<p>Until the Adobe Creative Suite can run well on Linux I am stuck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24678</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Sat, 11 Sep 2010 21:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24678</guid>
		<description>It didn&#039;t &quot;change&quot; anything - ufw is just another layer on top of iptables.</description>
		<content:encoded><![CDATA[<p>It didn&#39;t &#8220;change&#8221; anything &#8211; ufw is just another layer on top of iptables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24677</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 11 Sep 2010 21:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24677</guid>
		<description>If you were a real snob, you&#039;d just switch OS completely.  You&#039;re just an amateur snob I&#039;m afraid and a filthy Windows user too boot.</description>
		<content:encoded><![CDATA[<p>If you were a real snob, you&#39;d just switch OS completely.  You&#39;re just an amateur snob I&#39;m afraid and a filthy Windows user too boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supermike</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24663</link>
		<dc:creator>Supermike</dc:creator>
		<pubDate>Sun, 27 Jun 2010 06:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24663</guid>
		<description>I have Windows 7 as the host OS, and Ubuntu 10.04 LTS as the guest OS. I set things up such that I can get on the Internet from inside the guest OS for web surfing, as well as make the website available to the host OS for debugging. So, as a LAMP developer, I can &quot;live&quot; in the Ubuntu side of things in the guest OS, but then flip over to the host OS to test in all the various browsers to see the website as the Windows&#039; user would see it.&lt;br&gt;&lt;br&gt;How did I do it? Simple. I just set up a bridged host adapter in the VB network settings and disabled the other adapters in the settings. It was automatically assigned an IP address by my home&#039;s router that has a DHCP NAT router on it. I then went to command line on Linux, identified the new IP address, and connected to it from the host OS web browsers.&lt;br&gt;&lt;br&gt;Now, if I had a firewall on Linux as an extra precaution, I could poke holes either with &#039;ufw&#039; (as you see in some of the posts above), or used the iptables command to poke holes. But I didn&#039;t need that because of two reasons. For one, my Windows 7 system has a firewall on it. For two, my DSL router has a firewall on it as well.</description>
		<content:encoded><![CDATA[<p>I have Windows 7 as the host OS, and Ubuntu 10.04 LTS as the guest OS. I set things up such that I can get on the Internet from inside the guest OS for web surfing, as well as make the website available to the host OS for debugging. So, as a LAMP developer, I can &#8220;live&#8221; in the Ubuntu side of things in the guest OS, but then flip over to the host OS to test in all the various browsers to see the website as the Windows&#39; user would see it.</p>
<p>How did I do it? Simple. I just set up a bridged host adapter in the VB network settings and disabled the other adapters in the settings. It was automatically assigned an IP address by my home&#39;s router that has a DHCP NAT router on it. I then went to command line on Linux, identified the new IP address, and connected to it from the host OS web browsers.</p>
<p>Now, if I had a firewall on Linux as an extra precaution, I could poke holes either with &#39;ufw&#39; (as you see in some of the posts above), or used the iptables command to poke holes. But I didn&#39;t need that because of two reasons. For one, my Windows 7 system has a firewall on it. For two, my DSL router has a firewall on it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhb</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24523</link>
		<dc:creator>nhb</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24523</guid>
		<description>Well that didn&#039;t work. I now have a virtual machine that took time to set up with the server and applications, that won&#039;t run. Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Well that didn&#39;t work. I now have a virtual machine that took time to set up with the server and applications, that won&#39;t run. Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhb</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24239</link>
		<dc:creator>nhb</dc:creator>
		<pubDate>Tue, 20 Oct 2009 11:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24239</guid>
		<description>Well that didn&#039;t work. I now have a virtual machine that took time to set up with the server and applications, that won&#039;t run. Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Well that didn&#39;t work. I now have a virtual machine that took time to set up with the server and applications, that won&#39;t run. Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbiggins</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24238</link>
		<dc:creator>cbiggins</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24238</guid>
		<description>To return it to default values, just set it to nothing;&lt;br&gt;VBoxManage.exe setextradata &quot;Fedora 10&quot; VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort</description>
		<content:encoded><![CDATA[<p>To return it to default values, just set it to nothing;<br />VBoxManage.exe setextradata &#8220;Fedora 10&#8243; VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhb</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24237</link>
		<dc:creator>nhb</dc:creator>
		<pubDate>Tue, 20 Oct 2009 00:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24237</guid>
		<description>Ok I did that, went through the rest of your set up using VBoxManage and now the virtual machine won&#039;t start up at all. Configuration for host port failed. How do I set the values back so that it will run?</description>
		<content:encoded><![CDATA[<p>Ok I did that, went through the rest of your set up using VBoxManage and now the virtual machine won&#39;t start up at all. Configuration for host port failed. How do I set the values back so that it will run?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbiggins</title>
		<link>http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/comment-page-1/#comment-24236</link>
		<dc:creator>cbiggins</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fliquidstudios.com/2009/06/18/creating-a-virtual-development-server-using-virtualbox/#comment-24236</guid>
		<description>You should just need to either disable ufw;&lt;br&gt;sudo ufw disable&lt;br&gt;&lt;br&gt;Or, if you want it to run, allow connections from ports 22 and 80..&lt;br&gt;sudo ufw allow 22&lt;br&gt;sudo ufw allow 80&lt;br&gt;&lt;br&gt;And thats it.</description>
		<content:encoded><![CDATA[<p>You should just need to either disable ufw;<br />sudo ufw disable</p>
<p>Or, if you want it to run, allow connections from ports 22 and 80..<br />sudo ufw allow 22<br />sudo ufw allow 80</p>
<p>And thats it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

