各位大神好,今天繼續閱讀 鳥哥linux 鳥哥的 Linux 私房菜 -- 第四章、首次登入與線上求助
想要SSH遠端連線,但打 ip addr 看不到有內網自動隨機分配的IP (我看鳥哥的可以自動分配) 請問是缺少什麼動作嗎?
ip addr
之前架設 ubuntu會自動分配的。
爬文嘗試1 : 遇到CentOS 7 在Hyper-V虛擬機中,沒有自動取得IP的修復方法 - 長庚的作業簿
使用 ifdown eth0 關閉eth0 再用 ifup eth0 重新啟動eth0
結果 : 啟用返回 Connection activacation failed : IP configuration could not be reserved (no avilable address,timeout,etc..)
Connection activacation failed : IP configuration could not be reserved (no avilable address,timeout,etc..)
問題 : /etc/sysconfig/network-scripts/ifcfg-eth0 檔案中的 BOOTPROTO是否為"dhcp" 回答 : 是的
/etc/sysconfig/network-scripts/ifcfg-eth0
2.管理網卡的是用 nmtui 去設定的.
以上測試過 centos 7/8