centos64修改网卡eth1为eth0

前端之家收集整理的这篇文章主要介绍了centos64修改网卡eth1为eth0前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1、ip a 看是否eth0;##mtu 1500 qdisc mq state UNKNOWN qlen

2、vim /etc/udev/rules.d/70-persistent-net.rules

把多余的PCI网卡信息去掉;

3、vim /etc/sysconfig/network-scripts/ifcfg-eth0

修改对应的网络信息。若没有eth0,cp或者mv;

4、重启服务器

原文链接:https://www.f2er.com/centos/376030.html

猜你在找的CentOS相关文章