Hi All,
Just trying to get my head around how to block an IP entering through the WAN onto a mail server on the LAN side.
For example the offending IP address is 5.188.206.123, which I wish to stop.
Viewing the various posts on this forum, I have implemented as below.. on outerOS 6.48
I can see using Torch the packets coming in..
However, the mail server is still being hit.
Checking the counters on the Firewall/Filter Rules, the counter against the drop on blacklist is not incrementing and the mail server is still being hit.
Chain=input is for traffic which terminates in router itself (source doesn’t matter, can be either internet or LAN).
Chain=forward is for traffic which passes router in any direction (e.g. source on intetnet, destination on LAN or sourde on LAN and destination on internet; if there are multiple LAN subnets, this chain also affects traffic between different LAN subnets)
Chain=output is for traffic originating from router itself (and is seldomly used)
And suggestion by @rextended is a fine one. Raw firewall filter does its magic even before connection tracking machinery starts to analyze packets.