Linux修改網路卡的名字
網上很多linux修改網路卡名字的方法,第一步就是
nmcli con
nmcli con show
但我執行後沒有顯示任何uuid, 所以這些方法對我行不通。
下面介紹我自己的方法:
檢視 /etc/udev/rules.d/90-eno-fix.rules
#vi /etc/udev/rules.d/90-eno-fix.rules
ifconfig -a
#ifconfig -a
根據MAC 地址對應,修改
ATTR{address}==“00:50:56:31:64:20”, NAME=“wlan0”
這兩個變數。
#reboot
重啟後執行 ifconfig -a 就會發現網路卡的名字被修改了;
為該網路卡生成一個uuid
uuidgen lan0
5042cfcc-0671-447c-a6f1-536c3f9db032
配置網路卡, 讓網路卡開機啟動自動初始化
#cd /etc/sysconfig/network-scripts
#cp ifcfg-eth0 ifcfg-lan0
#vi ifcfg-lan0
systemctl restart network
End
相關文章
- linux修改網路卡名字Linux
- Linux Ubuntu 修改網路卡名字LinuxUbuntu
- 如何修改linux的網路卡mac地址LinuxMac
- 網路卡MAC修改Mac
- Linux 修改網路卡裝置名(interface name)Linux
- 修改+asm的名字!ASM
- Linux下修改網路卡名稱(centos6.5)LinuxCentOS
- Git修改分支的名字Git
- go: 修改應用的名字Go
- linux 批量修改檔名字尾名命令renameLinux
- 修改RHEL6.3的網路卡名稱
- 如果修改VMware下的網路卡MAC地址Mac
- CentOS 8 修改網路卡名稱CentOS
- CentOS 6.5 修改網路卡配置資訊CentOS
- 怎麼修改MAC電腦名字,三步教你修改MAC電腦的名字Mac
- Linux 網路卡配置Linux
- Linux網路卡teamLinux
- linux更改網路卡的mac地址LinuxMac
- centos6 修改網路卡名指令碼CentOS指令碼
- intel 82754L網路卡修改MAC地址IntelMac
- Linux網路卡繫結Linux
- linux 網路卡繫結Linux
- LINUX網路卡檢查Linux
- 麒麟系統修改網路卡名步驟和網路卡佔用故障處理
- Linux系統自定義網路卡並更改網路卡介面Linux
- centos7的網路卡名修改為eth0CentOS
- Linux系統新增自定義網路卡並更改網路卡介面Linux
- oracle 11g 修改資料庫名字和例項名字Oracle資料庫
- 【LINUX】Linux網路卡繫結探析Linux
- Mac Linux 重啟網路卡MacLinux
- LINUX下手工新增網路卡Linux
- Linux(09):網路卡繫結Linux
- Linux 7 配置網路卡(nmcli)Linux
- linux雙網路卡繫結Linux
- Linux雙網路卡聚合改造Linux
- Linux 繫結雙網路卡Linux
- Linux檢視網路卡流量Linux
- Linux 雙網路卡繫結Linux