[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/HowTo/TestInstallVirtualMachine" by TorfinnIngolfsen
Debian Wiki
debian-www at lists.debian.org
Sun Feb 1 15:45:16 UTC 2015
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/HowTo/TestInstallVirtualMachine" page has been changed by TorfinnIngolfsen:
https://wiki.debian.org/DebianEdu/HowTo/TestInstallVirtualMachine?action=diff&rev1=8&rev2=9
Comment:
better explanation on what you see in VBox GUI when you look at the NAT network.
{{{
$ VBoxManage natnetwork add --netname skolelinux --network 10.0.0.0/8 --dhcp off
}}}
- To verify that you have the network set up correctly, use the GUI: File, Preferences, Network, NAT Networks. You should have a network named "skolelinux" there.
+ To verify that you have the network set up correctly, use the GUI: File, Preferences, Network, NAT Networks. You should have a network named "skolelinux" there, with "Network CIDR" set to "10.0.0.0/8". DHCP and IPv6 should both be unchecked..
From the command line you can also do
{{{
$ VBoxManage list natnets
More information about the debian-edu-commits
mailing list