Search found 3 matches

by gnusys
21 Apr 2020, 07:50
Forum: General Discussion (csf)
Topic: csf running but status show stopped
Replies: 1
Views: 1477

csf running but status show stopped

The UI status shows stopped even when

systemctl status csf show the service as Active

https://imgur.com/a/SEouwat
by gnusys
11 Dec 2018, 12:18
Forum: General Discussion (csf)
Topic: SYNPROXY with CSF
Replies: 3
Views: 3397

SYNPROXY with CSF

I am trying to implement SYNPROXY for the http/https ports with csfpre.sh iptables -t raw -I PREROUTING -p tcp -m tcp --syn --dport 80 -j CT --notrack iptables -t raw -I PREROUTING -p tcp -m tcp --syn --dport 443 -j CT --notrack iptables -t filter -I INPUT -p tcp -m tcp --dport 80 -m state --state I...