Configuration...
Inet router (192.168.1.1) conected to...
mikrotik (192.168.1.2).... wifi hotspot
Local lan (192.168.1.10-155)
What we want... isolate wifi hotspot from local lan, that is, i want users of both wifi hotspot and lan can access internet but not see not access between them.
¿what is the best way? ... and the easiest way???, (perhaps one rule into firewall, ¿what rule?)
can you explain the configurations more clearly
how can you use 192.168.1.1 as gateway(assuming to to be another router)
and only 1 ip as hotspot 192.168.1.2
and remaining as lan??
if you have connected an accesspoint to router with ip 192.168.1.2
192.168.1.1 is the gateway for all ips
and using rest as lan user
then use this
/ip firewall filter add action=drop chain=forward disabled=no dst-address=!192.168.1.1 src-address=192.168.1.2
this will block accesspoint users form accessing lan