#11423 closed defect (fixed)
VBoxManage controlvm cannot change NIC promiscuous mode => Fixed in SVN
回報者: | Stephen Rondeau | 負責人: | |
---|---|---|---|
元件: | VM control | 版本: | VirtualBox 4.2.6 |
關鍵字: | VBoxManage controlvm promiscuous | 副本: | |
Guest type: | other | Host type: | other |
描述
The VirtualBox GUI allows setting the promiscuous mode of a network adapter, but there is no corresponding way to do this via a VBoxManage controlvm option. Our use of VMs requires us to script the settings of many VMs at once while they are running -- at least, to the same extent as the GUI can -- so the more control we have via VBoxManage, the better.
Of course, we can do this with a powered-off VM using modifyvm and this option:
--nicpromisc<1-N> deny|allow-vms|allow-all
but we want to do this without powering off the VM.
This option will be added in one of the next maintenance releases.