Recently I started to see several login failures on logs
All attempts are from outside (not my lan 10.0.0.0/24):
Code: Select all
login failure for user root from 125.212.226.227 via ssh
login failure for user root from 125.212.226.227 via telnet
So - if someone tries to login on this open port- it should be registered on my host, not my router.
nmap -sT -P0 says:
Code: Select all
Nmap scan report for aaa.bbb.ccc.ddd
Host is up (0.036s latency).
PORT STATE SERVICE
0/tcp filtered unknown
Nmap done: 1 IP address (1 host up) scanned in 0.72 seconds
Why are these messages logged?