Skip to content

Commit

Permalink
Update starting-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Mar 3, 2022
1 parent f96e31f commit a68404d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/starting-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@ The premise is that you already have **Virtualbox** properly installed on your l
~$ sudo apt-get install uuid-runtime
```

* Configure Host-Only Networking

```console
sudo /bin/sh -c "echo '* 192.168.0.0/16 0:0:0:0:0:0:0:0/16' >> /etc/vbox/networks.conf"
```

* Configure Host Adapter VirtualBox

```console
Expand Down

0 comments on commit a68404d

Please sign in to comment.