Search found 1 match
- 03 Nov 2016, 21:26
- Forum: General Discussion (csf)
- Topic: Deny IP address
- Replies: 2
- Views: 3728
Deny IP address
hi every one i add the IP address in /etc/csf/csf.deny same as below 37.0.0.0/8 # (do not delete) Manually denied by admin but when i type the command below in SSH i still see some IP connected to the server [root@alsco cse]# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 1...