تیر۱۶
how install csf in openvz and Virtuozzo
hi after intsalling csf on openvz and Virtuozzo Perhaps you suffer from problems in iptables Solution to this problem is this kind of: disable csf in SSH type: nano /etc/sysconfig/iptables then add this lines : -A FORWARD -j ACCEPT -p all -s 0/0 -i venet0 -A FORWARD -j ACCEPT -p all -s 0/0 -o venet0 [...]