<?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"
	>
<channel>
	<title>Comments on: VirtualBox Wireless Bridging</title>
	<atom:link href="http://www.savvyadmin.com/virtualbox-wireless-bridging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/</link>
	<description>For savvy admins everywhere...</description>
	<pubDate>Wed, 07 Jan 2009 02:24:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: panos</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-305</link>
		<dc:creator>panos</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-305</guid>
		<description>I just installed vb 2.1, and at first glance it seems that wireless bridging works finally out of the box. At least this is the case for my Ubuntu host - Debian guest setup.  Along with the tap device my wireless eth1 device appeared on the list.  As I said, it works!</description>
		<content:encoded><![CDATA[<p>I just installed vb 2.1, and at first glance it seems that wireless bridging works finally out of the box. At least this is the case for my Ubuntu host - Debian guest setup.  Along with the tap device my wireless eth1 device appeared on the list.  As I said, it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmendoza</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-259</link>
		<dc:creator>gmendoza</dc:creator>
		<pubDate>Sun, 09 Nov 2008 17:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-259</guid>
		<description>@panos

Awesome.  Thanks for commenting.  Since you are bringing up your machine from RAM, routing and proxy ARP may be turned off on resume.  Check the variables like so:

sudo sysctl net.ipv4.ip_forward
sudo sysctl net.ipv4.conf.wlan0.proxy_arp
sudo sysctl net.ipv4.conf.tapX.proxy_arp

If they show up with a value of zero, then the feature was disabled on resume.  You can enable them manually just as describe in the script:

sudo sysctl net.ipv4.ip_forward=1
sudo sysctl net.ipv4.conf.wlan0.proxy_arp=1
sudo sysctl net.ipv4.conf.tapX.proxy_arp=1

You can also modify /etc/sysctl.conf with these values so that your settings are resilient after reboots, etc.  The downside is that you may not want this at all times.  Another option would be to create a resume script that is executed after a suspend or hibernate, but you may not want that all the time either.  

I would probably just automate the process with another very easy to remember fix it script... or add an additional function to the example I gave in the script.</description>
		<content:encoded><![CDATA[<p>@panos</p>
<p>Awesome.  Thanks for commenting.  Since you are bringing up your machine from RAM, routing and proxy ARP may be turned off on resume.  Check the variables like so:</p>
<p>sudo sysctl net.ipv4.ip_forward<br />
sudo sysctl net.ipv4.conf.wlan0.proxy_arp<br />
sudo sysctl net.ipv4.conf.tapX.proxy_arp</p>
<p>If they show up with a value of zero, then the feature was disabled on resume.  You can enable them manually just as describe in the script:</p>
<p>sudo sysctl net.ipv4.ip_forward=1<br />
sudo sysctl net.ipv4.conf.wlan0.proxy_arp=1<br />
sudo sysctl net.ipv4.conf.tapX.proxy_arp=1</p>
<p>You can also modify /etc/sysctl.conf with these values so that your settings are resilient after reboots, etc.  The downside is that you may not want this at all times.  Another option would be to create a resume script that is executed after a suspend or hibernate, but you may not want that all the time either.  </p>
<p>I would probably just automate the process with another very easy to remember fix it script&#8230; or add an additional function to the example I gave in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panos</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-258</link>
		<dc:creator>panos</dc:creator>
		<pubDate>Sun, 09 Nov 2008 12:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-258</guid>
		<description>Works flawlessly on a Debian Etch guest (ubuntu hardy host)! Congratulations.  However, there is a minor issue: after a suspend to ram the routing does not work.  I can ping my host but not my router.  Of course, it's not important at all, I'm just curious what could be the reason (I use the knetworkmanager).</description>
		<content:encoded><![CDATA[<p>Works flawlessly on a Debian Etch guest (ubuntu hardy host)! Congratulations.  However, there is a minor issue: after a suspend to ram the routing does not work.  I can ping my host but not my router.  Of course, it&#8217;s not important at all, I&#8217;m just curious what could be the reason (I use the knetworkmanager).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panos</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-202</link>
		<dc:creator>panos</dc:creator>
		<pubDate>Fri, 22 Aug 2008 14:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-202</guid>
		<description>Great. But my FreeBSD guest (ubuntu hardy host) can only ping my internal network. I cannot even ping my router...</description>
		<content:encoded><![CDATA[<p>Great. But my FreeBSD guest (ubuntu hardy host) can only ping my internal network. I cannot even ping my router&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: debian user</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-192</link>
		<dc:creator>debian user</dc:creator>
		<pubDate>Thu, 21 Aug 2008 13:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-192</guid>
		<description>In case the Virtualbox GUEST debian does not bring up eth0 and displayes error:

SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device

The solution is in the Virtualbox site:
http://www.virtualbox.org/ticket/660

Namely, at GUEST Debian:

rm /etc/udev/rules.d/z25_persistent-net.rules
reboot</description>
		<content:encoded><![CDATA[<p>In case the Virtualbox GUEST debian does not bring up eth0 and displayes error:</p>
<p>SIOCSIFADDR: No such device<br />
eth0: ERROR while getting interface flags: No such device</p>
<p>The solution is in the Virtualbox site:<br />
<a href="http://www.virtualbox.org/ticket/660" rel="nofollow">http://www.virtualbox.org/ticket/660</a></p>
<p>Namely, at GUEST Debian:</p>
<p>rm /etc/udev/rules.d/z25_persistent-net.rules<br />
reboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.savvyadmin.com/virtualbox-wireless-bridging/#comment-153</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 29 Jul 2008 21:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-153</guid>
		<description>Excellent. I thought it should be able to be done via proxy arp - so a great starting point. It works well with a static IP, butI use my laptop on more than one network:(

No pressure, but it I tried to figure out how to do the dhcprelay thing but cannot! I think it is because of the return route back to the VM, but you cannot add this until you have the actual address...</description>
		<content:encoded><![CDATA[<p>Excellent. I thought it should be able to be done via proxy arp - so a great starting point. It works well with a static IP, butI use my laptop on more than one network:(</p>
<p>No pressure, but it I tried to figure out how to do the dhcprelay thing but cannot! I think it is because of the return route back to the VM, but you cannot add this until you have the actual address&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
