Hi guys I am using centos 5
and when I try to make this to allow port 7777 to be open to access kloxo I get:
Code:
iptables -A INPUT -p tcp --dport 7777 -j ACCEPT
iptables v1.3.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
I am using a xen based yardvps which comes naked as sh..
i tried with this:
Here what I did to fix the problem:
Code:
yum install kernel-xen kernel-xen-devel
/sbin/depmod
After that, /sbin/iptables -L now works correctl
but does not do the job
any ideas
thx