I added this firewall filter action to see all addresses that try to establish udp connection to the mikrotik udp port 500
/ip firewall filter
add action=add-src-to-address-list address-list=important \
address-list-timeout=1d chain=input disabled=no dst-port=500 \
in-interface=pppoe-out1 protocol=udp src-port=500
andthe problem isthat today I found tree different ip addresses in address list = "important" but in the same time through Winbox Firewall/Filter rules I can see that bytes are 0B (zero) and packets are also 0 (zero) indicating that no traffic was related to that action.
How is that possible? That some filter rule added some addresses to specified address list and in the same time that it indicates 0 (zero) traffic and 0 (zero) packets?
Please provide some comments because this is serious security issue from my perspective. tnx!
I have version 5.9 at the moment - I can not replicate this problem because when I try to establish connection (IKE) from my pc, mikrotik firewall rule indicates packets and bytes as it should, as it it expected.