1、选择Create a full clone
2、修改主机名
vim /etc/sysconfig/network
3、修改主机名与ip映射
vim /etc/hosts
4、改ip
修改ip有点复杂
$ ifconfig
发现网卡是eth1,所以首先要修改虚拟网卡
$ vim /etc/udev/rules.d/70-persistent-net.rules
发现两块网卡,干掉eth0,并把eth1改为eth0
修改网络配置文件
$ vim /etc/sysconfi/network-script/ifcfg-eth0
将eth1的网卡复制过来,同时修改ip地址和BOOTPROTO为static