vi /etc/sysconfig/selinux |
為
SELINUX=disabled SELINUXTYPE=targeted |
2、Firewall
如果不想關(guān)閉Firewall,需要打開8001端口:
/sbin/iptables -I INPUT -p tcp –dport 8001 -j ACCEPT /etc/rc.d/init.d/iptables save /etc/init.d/iptables restart |
3、安裝 OpenVZ
cd /etc/yum.repos.d wget http://download.openvz.org/openvz.repo rpm –import http://download.openvz.org/RPM-GPG-Key-OpenVZ yum search ovzkernel yum -y install ovzkernel yum -y install vzctl vzquota |
vi /etc/sysctl.conf |
修改或添加以下內(nèi)容
net.ipv4.ip_forward = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.all.rp_filter = 1 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_redirects = 0 net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.conf.default.forwarding=1 |
使之生效:
sysctl -p |
重啟系統(tǒng)
reboot |
uname -r |
如果安裝正常應(yīng)該顯示為:
2.6.18-164.15.1.el5.028stab068.9 |
4、安裝Vtonf
yum -y install vzpkg expect |
wget http://mesh.dl.sourceforge.net/sourceforge/vtonf/vtonfinstaller.1.0-beta1.tar.gz tar xvfz vtonfinstaller.1.0-beta1.tar.gz cd vtonfinstaller.1.0-beta1 ./install |
會(huì)問你是否開始安裝程序,輸入yes
Do you wish to start the installation procedure (y/n)? : y
Starting installation
Please wait……………….
OK.安裝完成。
打開vtonf控制面板http://yourhostip:8001/
輸入安裝過程中你設(shè)置的用戶名和密碼
Login Name : admin
Password :
屬于你自己的VPS已經(jīng)呈現(xiàn)在你的眼前,晚些時(shí)候再把vtonf的使用方法弄出來。
原文地址:http://www.armysoul.org/archives/973.html
標(biāo)簽:蕪湖 泰安 通化 儋州 玉溪 臨汾 玉樹 瀘州
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《CentOS 5.4+OpenVZ+Vtonf打造VPS服務(wù)器的方法》,本文關(guān)鍵詞 CentOS,5.4+OpenVZ+Vtonf,打造,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。