<?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: How to set up host interface networking for VirtualBox on Ubuntu</title>
	<atom:link href="http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Air Video Server running on a Windows XP Guest OS in virtualbox on Ubuntu Linux &#171; Jay Holler&#8217;s Blog</title>
		<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/#comment-17623</link>
		<dc:creator>Air Video Server running on a Windows XP Guest OS in virtualbox on Ubuntu Linux &#171; Jay Holler&#8217;s Blog</dc:creator>
		<pubDate>Sun, 17 Jan 2010 16:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=665#comment-17623</guid>
		<description>[...] I was looking for. After installing these two utilities and running the script, provided at  this blog, I was able to make the WIndows XP Guest OS join the 192.168.1.0 network! Perfect. Now, all I had [...]</description>
		<content:encoded><![CDATA[<p>[...] I was looking for. After installing these two utilities and running the script, provided at  this blog, I was able to make the WIndows XP Guest OS join the 192.168.1.0 network! Perfect. Now, all I had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: airtonix</title>
		<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/#comment-16941</link>
		<dc:creator>airtonix</dc:creator>
		<pubDate>Fri, 04 Sep 2009 09:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=665#comment-16941</guid>
		<description>#!/bin/sh
IP=`ifconfig &#124; grep 10 &#124; head -n 1 &#124; awk &#039;{print $2}&#039; &#124; cut -d: -f2`
if [ $# -gt 0 ]; then
	sudo ifconfig br0 down
	sudo ifconfig tap0 down
	sudo /usr/sbin/brctl delif br0 eth0
	sudo /usr/sbin/brctl delbr br0
	sudo route add -host $IP dev eth0
	sudo ifconfig eth0 down &amp;&amp; sudo ifconfig eth0 up
else
	sudo tunctl -t tap0 -u `whoami`
	sudo chmod 666 /dev/net/tun
	sudo /usr/sbin/brctl addbr br0
	sudo /sbin/ifconfig eth0 0.0.0.0 promisc
	sudo /usr/sbin/brctl addif br0 eth0
	sudo /sbin/dhclient br0
	sudo /usr/sbin/brctl addif br0 tap0
	sudo ifconfig tap0 10.1.1.50 up
	sudo bash -c &#039;echo 1 &gt; /proc/sys/net/ipv4/conf/tap0/proxy_arp&#039;
	sudo route add -host $IP dev tap0
	sudo arp -Ds $IP eth0 pub
fi</description>
		<content:encoded><![CDATA[<p>#!/bin/sh<br />
IP=`ifconfig | grep 10 | head -n 1 | awk &#8216;{print $2}&#8217; | cut -d: -f2`<br />
if [ $# -gt 0 ]; then<br />
	sudo ifconfig br0 down<br />
	sudo ifconfig tap0 down<br />
	sudo /usr/sbin/brctl delif br0 eth0<br />
	sudo /usr/sbin/brctl delbr br0<br />
	sudo route add -host $IP dev eth0<br />
	sudo ifconfig eth0 down &amp;&amp; sudo ifconfig eth0 up<br />
else<br />
	sudo tunctl -t tap0 -u `whoami`<br />
	sudo chmod 666 /dev/net/tun<br />
	sudo /usr/sbin/brctl addbr br0<br />
	sudo /sbin/ifconfig eth0 0.0.0.0 promisc<br />
	sudo /usr/sbin/brctl addif br0 eth0<br />
	sudo /sbin/dhclient br0<br />
	sudo /usr/sbin/brctl addif br0 tap0<br />
	sudo ifconfig tap0 10.1.1.50 up<br />
	sudo bash -c &#8216;echo 1 &gt; /proc/sys/net/ipv4/conf/tap0/proxy_arp&#8217;<br />
	sudo route add -host $IP dev tap0<br />
	sudo arp -Ds $IP eth0 pub<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/#comment-16066</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=665#comment-16066</guid>
		<description>Lajfi, AFAIK most wireless hardware does NOT support this.  Mine surely doesn&#039;t (or the drivers don&#039;t, anyway).

Chris, that&#039;s great; something to look forward to when I upgrade.</description>
		<content:encoded><![CDATA[<p>Lajfi, AFAIK most wireless hardware does NOT support this.  Mine surely doesn&#8217;t (or the drivers don&#8217;t, anyway).</p>
<p>Chris, that&#8217;s great; something to look forward to when I upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Olson</title>
		<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/#comment-16065</link>
		<dc:creator>Chris Olson</dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=665#comment-16065</guid>
		<description>You shouldn&#039;t need to do any of this now, as VirtualBox is now supporting this natively with the latest builds.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t need to do any of this now, as VirtualBox is now supporting this natively with the latest builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lajfi</title>
		<link>http://www.xaprb.com/blog/2008/11/05/how-to-set-up-host-interface-networking-for-virtualbox-on-ubuntu/#comment-16064</link>
		<dc:creator>Lajfi</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=665#comment-16064</guid>
		<description>Hi, 

i tried ur way of creating a shell script, but i was wondering, does this bridged networking thing work over wireless as well? i would guess it does, but i&#039;ve tried several ways of setting up this HIN without success...

i keep getting this

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}


any idea?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>i tried ur way of creating a shell script, but i was wondering, does this bridged networking thing work over wireless as well? i would guess it does, but i&#8217;ve tried several ways of setting up this HIN without success&#8230;</p>
<p>i keep getting this</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>any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

