[debian-edu-commits] [Debian Wiki] Trivial Update of "DebianEdu/HowTo/TestInstallVirtualMachine" by TorfinnIngolfsen

Debian Wiki debian-www at lists.debian.org
Sun Feb 1 12:02:05 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=4&rev2=5

Comment:
better wording and prettier link to DebianEdu default network setup

  You need VirtualBox 4.3 or newer. To install VirtualBox on Ubuntu, see this page http://tecadmin.net/install-oracle-virtualbox-on-ubuntu/
  
  === Setting up VirtualBox network ===
- DebianEdu needs a 10.0.0.0/8 network as default, see the https://wiki.debian.org/DebianEdu/Documentation/Squeeze/Architecture#The_default_network_setup page. The main server provides it's own DHCP server, so that needs to be turned off in VirtualBox. To set up a suitable network via the command line:
+ DebianEdu needs a 10.0.0.0/8 network as default, see the [[http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Architecture#The_default_network_setup|DebianEdu default network setup]] page. The main server provides it's own DHCP server, so DHCP needs to be turned off in VirtualBox. To set up a suitable network via the command line:
  {{{
  $ 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.
  From the command line you can also do
  {{{
  $ VBoxManage list natnets



More information about the debian-edu-commits mailing list