Search found 7 matches
- 27 Jul 2023, 08:15
- Forum: Report Bugs (csf)
- Topic: Issue with Perl 5.38 and fix
- Replies: 4
- Views: 9806
Re: Issue with Perl 5.38 and fix
haha yeah I noticed this morning. Very splendid!
- 10 Oct 2022, 08:47
- Forum: General Discussion (csf)
- Topic: Server Check feedback
- Replies: 0
- Views: 1398
Server Check feedback
Hello, I'd like to provide some feedback on the Server Check feature. I've gotten scores up to around 95+ on all our WHM servers but I feel there are some items on there that aren't really "bad" conditionally. Obviously I've just been ignoring them so far as I understand why they can be ig...
- 24 Sep 2020, 09:50
- Forum: Suggestions (cmm)
- Topic: Ignore account quota limit when changing mailbox quota
- Replies: 0
- Views: 12110
Ignore account quota limit when changing mailbox quota
Hi there, Firstly thanks for CMM. I think this is a neat add-on to WHM and you've done a good job with its feature set. I'll definitely be keeping this as standard across our WHM servers. My only suggestion is that when setting a mailbox quota (for both new and existing mailboxes) the account mailbo...
- 21 Oct 2019, 12:07
- Forum: General Discussion (csf)
- Topic: IP Constantly Getting Blocked
- Replies: 2
- Views: 4258
Re: IP Constantly Getting Blocked
Does the reason for the block not show up in the syslog? You can see the most recent dropped packets with: dmesg | grep Blocked | tail Or if you want a longer list: dmesg | grep Blocked | tail -n 40 Edit: Actually this one will be more useful for you: tail /var/log/lfd.log | grep "ip.address.ge...
- 21 Oct 2019, 12:05
- Forum: General Discussion (csf)
- Topic: Large Deny IP List
- Replies: 1
- Views: 2537
Re: Large Deny IP List
Ours has gone up to 6000 before without any noticeable performance hit. (Currently floating around 2800.) IPSET is a must have though to maintain performance, so don't do this if you're on OpenVZ/Virtuozzo. What we also do is every quarter prune all blacklisted entries at least 6 months old, as IP a...
- 15 Oct 2019, 09:04
- Forum: General Discussion (csf)
- Topic: Mixing CSF with Unbound
- Replies: 0
- Views: 3381
Mixing CSF with Unbound
Brief explanation: We use CSF+LFD on all of our Linux based servers of which are endpoints, in that they are not required to do any IP forwarding/routing. (We'd use Shorewall for that.) This includes our internal office servers. We also use two Unbound instances as our office DNS resolver, particula...
- 10 Jan 2017, 15:43
- Forum: General Discussion (csf)
- Topic: CSF Blocking all outbound IPv6 traffic
- Replies: 4
- Views: 7313
Re: CSF Blocking all outbound IPv6 traffic
I concur, all outgoing traffic appears to be denied in version 9.28 (cPanel) on CentOS 6.
This can be resolved by setting IPV6_SPI to zero, however that may in fact disable a large portion of your intended IPv6 firewall rules.
This can be resolved by setting IPV6_SPI to zero, however that may in fact disable a large portion of your intended IPv6 firewall rules.