以root账号登陆 用ip addr命令查看网络参数。 打开eth0网卡的配置文件
root
ip addr
eth0
vi /etc/sysconfig/network-scripts/ifcfg-eth0
把NOBOOT参数no,修改为yes 重启网络或者重启服务器都可
NOBOOT
no
yes