首頁 > 軟體

VMware12中識別和設定CentOS7.2新新增網絡卡

2020-06-16 17:20:25

 VMware12中如何識別和設定CentOS7.2新新增網絡卡的方法。

1.關機,新增新網絡卡

2.登入系統

# ip addr //獲取新增網絡卡的資訊(裝置名稱,MAC地址等)

3.拷貝一份新的網絡卡組態檔,並修改

# cd /etc/sysconfig/network-scripts

# cp -f ifcfg-eno33554992 ifcfg-eno16777736

# cat ifcfg-eno1677773

4.重新啟動網絡卡

# systemctl restart network (丟擲LSB異常)

Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

5.ifconfig檢視,也出現了ip,可以連線(上述問題查了好久,還是沒解決,而且systemct restart/stop/start network 失效  )

6.嘗試重新啟動,結果上述問題全部修復

小結:

這次回顧網路的同時,有一個引數記不清了:

BOOTPROTO=dhcp

大寫DHCP錯誤,哎,不常用就忘了。

本文永久更新連結地址http://www.linuxidc.com/Linux/2017-03/141381.htm


IT145.com E-mail:sddin#qq.com