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"
Thanks