How do I know which IP is attacking my server?

From your command line, use the following command to determine what IP's are connected to your server, and you can also see how many connections each IP have been made made.

netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

How can I White List myself in the firewall?

First you need to know your public IP address. One way is to simply visit http://WhatIsMyIP.com...

Manage the amount of spam I receive?

See: https://youtu.be/IZbUe2JqBTM