原生的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