blocking to another network

Hi guys

im little bit curious if i use this chain=forward in-inteface=hotspot out-interface=office_lan action=drop and it works, but chain=forward src-address=192.168.102.0/24 comments=hotspot_network dst-address=192.168.100.50-192.168.100.254 comments=office_network action=drop it doesn’t work or did i missed something here?

thanks

are you sure about src and dest addresses. Maybe src is dest and dest is src. Change src to be 192.168.100.50-192.168.100.254 and dest to be 192.168.102.0/24