Opened 15 months ago
Last modified 15 months ago
#21847 new defect
GUI fails to display all adapters
Reported by: | johndoe213198 | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox-7.0.10 |
Keywords: | modifyvm, hostonly | Cc: | |
Guest type: | other | Host type: | Linux |
Description
I want to add 5 adapters to a VirtualBox machine. I added the first 4 adapters using the GUI. I am running VirtualBox Version 7.0.10 r158379 (Qt5.15.3) on Ubuntu 22.04.3 LTS. I added the 5th adapter using the command line:
VBoxManage modifyvm "12345-abcde" --nic5 hostonly --nictype5 82540EM --hostonlyadapter5 "vboxnet0" VBoxManage showvminfo "12345-abcde" --machinereadable | grep 'nic[0-9]'
The adapter appears correctly in the showvminfo output. However, when I open the GUI again, the adapter is not visible. Nevertheless, it is available in the guest Linux VM. I suspect there might be a bug in the GUI that fails to display all adapters when there are more than 4.
This is not a bug, but the expected behavior AFAIK.