怎樣在Linux系統下管理多網卡

來源:互聯網
上載者:User

  當在一台Linux系統上安裝多個網卡的時候,修改名稱就沒那麼簡單了,面對這種多網卡的情況,Linux要如何修改網卡名稱呢?隨小編一起來瞭解下吧。

  Linux多網卡如何更改名稱?

  1、一台Linux 機子上安裝了4個網卡,內建的兩個,擴充的兩個,裝系統後,擴充的兩個識別為eth0,eth1,想要把系統的兩個改為eth0,eth1

  2、更改/etc/modprobe.conf檔案中的模組alias

  比如 alias eth0 e1000e

  alias eth1 e1000e

  改為alias eth2 e1000e

  alias eth3 e1000e

  3、更改網卡的設定檔的名字為ifcfg-eth0,即對調下

  mv /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-temp0

  mv /etc/sysconfig/network-scripts/ifcfg-eth2 /etc/sysconfig/network-scripts/ifcfg-temp2

  mv /etc/sysconfig/network-scripts/ifcfg-temp2 /etc/sysconfig/network-scripts/ifcfg-eth0

  mv /etc/sysconfig/network-scripts/ifcfg-temp0 /etc/sysconfig/network-scripts/ifcfg-eth2

  4、更改設定檔,將DEVICE=eth0,相應改掉

  5、重新載入網卡模組

  modprobe eth0

  modprobe eth1

  modprobe eth2

  modprobe eth3

  6、重啟網路服務/etc/init.d/network restart,親試了重啟網路不行,後來是重啟了機子的

  7、查看是否正常ifconfig

 

  對比看mac及是否有running來判斷

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.