4

I have Kali linux installed on Virtualbox (4.2.12) and the host OS is windows 7. I have bridged the VM with the host OS.The problem is Kali is not able to detect the WiFi interface.

I searched the internet and most of the forums say that the virtual machine can only identify wireless devices connected via USB and the host machine's WiFi can not be detected by VM.

Assuming that it is true I am wondering how am I able to connect to the internet from the VM when the host machine is only having an active WiFi connection and no wired connection?

Any insights?

P.S. I do not have the privilege to create a tag that is why I am tagging this with backtrack.

Shurmajee
  • 468

2 Answers2

3

It's probably that the interface generated inside the virtual machine is ethernet type, not wifi. With a simple command like

# ifconfig

you can see all interfaces that are up and running. Since you want to virtualbox to see it as a physical device, you must use USB device in that case, and attach it to the virtual machine from the menu.

2

The answer I found is a video, but it does tell you how to make this work.

Watch this video: http://www.diy-review.com/4sBQRHowToeBTE1K/Connect-USB-Wireless-Adapter-to-Kali-Linux-in-Virtualbox.html

Physically pulling the USB WIFI adapter out and re-inserting it after you've made the necessary changes in the VM settings seems to be a key component.