All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Openvz Vps Iptables Configure
I have openvz vps. I have not Openvz dedicated access i have only vps access.I am using Cpanel many csf iptables are missing and troubling. How can i resolve issue myselft from ssh.
Testing iptables...
Testing ip_tables/iptable_filter...OK
Testing ipt_LOG...OK
Testing ipt_multiport/xt_multiport...FAILED [FATAL Error: FATAL: Could not load /lib/modules/2.6.32-042stab103.6/modules.dep: No such file or directory] - Required for csf to function
Testing ipt_REJECT...OK
Testing ipt_state/xt_state...OK
Testing ipt_limit/xt_limit...OK
Testing ipt_recent...OK
Testing xt_connlimit...OK
Testing ipt_owner/xt_owner...FAILED [Error: FATAL: Could not load /lib/modules/2.6.32-042stab103.6/modules.dep: No such file or directory] - Required for SMTP_BLOCK and UID/GID blocking features
Testing iptable_nat/ipt_REDIRECT...OK
Testing iptable_nat/ipt_DNAT...OK
RESULT: csf will not function on this server due to FATAL errors from missing modules [1]
How will i use this command in Vps for resolve this issue.
vzctl set 102 netfilter full --save --setmode restart
Comments
What does ls -la /etc/init.d/modules_dep put out?
get your provider to do it, has to be done on the node
on the node:
vzctl set CTIDHERE --netfilter full --save --setmode restart
lsmod|grep -E "owner|multiport"
vzctl exec CTIDHERE perl /usr/local/csf/bin/csftest.pl|grep FAILED
Then i tried to remove NETFILTER FULL from VPS config file on a vps node and instead define:
& reboot, but nothing changed.
Note that xt_owner/multiport works on other VPS with CentOS 6, but on this Ubuntu, it shows FATAL error as mentioned above.