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

Debian Wiki debian-www at lists.debian.org
Sun Feb 1 12:59:17 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=6&rev2=7

Comment:
added how to change vm network setup from command line

  }}}
  === Set up the main server ===
  In VirtualBox GUI, create a new virtual machine for the main server. Recommended values are 1 GB memory, 30 GB hard drive. Select New, give the machine a name ("server1" for example), Select "Linux" for type, and "Debian (64 bit)" for version. Click next, select or input 1024 MB for memory size, click next, select "create a virtual hard drive now", click next, select VDI for Hard drive file type, click next, select "dynamically allocated", click next, give it a name (the default suggestion is usually ok), and set the size to 30 GB, click create.
+ 
  After the virtual machine is created, you need to connect it to the correct NAT network. Select the virtual machine you just created. click Settings, click Network, on Adapter 1, change "NAT" to "NAT Network" and select the one named "skolelinux" if it isn't selected already. click ok.
+ From the command line you can do it with
+ {{{
+ $ VBoxManage modifyvm server --nic1 natnetwork
+ }}}
  



More information about the debian-edu-commits mailing list