Instalación de OpenVZ en Debian Wheezy

1) Agregar el repositorio:
cat << EOF > /etc/apt/sources.list.d/openvz-rhel6.list
deb http://download.openvz.org/debian wheezy main
# deb http://download.openvz.org/debian wheezy-test main EOF

2)Importar la Key:
wget http://ftp.openvz.org/debian/archive.key
apt-key add archive.key

3) Actualizar la base de datos:
apt-get update

4) Instalar el kernel OpenVZ:
apt-get install linux-image-openvz-amd64

5) Ajustar algunos parametros de OpenVZ en /etc/sysctl.conf
# 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

6) Instalar herramientas para el trabajo en OpenVZ
apt-get install vzctl vzquota ploop vzstats

7) Reiniciar el ordenador y arrancar por el kernel OpenVZ en el grub

Para cambiar el orden y otros parametros del Grub haz click aquí.

Elaborado por: Diego Delgado stembock@gmail.com

Comentarios

Entradas populares