mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
273 B
273 B
VBoxManage
Table of contents
TL;DR
# Create host-only virtual networks.
VBoxManage hostonlynet add --name='network_name' --enable \
--netmask='255.255.255.0' --lower-ip=192.168.12.100 --upper-ip=192.168.12.200