1

As you can see from the screenshot below, my virtual machine of Kali Linux in VirtualBox will only allow for me to get connected to the Internet by an ethernet cable, which I don’t have.

I want to allow Wi-Fi, but I don’t know how, as I am very new to this.

On my bootable live USB thumb drive, Wi-Fi is built into Kali Linux and it works. It isn’t the ISO image because I used the same one for VirtualBox and for the live USB.

enter image description here

2 Answers 2

1

VirtualBox is emulating a wired connection for your virtual machine. If you go into the configuration for your virtual machine, under Network -> Adapter 1 (I'm guessing) -> Advanced, you'll see the emulated adapter type. The machine is using your computer's (wi-fi) network connection for handling data to and from your virtual machine, but your virtual machine won't see the physical interface. If you want your virtual machine to connect to different wi-fi networks on its own, you'll need to get a dedicated wi-fi adapter for your VM. For example, you can buy a wi-fi USB adapter and let your VM have full control over it. Then you should see wi-fi settings in your virtual machine.

2
  • I got a wi-fi USB adapter but still nothing will work. I have installed the drivers, added the USB on virtualbox and have made sure that it was connected once I got in when I checked Devices > USB > Realtek... Commented Aug 13, 2017 at 0:22
  • Did you install the drivers for the adapter in your host OS or in your guest OS? You need to install them for the guest (and it doesn't even matter if you install them for the host).
    – lungj
    Commented Aug 13, 2017 at 5:01
-1

@lungj Wrong answer

The VirtualBox can see your wifi adapter you just need to set up connection as bridged to the interface. Although it is nice to have adapter that you can forward via usb forwarding.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .