日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無(wú)先后,達(dá)者為師

網(wǎng)站首頁(yè) 編程語(yǔ)言 正文

ip link set eno2 down后centos無(wú)法聯(lián)網(wǎng);centos7.0,二次啟動(dòng)后無(wú)法聯(lián)網(wǎng)

作者:別出BUG求求了 更新時(shí)間: 2023-11-12 編程語(yǔ)言

解決方法:

ip link set eno2 down后ctrl+alt+f2回到cmd界面,ifconfig發(fā)現(xiàn)沒(méi)有ens網(wǎng)卡。

ifconfig ens16777728 up

systemctl stop NetworkManager

systemctl disable NetworkManager

ifup ens16777728

systemctl restart network.server

注:

eno1:代表由主板bios內(nèi)置的網(wǎng)卡。

ens1:代表有主板bios內(nèi)置的PCI-E網(wǎng)卡。

enp2s0: PCI-E獨(dú)立網(wǎng)卡。

eth0:如果以上都不使用,則回到默認(rèn)的網(wǎng)卡名。

原文鏈接:https://blog.csdn.net/weixin_39589455/article/details/130639475

  • 上一篇:沒(méi)有了
  • 下一篇:沒(méi)有了
欄目分類(lèi)
最近更新