Hi,
I’m interested how can i see Drop Package on MikroTik. Does anyone know any rules on firewall. It will be helpful. I’m using the rouls, but i’m not sure does it connect.
ip firewall filter
add chain=forward protocol=tcp connection-state=invalid
action=drop comment=“drop invalid connections”
add chain=forward connection-state=established action=accept
comment=“allow already established connections”
add chain=forward connection-state=related action=accept
comment=“allow related connections”
Elittebb : He was tarpitting the packets, and you wrote “be more SAPcific” … Gave me the best laugh of the week…
Nitchky: As elitebb wrote. You do not see the logs in the firewall rule in winbox. You can view them in the “LOG” section of the main menu in winbox. if you are loggin a lot of items, you can put a Log Prefix in the firewall rule to make them easier to find in the log. For example, you could put the log prefix "DROP INVALID CONNECTION /// "
Just i want to follow my package, i’ve got QoS, and i want to know how many packing i’m losing. For that purpose i found rules for firewall. That one on this post are wrong. I found good one.