cliffe / SecGen

Create randomly insecure VMs
GNU General Public License v3.0
2.62k stars 316 forks source link

VBoxManage Error #301

Closed OrangeYellowMan closed 6 months ago

OrangeYellowMan commented 7 months ago

help

Anyone know how to fix this issue?

codefiresecurity commented 7 months ago

In newer versions of Virtualbox you need to make sure you allow the networks in /etc/vbox/networks.conf (you may need to create it).

Syntax for your example would be:

* 172.28.128.0/24

If you wanted to allow any network (not recommended):

* 0.0.0.0/0