From: Fernando Serto (fernando_at_serto.com.br)
Date: Wed 09 Jul 2003 - 16:16:01 BST
I wouldn't run iptables on a vserver... I prefer to have the firewall
running on the root server, and from there I configure what is allowed for
each vserver. remember, the more organized you are, more secure your
firewall will be (at least, it will be more difficult to misconfigure
something)
if you still want to run iptables on each of your vservers, add the
CAP_NET_ADMIN to your conf file...
-- Fernando ----- Original Message ----- From: "Oliver Dzombic" <info_at_isp4p.net> To: <vserver_at_solucorp.qc.ca> Sent: Thursday, July 10, 2003 12:23 AM Subject: [vserver] IP Tables in Vserver Context> hi, > > compiled 2.4.21 with CTX 17 and vquota support. > > iptables works 100% at the real server. No errors. Iptables and all possible > modules were compiled in the kernel. > > But in the vserver context i get: > > modprobe: Can't open dependencies file /lib/modules/2.4.21-ctx17/modules.dep > (No such file or directory) > iptables v1.2.6a: can't initialize iptables table `filter': Permission > denied (you must be root) > Perhaps iptables or your kernel needs to be upgraded. > > > Any solutions ? > > Greetings > > Oliver > >