<?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>txt &#187; innotek</title>
	<atom:link href="http://txt.binnyva.com/tag/innotek/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable Bridging for VirtualBox in Fedora 8</title>
		<link>http://txt.binnyva.com/2007/12/enable-bridging-for-virtualbox-in-fedora-8/</link>
		<comments>http://txt.binnyva.com/2007/12/enable-bridging-for-virtualbox-in-fedora-8/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:58:44 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[bridging]]></category>
		<category><![CDATA[emulated]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[innotek]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/12/enable-bridging-for-virtualbox-in-fedora-8/</guid>
		<description><![CDATA[To access net on a guest OS installed within VirtualBox, you have to enable bridging. This is what I did&#8230; Run as root brctl addbr br0 ifconfig eth0 0.0.0.0 brctl addif br0 eth0 ifconfig br0 192.168.1.54 netmask 255.255.255.0 up route add -net 192.168.1.0 netmask 255.255.255.0 br0 route add default gw 192.168.1.1 br0 VBoxTunctl -b -u [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">To access net on a guest OS installed within VirtualBox, you have to enable bridging. This is what I did&#8230;</p>
<p>Run as root</p>
<pre><code class="cli">
brctl addbr br0
ifconfig eth0 0.0.0.0
brctl addif br0 eth0
ifconfig br0 192.168.1.54 netmask 255.255.255.0 up
route add -net 192.168.1.0 netmask 255.255.255.0 br0
route add default gw 192.168.1.1 br0
VBoxTunctl -b -u binnyva
ifconfig tap0 up
brctl addif br0 tap0
</code></pre>
<p>Open VirtualBox, select the machine you want and go to the network section. Select &#8216;Host Interface&#8217; in Attached to and enter &#8216;tap0&#8242; in Interface name. Now you should be able to get the connection on the guest system.</p>
<h2>Related Links</h2>
<p><a href="http://www.virtualbox.org/wiki/Advanced_Networking_Linux">Advanced Networking Linux</a><br />
<a href="http://www.virtualbox.org/wiki/Automatic_Bridge_Ubuntu">HOWTO Automatically configure bridge interfaces on VirtualBox</a><br />
<a href="http://paparadit.blogspot.com/2007/05/virtualbox-another-open-source-virtual.html">bridging on Linux hosts over the VirtualBox</a><br />
<a href="http://samiux.wordpress.com/2007/07/11/bridge-network-interface-on-virtualbox/">Bridge network interface on VirtualBox</a><br />
<a href="http://www.fedoraforum.org/forum/showthread.php?p=909516#post909516">Networking bridge for Virtualbox</a><br />
<a href="http://paparadit.blogspot.com/2007/08/virtualbox-windows-xp-guest-in-linux.html">Windows XP in Fedora 7</a><br />
<a href="http://www.scottro.net/vboxbridge.html">Bridged Networking with VirtualBox on Linux Hosts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/12/enable-bridging-for-virtualbox-in-fedora-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
