vmware workstaion 9.0
centos 6.2
iou-web
1.安裝好虛擬機 vmware workstation 9.0
2.設置虛擬機
第一步,打開虛擬機網絡編輯器,如圖:
第二步,設置VMnet0 橋接網卡連接到 宿主機的物理網卡上,如圖:
第三步 ,點擊編輯虛擬機設置,如圖:
第四步,設置虛擬機網卡為橋接模式,如圖:
內存最好設置在1G以上。
1,安裝centos6.2 (這一步我就不詳細說了)
2,centos的網卡配置默認開機不啟動,需要修改:
# vim /etc/sysconfig/network-scripts/ifcfg-eth0
如圖:
在這裡我用的是靜態ip ,也可以改成dhcp ,確保能ping 通宿主機就可以 。
重啟網絡服務: #service network restart
然後使用xshell(或者其他的連接工具都可以,xshell下載地址)登陸到 centos中
3. 安裝 iou-web
第一步,在安裝iou-web之前,首先關閉selinux和iptables
關閉selinux:
#vim /etc/selinux/config #將紅色區域改為disable 如圖:
關閉 防火牆:
#service iptables stop
#chkconfig iptables off
第二步: 添加iou-web yum源
# /etc/yum.repos.d/iou-web.repo
[iou-web] name=IOU Web Interface baseurl=http://public.routereflector.com/iou-web/yum enabled=1 gpgcheck=1 gpgkey=http://public.routereflector.com/iou-web/yum/RPM-GPG-KEY-iou-web Then install iou-web package: