Following some guide in the forum, I ended up with this firewall rule in the process of setting up CAPSMAN (my router is my capsman):
/ip firewall filter
add action=accept chain=input comment=“IN - CAPSMAN Local” dst-address-list=
“Loop Local” dst-port=5246,5247 protocol=udp src-address-list=
“Loop Local”
add action=accept chain=input comment=“IN - CAPSMAN LAN” dst-port=5246,5247
in-interface-list=LAN protocol=udp
Where:
dst-address-list=“Loop Local” = 127.0.0.1
Are they necessary? I don’t remember if it is something I added by following the guide or it was the CAPSMAN setup process that automatically added it (in which case it is fine as it is).
Thank you