mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added working vagrant example of a beowulf cluster using mpich
This commit is contained in:
9
knowledge base/vboxmanage.md
Normal file
9
knowledge base/vboxmanage.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# VBoxManage
|
||||
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user