解決Centos重啟網卡失敗原因

來源:互聯網
上載者:User

解決Centos重啟網卡失敗原因

準備重啟網卡,用了兩條命令都沒能成功

[root@localhost Desktop]# ifup eth0
Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/1
^C** Message: Caught signal 2, shutting down...
[root@localhost Desktop]# /etc/init.d/network restart
Shutting down interface eth0: Device state: 3 (disconnected)
[ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/2
state: activated
注意到兩次的報錯都是相同的一句話

Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/

百度找尋解決辦法,得到如下答案

通過網路管理工具修改IP之後,當前修改操作是不會生效的。那如何消除這個提示呢?

其實,問題的原因是RedHat自己開發的NetworkManager管理工具和/etc/sysconfig/network-scripts/ifcfg-ethx配置不同步造成的。如果要消除這個提示,請關閉NetworkManager服務即可:

[root@vdb1dev]#chkconfigNetworkManageroff----

只需要取消一個服務就可以了

[root@localhost Desktop]# service NetworkManager stop
Stopping NetworkManager daemon: [ OK ]
接下來繼續之前的步驟就可以了

[root@localhost Desktop]# /etc/init.d/network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.