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.
Answer
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.
No comments:
Post a Comment