Deny IP address
Posted: 03 Nov 2016, 21:26
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
109 37.190.224.5
214 37.170.213.4
312 37.170.104.55
is there any way to deny the any IP start with 37?
regards
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
109 37.190.224.5
214 37.170.213.4
312 37.170.104.55
is there any way to deny the any IP start with 37?
regards