linux修改網絡卡名稱

2021-09-01 20:24:59 字數 669 閱讀 8868

也許大家習慣了linux預設網絡卡為eth0,如果換成其他反而不適應,現在將它改為傳統的eth0。

步驟一:使用ifconfig檢視網絡卡的名稱

步驟二:cd /etc/sysconfig/network-scripts

進入到網絡卡目錄,檢視網絡卡檔名稱為ifcfg-eno16777736,修改配置檔案的名稱為eth*。

步驟四:在終端執行sed -i 's/rhgb/net.ifnames=0 biosdevname=0 &/' /etc/default/grub

步驟五:再執行grub2-mkconfig -o /boot/grub2/grub.cfg

步驟六:最後重啟即可。

重啟之後使用ifconfig檢視網絡卡的名稱,發現網絡卡名已經改好

linux修改網絡卡名稱

rac安裝前檢查遇到如下錯誤 prvg 11050 no matching inte ces em2 for subnet 192.168.168.0 on nodes rac3 第三節點上檢視網絡卡名稱不匹配,修改網絡卡名稱,過程如下 停用網絡卡 ifconfig eth0 down 改名ip l...

Linux修改網絡卡名稱

實現步驟如下 1,更改 etc modprobe.conf檔案中的模組alias 比如 alias eth0 e1000 修改為 alias tianle e1000 2,更改網絡卡的配置檔案的名字為ifcfg tianle mv etc sysconfig network scripts ifcf...

linux 之 修改網絡卡名稱

修改網絡卡名稱 vi etc udev rules.d 70 persistent net.rules subsystem net action add drivers attr 00 0c 29 c4 00 d0 attr 1 kernel eth name ens33 注意 以上的 attr 0...