主頁 > 知識(shí)庫 > centos7修改網(wǎng)卡名字的方法

centos7修改網(wǎng)卡名字的方法

熱門標(biāo)簽:如何利用地圖標(biāo)注掙錢不 支付寶回訪電話機(jī)器人客服 濟(jì)寧市電話外呼系統(tǒng) 滎陽電銷卡外呼系統(tǒng)原理是什么 貴州電銷外呼系統(tǒng)怎么樣 防騙電話機(jī)器人 怎么更改導(dǎo)航地圖標(biāo)注位置 合肥營銷電銷機(jī)器人公司 呼唄外呼系統(tǒng)在抖音發(fā)布了新作品

很多同學(xué)在裝完centos7,發(fā)現(xiàn)網(wǎng)卡接口名字變了, 不再是eth*或者em*了,而是ens*,但是這樣統(tǒng)一維護(hù)起來就比較麻煩,那么怎么修改呢,請(qǐng)看下文:

1. 拷貝網(wǎng)卡接口配置文件

Ruby Code復(fù)制內(nèi)容到剪貼板
  1. # cd /etc/sysconfig/network-scripts/   
  2. # cp ifcfg-ens32 ifcfg-eth0  

編輯ifcfg-eth0, 將文件中的ens32改為eth0

Ruby Code復(fù)制內(nèi)容到剪貼板
  1. # cd /etc/sysconfig/network-scripts/   
  2. # cp ifcfg-ens32 ifcfg-eth0  

編輯ifcfg-eth0, 將文件中的ens32改為eth0

2. 修改grub

Ruby Code復(fù)制內(nèi)容到剪貼板
  1. # vim /etc/default/grub   
  2. 修改GRUB_CMDLINE_LINUX 行內(nèi)容,在后面加上 net.ifnames=0 biosdevname=0,如下:   
  3. GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet net.ifnames=0 biosdevname=0"  
  4. # vim /etc/default/grub   
  5. 修改GRUB_CMDLINE_LINUX 行內(nèi)容,在后面加上 net.ifnames=0 biosdevname=0,如下:   
  6. GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet net.ifnames=0 biosdevname=0"  

3. 重新生成grub.cfg文件

Python

Ruby Code復(fù)制內(nèi)容到剪貼板
  1. # grub2-mkconfig -o /boot/grub2/grub.cfg   
  2. Generating grub configuration file ...   
  3. Found linux image: /boot/vmlinuz-3.10.0-327.el7.x86_64   
  4. Found initrd image: /boot/initramfs-3.10.0-327.el7.x86_64.img   
  5. Found linux image: /boot/vmlinuz-0-rescue-cbe15acd3ca347f4a373c8f4adaf2619   
  6. Found initrd image: /boot/initramfs-0-rescue-cbe15acd3ca347f4a373c8f4adaf2619.img   
  7. done   
  8. # grub2-mkconfig -o /boot/grub2/grub.cfg   
  9. Generating grub configuration file ...   
  10. Found linux image: /boot/vmlinuz-3.10.0-327.el7.x86_64   
  11. Found initrd image: /boot/initramfs-3.10.0-327.el7.x86_64.img   
  12. Found linux image: /boot/vmlinuz-0-rescue-cbe15acd3ca347f4a373c8f4adaf2619   
  13. Found initrd image: /boot/initramfs-0-rescue-cbe15acd3ca347f4a373c8f4adaf2619.img   
  14. done  

4. reboot 重啟

以上所述是小編給大家介紹的centos7修改網(wǎng)卡名字的方法,希望對(duì)大家有所幫助,如果大家有任何疑問請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

標(biāo)簽:焦作 遼源 南平 儋州 涼山 大慶 西雙版納 撫順

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《centos7修改網(wǎng)卡名字的方法》,本文關(guān)鍵詞  centos7,修改,網(wǎng)卡,名字,的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《centos7修改網(wǎng)卡名字的方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于centos7修改網(wǎng)卡名字的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章