Ping not working until I login

Hi There,

When I connect to our hotspot network via Wlan I am unable to ping the access point.

As soon as I log in I can.

Can someone please tell me how to get a ping response even if I am not logged in.

Cheers
David

make a firewall rule to allow protocol=icmp in chain=pre-hs-input

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

Worked perfectly many thanks.