第一步:查看系统网卡设备 : [html] view plain copy ip addr show 第二步:修改网卡配置参数 [html] view plain copy cd /etc/sysconfig/network-scripts/ vi ifcfg-ens33 修改ONBOOT参数为yes 第三步:重启网卡 [html] view plain copy service network restart 然后 ping 检测下网络有没有通。 相关文章: