Hello, Please, I am still a layman in understanding the logs. This is still spamming our router, what does it mean? Could someone explain this to me in detail please? Thank you.
dstnat: in:ether1-WAN1 out:(unknown 0), src-mac f4:a4:d6:dd:2b:6a, proto TCP (SYN), 185.23.114.194:51504->46.243.71.151:993, len 64
Remote device with IP address 185.23.114.194 is trying to connect (your router’s ?) IP address 46.243.71.151 TCP port 993 (POP3S / IMAPS) … but from the log is not clear if connection succeeds … really depends on overall firewall setup (not just DST NAT part).
Thank you for the quick and concise reply.
The IP address of the router is: ether1: 46.243.71.151
Because we have a mail server in the network, port 993 is open. It is only open from IP addresses: Slovakia address list and Italy address lsit. Other countries are blocked.
How can you ensure even more DST-NAT?
Or are we making a mistake somewhere?
Other than that, your firewall filter rules are pretty permissive, it’s basically allowing most of traffic to pass between all directions (WAN to LAN, LAN to WAN, …)
Whether logs are then spam or not is up to you to decide. But probably they are as they simply log the fact some remote client tried to established a connection to forwarded port. It doesn’t tell anything about whether client actually succeeded in establishing connection (and is thus most probably a legitimate client) or not (and is thus probably a port scanner).
I just want to add that restricting remote IP addresses to country IP block doesn’t exactly prevent the service from being attacked, one should assume that attacks can originate from anywhere in the world. But restricting does make source pool for attacks smaller, so it makes problem slightly smaller.