Hello,
Got an IP permanently blocked at LiteSpeed after Banned Period (60 sec) passed and several temporary blocks:
From logs:
The IP got permanently blocked after 6 temporary blocks in my particular case.
And:
The both /tmp/lshttpd/.rtreport and /tmp/lshttpd/.rtreport.2 give empty string BLOCKED_IP: randomly, but the IP still remains blocked. The IP gets displayed again if I trigger a GET request to the server. It can be seen with
When reading https://docs.litespeedtech.com/lsws/cp/cpanel/antiddos/#layer-4-attacks-use-per-client-throttling I don't find any information about permanent blocks. As well as Denied List in the Access Control section is empty.
Running:
- Litespeed Web Server - Enterprise Edition - Version 6.3.3
- Kernel: 4.18.0-553.56.1.el8_10.x86_64
- OS: AlmaLinux 8.10 (Cerulean Leopard)
Per Client Throttling :
- Static Requests/second: 100
- Dynamic Requests/second: 32
- Outbound Bandwidth (bytes/sec): 0
- Inbound Bandwidth (bytes/sec): 0
- Connection Soft Limit: 32
- Connection Hard Limit: 64
- Block Bad Request: Yes
- Grace Period (sec): 15
- Banned Period (sec): 60
Kindly advice.
Got an IP permanently blocked at LiteSpeed after Banned Period (60 sec) passed and several temporary blocks:
Bash:
[root@server2 ~]# curl -I https://site-in-litespeed.com/
curl: (35) TCP connection reset by peer
[root@server2 ~]#
Code:
2025-06-30 09:25:36.470576 [WARN] [4733] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
2025-06-30 09:27:37.933102 [WARN] [4733] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
2025-06-30 09:28:38.011827 [WARN] [4732] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
2025-06-30 09:30:17.817095 [WARN] [1020639] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
2025-06-30 12:08:44.646504 [WARN] [1255468] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
2025-06-30 12:10:02.619421 [WARN] [1255468] [T0] [95.xx.xx.235] bot detected for vhost [N/A], reason: OverConnHardLimit, block
And:
Bash:
[root@server logs]# grep 95.xx.xx.235 /tmp/lshttpd/.rtreport*
/tmp/lshttpd/.rtreport:BLOCKED_IP: 95.xx.xx.235;C,
/tmp/lshttpd/.rtreport.2:BLOCKED_IP: 95.xx.xx.235;C,
[root@server logs]#
watch
:
Bash:
[root@server logs]# watch grep BLOCKED_IP /tmp/lshttpd/.rtreport*
Running:
- Litespeed Web Server - Enterprise Edition - Version 6.3.3
- Kernel: 4.18.0-553.56.1.el8_10.x86_64
- OS: AlmaLinux 8.10 (Cerulean Leopard)
Per Client Throttling :
- Static Requests/second: 100
- Dynamic Requests/second: 32
- Outbound Bandwidth (bytes/sec): 0
- Inbound Bandwidth (bytes/sec): 0
- Connection Soft Limit: 32
- Connection Hard Limit: 64
- Block Bad Request: Yes
- Grace Period (sec): 15
- Banned Period (sec): 60
Kindly advice.