<?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: setting up a bridged network for virtualbox on ubuntu linux (Host Interface)</title>
	<atom:link href="http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/</link>
	<description>a seo and web-developer's daily stuff</description>
	<lastBuildDate>Wed, 23 Jun 2010 13:23:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hodge</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-38485</link>
		<dc:creator>Hodge</dc:creator>
		<pubDate>Wed, 23 Jun 2010 13:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-38485</guid>
		<description>It looks like if you select &quot;Bridged Adapter&quot; as attached to and select eth0 that it will work. It worked for me anyway allowing me to join my domain.</description>
		<content:encoded><![CDATA[<p>It looks like if you select &#8220;Bridged Adapter&#8221; as attached to and select eth0 that it will work. It worked for me anyway allowing me to join my domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PMorton</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-28197</link>
		<dc:creator>PMorton</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-28197</guid>
		<description>On Virtualbox 2.2.4, there is no &quot;Host Interface&quot; under &quot;Attached to&quot;; only &quot;Bridged Adaptor&quot; and &quot;Host Only Adaptor&quot;. Neither is it possible to run scripts. An update would be very useful.</description>
		<content:encoded><![CDATA[<p>On Virtualbox 2.2.4, there is no &#8220;Host Interface&#8221; under &#8220;Attached to&#8221;; only &#8220;Bridged Adaptor&#8221; and &#8220;Host Only Adaptor&#8221;. Neither is it possible to run scripts. An update would be very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazid</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-16204</link>
		<dc:creator>Yazid</dc:creator>
		<pubDate>Mon, 27 Apr 2009 14:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-16204</guid>
		<description>Excellent, this is whta I was looking for

I got stuck on the following:

It’s time to set up VirtualBox to use the interface. For this go to the SetUp of your Virtual Machine under Network and tell VirtualBox to start/stop thescripts, when the VM is started/stopped. To do this, select “Host Interface” under Attached To. As Interface Name you use “tap0″ and for the startscript you use:

“gksudo /home/YOURHOMEDIR/starttun.sh”

For the stopscript accordingly:

“gksudo /home/YOURHOMEDIR/stoptun.sh”

I cannot see Host Interface, could you give more details?

TIA
Yaz</description>
		<content:encoded><![CDATA[<p>Excellent, this is whta I was looking for</p>
<p>I got stuck on the following:</p>
<p>It’s time to set up VirtualBox to use the interface. For this go to the SetUp of your Virtual Machine under Network and tell VirtualBox to start/stop thescripts, when the VM is started/stopped. To do this, select “Host Interface” under Attached To. As Interface Name you use “tap0″ and for the startscript you use:</p>
<p>“gksudo /home/YOURHOMEDIR/starttun.sh”</p>
<p>For the stopscript accordingly:</p>
<p>“gksudo /home/YOURHOMEDIR/stoptun.sh”</p>
<p>I cannot see Host Interface, could you give more details?</p>
<p>TIA<br />
Yaz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abetpcmt</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-12603</link>
		<dc:creator>abetpcmt</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-12603</guid>
		<description>does anybody solved toby &amp; rshane issue? i&#039;m also encountering the same problem. tnx</description>
		<content:encoded><![CDATA[<p>does anybody solved toby &amp; rshane issue? i&#8217;m also encountering the same problem. tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-11305</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-11305</guid>
		<description>My guess would be, that there is something wrong with the permissions on the file /dev/net/tun . Did you change the permissions like explained above in the first step? And are you a member of the group vboxusers? Remember also, that if you just made your user a member of that group, you have to log out and then log in again for the changes to take effect!</description>
		<content:encoded><![CDATA[<p>My guess would be, that there is something wrong with the permissions on the file /dev/net/tun . Did you change the permissions like explained above in the first step? And are you a member of the group vboxusers? Remember also, that if you just made your user a member of that group, you have to log out and then log in again for the changes to take effect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toby</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-11282</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-11282</guid>
		<description>I have the same problem as &quot;rshane&quot; has.
Does anybody solved this? If yes, can you please post it? thank you.</description>
		<content:encoded><![CDATA[<p>I have the same problem as &#8220;rshane&#8221; has.<br />
Does anybody solved this? If yes, can you please post it? thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rshane</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-6810</link>
		<dc:creator>rshane</dc:creator>
		<pubDate>Thu, 25 Dec 2008 22:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-6810</guid>
		<description>I appreciate the info &amp; i&#039;m early in solving the problem here but under Ubuntu 8.10 and Virtualbox 2.0.4_OSE, this FAILS.  The error is as follows when the VM executes:


Failed to initialize Host Interface Networking.
VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).


Result Code: 
NS_ERROR_FAILURE (0x80004005)
Component: 
Console
Interface: 
IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}


Again 0 another &quot;it worked on mine...&quot; kind of answer.  If I get it working, I&#039;ll post it but I have to agree with the individual who said this prevents Ubuntu from succeeding by having to patch every little thing.  That&#039;s kind of the overall Linux problem succintly stated.  The problem is it takes so $&amp;@)*&amp;# long to get everything working.  God forbid, a kernel update comes out - you&#039;re at it all over again.  (sorry - just ranting at yet another linux FAILURE)

If anyone has solved this problem, please share &amp; save me the time that I truly need to devote elsewhere...</description>
		<content:encoded><![CDATA[<p>I appreciate the info &amp; i&#8217;m early in solving the problem here but under Ubuntu 8.10 and Virtualbox 2.0.4_OSE, this FAILS.  The error is as follows when the VM executes:</p>
<p>Failed to initialize Host Interface Networking.<br />
VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).</p>
<p>Result Code:<br />
NS_ERROR_FAILURE (0&#215;80004005)<br />
Component:<br />
Console<br />
Interface:<br />
IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}</p>
<p>Again 0 another &#8220;it worked on mine&#8230;&#8221; kind of answer.  If I get it working, I&#8217;ll post it but I have to agree with the individual who said this prevents Ubuntu from succeeding by having to patch every little thing.  That&#8217;s kind of the overall Linux problem succintly stated.  The problem is it takes so $&amp;@)*&amp;# long to get everything working.  God forbid, a kernel update comes out &#8211; you&#8217;re at it all over again.  (sorry &#8211; just ranting at yet another linux FAILURE)</p>
<p>If anyone has solved this problem, please share &amp; save me the time that I truly need to devote elsewhere&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Issues that I encountered while creating my DataPower to MQ Demo &#124; danzrobok.com</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-4887</link>
		<dc:creator>Issues that I encountered while creating my DataPower to MQ Demo &#124; danzrobok.com</dc:creator>
		<pubDate>Tue, 25 Nov 2008 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-4887</guid>
		<description>[...] a bridged network using VirtualBox is not as straightforward as it is with VMWare. I had to track down a script that would automatically configure the bridge before I started the [...]</description>
		<content:encoded><![CDATA[<p>[...] a bridged network using VirtualBox is not as straightforward as it is with VMWare. I had to track down a script that would automatically configure the bridge before I started the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux is what you want it to be, nothing else &#124; notes2myself</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-4886</link>
		<dc:creator>Linux is what you want it to be, nothing else &#124; notes2myself</dc:creator>
		<pubDate>Tue, 25 Nov 2008 15:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-4886</guid>
		<description>[...] isnt, and especially on what it tries to be. But some weeks ago I got a comment on my post &#8220;setting up a bridged network for virtualbox on ubuntu linux&#8221; which I can&#8217;t leave uncommented: Appreciate the effort and answers but …. this is [...]</description>
		<content:encoded><![CDATA[<p>[...] isnt, and especially on what it tries to be. But some weeks ago I got a comment on my post &#8220;setting up a bridged network for virtualbox on ubuntu linux&#8221; which I can&#8217;t leave uncommented: Appreciate the effort and answers but …. this is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Balentine</title>
		<link>http://spinczyk.net/blog/2008/03/05/setting-up-a-bridged-network-for-virtualbox-on-ubuntu-linux/comment-page-1/#comment-3540</link>
		<dc:creator>Lewis Balentine</dc:creator>
		<pubDate>Sun, 26 Oct 2008 22:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://spinczyk.net/blog/?p=3#comment-3540</guid>
		<description>Appreciate the effort and answers but ....
this is exactly the type of thing that will keep linux/ubuntu from ever achieving a significant portion of the mqarket. As long as users have to spend a day searching and patching every application that was not built into the OS distribution then the OS will never make it to the mainstream and it will remain in the realm of hakers, nerds and others that have more time than money.</description>
		<content:encoded><![CDATA[<p>Appreciate the effort and answers but &#8230;.<br />
this is exactly the type of thing that will keep linux/ubuntu from ever achieving a significant portion of the mqarket. As long as users have to spend a day searching and patching every application that was not built into the OS distribution then the OS will never make it to the mainstream and it will remain in the realm of hakers, nerds and others that have more time than money.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
