On Monday 24 May 2010 21:17:07 you wrote: > Hi Achim > > What kernel options are you referring to? I have not needed that myself. > Also if you can point me to the wiki page you are referring to, it would > help. > Here you go: http://wiki.openvz.org/Installation_on_Debian#sysctl just for reference I copy them in here as well, but I think you should get them from the wiki page, just in case they will change...
[...] # 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 [...] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org