Hello.
I wonder if it`s possible to create a dynamic address list for allowed IPs for remote (Winbox, ssh,…).
for example, if anyone Ping the router with a specific size, the source IP goes to add-list.and the address list is already permitted for the remote.
I wrote this down:
action=add-src-to-address-list address-list=Access-Trust address-list-timeout=none-static chain=
input dst-address=192.168.1.250 packet-size=10001
but it doesn’t work when i ping the router with size 10001, anyone can help?