原生的ova能夠在這裏進行獲取http://edustack.org/manual/edx/ova-download/html
很簡單,請自行搜索相關VMWare Workstation文檔。網絡
用戶 edustackoop
密碼 edustack.orgspa
修改虛擬硬件配置(RAM>4G disk>20G VCPU>2)code
磁盤是LVM格式,若是想擴展,請使用LVMorm
首先肯定本身VMWare的VMnet8的網關、子網掩碼server
開機後編輯/etc/network/interfaceshtm
edustack@edustack:~$ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.193.100 netmask 255.255.255.0 #network 192.168.0.0 #broadcast 192.168.0.255 gateway 192.168.193.2 dns-nameservers 8.8.8.8
設置gateway是本身VMnet8的網關,address是VMnet8同一網段下。dns