<br><br><div class="gmail_quote">On Wed, Jun 3, 2009 at 3:32 PM, Luca Ferrari <span dir="ltr"><<a href="mailto:fluca1978@infinito.it">fluca1978@infinito.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
I'm using ubuntu 8.04 and virtual box to host a system (windows xp). When the<br>
ubuntu system is connected via ethernet, and the virtual machine works with<br>
network attached to the host interface, the network works. When the ubuntu<br>
machine works with the wifi interface (wlan0), the hosted system does not work.<br>
It does not get the network address and, of course, does not work on the<br>
network.<br>
The following are commands I issue (as root) to make the ethernet working, and<br>
it works:<br>
<br>
tunctl -t tap1 -u claudia<br>
brctl addbr br1<br>
ifconfig eth0 promisc<br>
brctl addif br1 eth0<br>
ifconfig br1 192.168.1.202 up<br>
brctl addif br1 tap1<br>
chmod 666 /dev/net/tun<br>
<br>
The same commands, when applied to the wlan0, block the network interface and<br>
the hosted system results disconnected:<br>
<br>
tunctl -t tap1 -u claudia<br>
brctl addbr br1<br>
ifconfig wlan0 promisc<br>
brctl addif br1 wlan0<br>
ifconfig br1 192.168.1.237 up<br>
brctl addif br1 tap1<br>
ifconfig tap1 up<br>
chmod 666 /dev/net/tun<br>
</blockquote><div><br>I think the steps you are taking are correct. Which version of VB are you using ?<br>I remember that the older versions had a known issue with wireless bridging. <br>Don't really remember if that was sorted out , but here's a link to help you out :<br>
<a href="http://www.savvyadmin.com/virtualbox-wireless-bridging/">http://www.savvyadmin.com/virtualbox-wireless-bridging/</a><br><br>Thanks,<br>Raseel<br><a href="http://raseel.in">http://raseel.in</a><br></div></div><br>