安裝好虛擬機器後,需要設定其固定ip,這樣才可以連線該虛擬伺服器
設定步驟如下
1.進入network-scripts目錄
cd /etc/sysconfig/network-scripts
2.編輯network-scripts目錄中的 ifcfg-eth0 檔案
vi ifcfg-eth0
3.配置網路卡DNS
切換至/etc目錄,然後編輯 resolv.conf 檔案
cd /etc vi resolv.conf
4.重啟網路服務
service network restart
5.驗證與主機、外網是否相同,使用ping
ping 主機號 ping www.baidu.com
6.檢視防火牆狀態、關閉、重啟防火牆、設定防火牆命令
service iptables status service iptables stop service iptables restart vi /etc/sysconfig/iptables