背景:现在有台虚拟机,系统是 centos7.4,两个网卡,eth0 和 eth1 需求:对调两块网卡的名称 做过的尝试:
我感觉 eth0 和 eth1 是不是存在先后顺序,只要 eth1 修改后的数字小于 eth0 修改后的数字,就会被还原 请教下各位,这个要怎么解决
![]() | 1 asilin 2020-03-16 21:17:59 +08:00 修改对掉 /etc/sysconfig/network-scripts/ifcfg-eth* 文件就可以实现。 |
2 tankren 2020-03-17 09:15:40 +08:00 |
3 tankren 2020-03-17 09:16:08 +08:00 |