Search found 10 matches
- 30 Aug 2024, 17:16
- Forum: General Discussion (csf)
- Topic: Block By Country Code Instead of Huge CIDR Lists?
- Replies: 1
- Views: 4043
Re: Block By Country Code Instead of Huge CIDR Lists?
Go through the config file.. look for CC_DENY
- 30 Aug 2024, 17:15
- Forum: General Discussion (csf)
- Topic: Block all IPs an only allow CloudFlare via CSF
- Replies: 1
- Views: 8477
Re: Block all IPs an only allow CloudFlare via CSF
what exactly have you put in csf.allow?
- 08 Aug 2023, 12:56
- Forum: General Discussion (csf)
- Topic: CSF dont stop
- Replies: 6
- Views: 5162
Re: CSF dont stop
CSF Firewall, CSF Firewall service, remove CSF Firewall, clean iptables...
Tried that.. no difference. even after iptables -f the ips still show as blocked in syslog
Tried that.. no difference. even after iptables -f the ips still show as blocked in syslog
- 05 Aug 2023, 09:47
- Forum: General Discussion (csf)
- Topic: CSF dont stop
- Replies: 6
- Views: 5162
Re: CSF dont stop
there has to be a way to fix this from ssh that does not require a reboot
- 21 Oct 2020, 20:35
- Forum: General Discussion (csf)
- Topic: csf.ignore... ignored
- Replies: 0
- Views: 2394
csf.ignore... ignored
Hi there We have an server with CT_SUBNET_LIMIT= "350" however, we do not want this to affect a particular subnet eg 192.168.1.0/24 Immediately, as expected 192.168.1.0/24 triggers csf -t A/D IP address Port Dir Time To Live Comment DENY 192.168.1.0/24 * inout 29m 54s lfd - (CT) subnet 192...
- 21 Oct 2020, 20:30
- Forum: General Discussion (csf)
- Topic: csf.ignore Port rules
- Replies: 1
- Views: 1778
Re: csf.ignore Port rules
same issue here.. individual IPs work but not subnets
- 08 Oct 2019, 13:13
- Forum: General Discussion (csf)
- Topic: GLOBAL_DENY v blacklist
- Replies: 1
- Views: 2323
GLOBAL_DENY v blacklist
Is there any difference / advantage / disadvantage to using GLOBAL_DENY rather than an entry in /etc/csf/csf.blocklists ?
- 14 Jul 2015, 13:05
- Forum: Suggestions (cxs)
- Topic: Cxs For Plesk ?
- Replies: 1
- Views: 11465
Re: Cxs For Plesk ?
+1
this would be great edition to the new plesk extension market..
failing that a command line version that will scan var/www/vhosts ?
this would be great edition to the new plesk extension market..
failing that a command line version that will scan var/www/vhosts ?
- 28 Dec 2014, 10:46
- Forum: General Discussion (csf)
- Topic: ip ranges
- Replies: 2
- Views: 3290
Re: ip ranges
many thanks.. worked a treat
- 27 Dec 2014, 10:05
- Forum: General Discussion (csf)
- Topic: ip ranges
- Replies: 2
- Views: 3290
ip ranges
HI there I am trying to block 202.46.0.0. - 202.46.255.255 with csf -d 202.46.0.0/16 However, my client is still complaining that these IP are trawling the site and I can still see them attached to the server netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 1...