Opened 12 years ago
Closed 12 years ago
#11423 closed defect (fixed)
VBoxManage controlvm cannot change NIC promiscuous mode => Fixed in SVN
Reported by: | Stephen Rondeau | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 4.2.6 |
Keywords: | VBoxManage controlvm promiscuous | Cc: | |
Guest type: | other | Host type: | other |
Description
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.
Change History (2)
comment:1 by , 12 years ago
Summary: | VBoxManage controlvm cannot change NIC promiscuous mode → VBoxManage controlvm cannot change NIC promiscuous mode => Fixed in SVN |
---|
This option will be added in one of the next maintenance releases.