centos 7 修改網絡卡名稱
阿新 • • 發佈:2019-02-16
主要步驟
- 修改/etc/sysconfig/network-scripts目錄下需要改的網絡卡配置檔案,並重命名
- 修改/etc/udev/rules.d/70-persistent-ipoib.rules檔案
- 修改/etc/default/grub檔案
- 重新生成GRUB配置並更新核心引數
- 重啟驗證配置
1.修改網絡卡配置檔案
[root@centos7 ~]# vim /etc/sysconfig/network-scripts/ifcfg-ens34 <==編輯網絡卡配置檔案
2.修改/etc/udev/rules.d/70-persistent-ipoib.rules檔案
[root@centos7 ~]# vim /etc/udev/rules.d/70-persistent-ipoib.rules
3.修改/etc/default/grub檔案
[root@centos7 ~]# vim /etc/default/grub
4.重新生成GRUB配置並更新核心引數
5.重啟驗證配置
[root@centos7 ~]# reboot
[root@centos7 ~]# ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.8.129 netmask 255.255 .255.0 broadcast 192.168.8.255
inet6 fe80::9d88:6c16:ddf3:5ba5 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:57:4a:72 txqueuelen 1000 (Ethernet)
RX packets 1214 bytes 110930 (108.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 821 bytes 168950 (164.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
網絡卡已修改成功啦(⊙ο⊙)