netwatch not working in Hotspot Network

hello guys,

I have PC a based ROS V 2.9.43
3NICs (1x WAN, 1x privately LAN 192.168.100.0/24 1x HOTSPOT 10.5.50.0/24)

I want to use the Netwatch function, but it unfortunately does not go with the Hotspot network.
In the PrivatLAN it goes without problems…

/tool/Ping works in the Hotspot network not.
The function IP-Scan goes perfectly…
netwatch.JPG

You have to create a firewall rule to allow ping on the hotspot interface without login.

/ip firewall filter add chain=pre-hs-input protocol=icmp action=accept comment=“allow unauthorised users ping” disabled=no

THX skillful.

now working the Netwatch Funktion…