Hello!
I need a script that checks the user 10.10.10.1 uses the service 10.10.20.1 on port 520, and as a result enable / disable the firewall filter.
The idea is to use the records dst-address (10.10.20.1:520), src-address (10.10.10.1) and tcp-state (established) of /ip firewall connection, but I don’t know how to write it.