Search found 1 match
- 04 Nov 2019, 12:38
- Forum: General Discussion (csf)
- Topic: SYNPROXY with CSF
- Replies: 3
- Views: 3957
Re: SYNPROXY with CSF
Hello, note that CSF uses the default DROP policy on INPUT and OUTPUT chains. For proper synrpoxy to work with CSF use the following lines: /etc/csf/csfpost.sh: (HTTP 80 and HTTPs 443) iptables -t raw -A PREROUTING -i eth0 -p tcp --dport 80 --syn -j NOTRACK iptables -t raw -A PREROUTING -i eth0 -p t...