Selasa, 20 Maret 2018

Installasi VPS OpenVZ


Installasi VPS OpenVZ


Loginlah sebagai root dicentos anda, kemudian ketikkan perintah dibawah ini

root@hri# cd /etc/yum.repos.d/
root@hri#wget -P /etc/yum.repos.d/ https://ftp.openvz.org/openvz.repo
root@hri#rpm --import https://ftp.openvz.org/RPM-GPG-Key-OpenVZ

Install Kernel OpenVZ
root@hri# yum install vzkernel
Edit konfigurasi dengan cara nano /etc/sysctl.conf. Edit seperti dibawah ini
# On Hardware Node we generally need
# packet forwarding enabled and proxy arp disabled
net.ipv4.ip_forward = 1
net.ipv6.conf.default.forwarding = 1
net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.default.proxy_arp = 0

# Enables source route verification
net.ipv4.conf.all.rp_filter = 1

# Enables the magic-sysrq key
kernel.sysrq = 1

# We do not want all our interfaces to send redirects
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
Selanjutnya disable SElinux dengan cara  nano /etc/sysconfig/selinx
echo "SELINUX=disabled" > /etc/sysconfig/selinux
Install tools untuk memanage openvz
yum install vzctl vzquota ploop


Sampai disini kita sudah selesai melakukan installasi openvz. Untuk mengecek apakah openvz sudah sukses dikonfigurasi reboot linux, nnti akan ada loader openvz

Tidak ada komentar: