Big Data Linux build (c)

1. Open VMware Edit> Virtual Network Editor, view the virtual card VMnet8 subnets, subnet mask, and gateway

 

 

 

 

 2. Configure network in Linux

vi / etc / sysconfig / Network-scripts / the ifcfg-eth0 
delete the UUID and MAC address, IP address, mask, gateway changed in line with its own network address
ONBOOT = yes
BOOTPROTO = static
IPADDR = 192.168.9.253
NETMASK = 255.255.255.0
= 192.168.9.2 GATEWAY
DNS1 = 114.114.114.114

3. Delete

rm -fr /etc/udev/rules.d/ 70 -persistent-net.rules

 

4. Turn off the firewall from the start

chkconfig iptables off

 5. Close selinux

vi /etc/selinux/config
SELINUX=disable

 6. shut down, and take a snapshot, this snapshot clone four virtual machines

 

Guess you like

Origin www.cnblogs.com/mstoms/p/11517083.html