linux系統修改網卡名稱爲eth0

環境:linux系統,修改網絡名稱
一:修改系統grub
[root@localhost ~]#vi /boot/grub/grub.conf #在內核參數後面添加biosdevname=0
:wq #保存退出
linux系統修改網卡名稱爲eth0
2、修改70-persistent-net.rules的網卡命名規則配置文件
[root@localhost ~]#vi /etc/udev/rules.d/70-persistent-net.rules #修改此服務器有1張網卡,識別出的網卡名字爲:em1,咱們須要把上面的em1修改成eth0。
:wq #保存退出
linux系統修改網卡名稱爲eth0
3、修改當前網卡配置文件名稱
[root@localhost ~]#cd /etc/sysconfig/network-scripts/ #進入網卡配置文件目錄
[root@localhost ~]#mv ifcfg-em1 ifcfg-eth0 #重命名
4、修改網卡配置文件內容,把em所有修改改成eth
[root@localhost ~]#cd /etc/sysconfig/network-scripts/ #進入網卡配置文件目錄
[root@localhost ~]#vi ifcfg-eth0 #修改裏面的em1爲eth0
:wq #修改完成後,保存退出
重啓網卡
[root@localhost ~]#service network restart #若是重啓網卡仍是不行,就重啓系統
linux系統修改網卡名稱爲eth0linux

相關文章
相關標籤/搜索