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

Debian Wiki debian-www at lists.debian.org
Sun Feb 1 11:57:26 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=3&rev2=4

Comment:
added VirtualBox network setup

  {{{
  wget http://ftp.skolelinux.org/cd-jessie-usbstick/debian-edu-amd64-i386-BD-1.iso
  }}}
- == VirtualBox 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 bridge network for VM's ==
  
  === Setting up bridge network ===
  
+ == VirtualBox 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:
+ {{{
+ $ 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.
+ From the command line you can also do
+ {{{
+ $ VBoxManage list natnets
+ NetworkName:    skolelinux
+ IP:             10.0.0.1
+ Network:        10.0.0.0/8
+ IPv6 Enabled:   No
+ IPv6 Prefix:    
+ DHCP Enabled:   No
+ Enabled:        Yes
+ loopback mappings (ipv4)
+         127.0.0.1=2
+ }}}
  



More information about the debian-edu-commits mailing list