

However, you can define port forwards in the Advanced section under the network adapter configuration to provide access.įor example, in order to use ssh, define a port forward from Host Port 2222 to Guest Port 22. The default networking choice NAT is the easiest to use, but you will not be able to access services such as ssh or http running on the RHEL VM from the host or the network. Then, use the CD icon drop down menu on the right to select Choose Virtual Optical Disk File. In the VM’s settings, under Storage, select the optical drive under the IDE controller. 2 or more Virtual CPUs are recommended.Ĭonfigure the VM to boot from the RHEL 8 Binary DVD.Please do share your queries and feedback in below comments section.In VirtualBox, create a new VM with the following criteria:: That’s all from this tutorial, I hope you guys got an idea how to install virtualbox and its extension pack on Debian 11. To validate extension pack installation, head back to virtualbox gui, Press ‘y’ to accept and finish installation It will prompt you to accept license terms and conditions. $ sudo vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.38.vbox-extpack Once the file is downloaded then run below vboxmanage command to install it. Use following wget command to download extension pack file. Virtualbox extension pack will add following features to virtualbox : Step 4) Install VirtualBox Extension Pack To add some additional features to virtualbox then install it’s extension pack. Perfect, above confirms that virtualbox has been launched successfully. Search virtualbox from Activity as shown below, Once the installation is completed, try to launch it in the next step. $ sudo apt install linux-headers-$(uname -r) dkms -y Run the following apt command to install latest virtualbox, $ sudo apt update Now, run beneath command to add repository $ echo "deb $(lsb_release -cs) contrib" | sudo tee /etc/apt//virtualbox.list Step 2) Install VirtualBox with apt command $ curl -fsSL |sudo gpg -dearmor -o /etc/apt//oracle_vbox.gpg $ curl -fsSL |sudo gpg -dearmor -o /etc/apt//vbox.gpg $ sudo apt install curl wget gnupg2 lsb-release -y Login to your Debian 11 system and open the terminal and run the following commands to import gpg key of Virtualbox repository. VirtualBox debian package is not included in the default package repositories, so we to have add its official repository.
