Page 1 of 1
Ubuntu bridging wireless interface
Posted: 28. Feb 2008, 03:15
by Silvr
I was trying to set up a Virtualbox to run WindowsXP under Ubuntu, on my laptop with a Centrino 2200bg wireless card. I followed the instructions in the manual. When I add the wireless interface to the bridge and restart networking, it shows a full signal in the NM icon, but it constantly asks me for my WPA key. I know I am typing it correctly. I have also tried changing it from auto to AES-CCMP.
I know that in the manual it says that it is not possible to set up a bridge wirelessly. I have searched and found a lot of posts from people that say that they have done this.I assume that the manual is outdated. Could someone please help me with this?
Bridging wireless interface
Posted: 29. Feb 2008, 20:18
by reige
Hi,
I suppose you're using a WLAN router.
If you don't mind to use additional hardware you could use a WLAN USB stick and activate this USB device in the VB settings of your guest system.
Then install the driver for the device in your WINXP.
This solution runs totally separate from your Linux network. You could even use an USB stick that ist only supported in WinXP and not in Linux.
If it is supportd in Linux you have to unlaod the Linux driver with rmmod before using it in WinXP.
Posted: 15. Mar 2008, 05:27
by Silvr
So there is no way to bridge a wireless interface with VB without adding another card?
Posted: 16. Mar 2008, 02:12
by gbrethen
If u don't mind me asking, what instructions did u follow to get the wireless bridge setup?
Posted: 22. Mar 2008, 09:10
by Silvr
Its really starting to irritate me now. This works for other people, just not me. I am starting to think that VBox is just not compatible with my Centrino 2200bg. This is what I did:
sudo sysctl net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
sudo tunctl -b -u zac
tap0
sudo ip link set tap0 up
sudo ip addr add 192.168.1.150 dev tap0
sudo parprouted -d eth1 tap0
Anyone know what I am doing wrong?
Posted: 22. Mar 2008, 12:06
by Sasquatch
Wireless bridging like you would do with a Lan interface just isn't possible because of the limitations the bridge has. It needs additional options for wifi and it's never made for that. Try the following guide, it should work. They are still active in that topic, so any changes there might help you get it working if it doesn't.
http://ubuntuforums.org/showthread.php?t=724783
Posted: 22. Mar 2008, 22:13
by Silvr
That is my thread also. You are correct. I was originally trying to created a bridge. Then I found that it is impossible to do with wireless. I was under the impression the parprouted way would work, but it doesnt work for me either. I thought I would post here to see if anyone has got a Centrino 2200bg to work with wireless.
Posted: 23. Mar 2008, 20:09
by Sasquatch
Oh, well, I do have a centrino, only the 3945 card. When I have some spare time, I might try it and see if it works or not.
Posted: 30. Jul 2008, 19:17
by echo6
I have the same results using parprouted, my wifi card is intel 3945 and I'm using Ubuntu Hardy.
I've had it intermittently work or rather partially working to see some of my machines on the network.
The man page for parprouted does say it was originally written for the 2.4 kernel and the original poster of that guide appears to have had it working under Fedora.
I need to guests to access the network and my machines on the network to access the guests preferably over wifi.