openvz et sysctl.conf sous squeeze

Open with your favorite editor (eg: nano, vim) /etc/sysctl.conf and edit as following : net.ipv4.conf.all.rp_filter=1 net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.conf.default.forwarding=1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.ip_forward=1 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.eth0.proxy_arp=1 After you’ve edited /etc/sysctl.conf file run: sysctl -p Step 4. Open /etc/vz/vz.conf and set as following: NOTE: This is important! If you don’t do […]

OpenVz et Debian

http://www.deimos.fr/blocnotesinfo/index.php?title=OpenVZ_:_Mise_en_place_d%27OpenVZ OpenVZ : Mise en place d’OpenVZ De Bloc Notes Informatique. Aller à : Navigation, rechercher Sommaire [masquer] 1 Introduction 2 Installation 3 Configuration 3.1 Préparation des environnements 3.1.1 Debootstrap 3.1.2 Template 3.2 Réseaux 3.2.1 En mode NAT 3.2.2 Avec une interface bridgée 3.2.3 Avec des vlans 3.2.4 Avec du Bonding 3.3 NFS 3.3.1 Serveur […]