Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

684 bytes added, 15:50, 12 March 2010
m
no edit summary
debootstrap sarge /vz/private/777 http://archive.debian.org/debian
 
== Preparing the HN network ==
Append the following lines to /etc/sysctl.conf, adjust to taste and then execute "sysctl -p" for them to take effect.
### OpenVZ settings
# On Hardware Node we generally need packet
# forwarding enabled and proxy arp disabled
net.ipv4.conf.default.forwarding=1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.ip_forward=1
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Enables the magic-sysrq key
kernel.sysrq = 1
# TCP Explict Congestion Notification
net.ipv4.tcp_ecn = 0
# we do not want all our interfaces to send redirects
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
== Preparing and starting the VE ==
43
edits