Hi All,
Is there a way to monitor a portport?
As I am trying to see if port 8883 is being blocked out. Or if a device on my LAN is successful in connecting out to that port on a external server.
Richy
Hi All,
Is there a way to monitor a portport?
As I am trying to see if port 8883 is being blocked out. Or if a device on my LAN is successful in connecting out to that port on a external server.
Richy
Hello,
to monitor a port, try this :
/ip firewall filter
add action=log chain=forward dst-port=8883 protocol=tcp
Regards,
Thank you for you help.
I can see that now.
Richy