Search found 2 matches

by JasonBarnabe
17 Jun 2015, 04:15
Forum: General Discussion (csf)
Topic: Traffic blocked after autoupdate
Replies: 2
Views: 1542

Re: Traffic blocked after autoupdate

Thanks for the tip. This was a magic incantation some random internet dude suggested, so I hadn't read chapter 17 of your fine readme. I will make that change and wait for the next release to see if it worked.
by JasonBarnabe
16 Jun 2015, 04:15
Forum: General Discussion (csf)
Topic: Traffic blocked after autoupdate
Replies: 2
Views: 1542

Traffic blocked after autoupdate

I have a CentOS 6.6 server, running OpenVZ with two nodes. The nodes are typical web servers, and my intention is to have inbound and outbound HTTP, HTTPS, and SSH open. To make this work, I've created a file under /etc/csf/csfpre.sh: iptables -A INPUT -i venet0 -j ACCEPT iptables -A OUTPUT -o venet...