Opened 2 years ago
Last modified 2 years ago
#21148 new defect
VBoxManage: error: Invalid command 'hostonlynet'
Reported by: | mug896 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 7.0.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
The hostonlynet command is in the documentation but cannot be executed.
bash$ VBoxManage | grep hostonlynet . . . VBoxManage hostonlynet add <--name=netname> [--id=netid] <--netmask=mask> VBoxManage hostonlynet modify <--name=netname | --id=netid> [--lower-ip=address] VBoxManage hostonlynet remove <--name=netname | --id=netid> bash$ vboxmanage hostonlynet . . . VBoxManage: error: Invalid command 'hostonlynet'
Note:
See TracTickets
for help on using tickets.
FWIW, this command only exists on macOS hosts.