is it possible to prevent some pc’s to connect another pc’s using mikrotik(in same LAN)( eg ip address 192.168.0.34 cannot connect to 192.168.0.35). I already try to add standard firewall filter rules to do that
the rule above cannot do the job, both that ip address is from DHCP server of mikrotik.
I’m just curious about this, because let’s say in network there is a standard AP and user in network can try to access the conf page, so i’m just want to try to block it the access to the AP ip address completely.
They are in the same subnet so traffic between is not passing through the Mikrotik, you can configure bridge on Mikrotik, with that you can accomplish your task
if you are using bridge there are 2 ways, on bridge port you can enable IP firewall so with that you can block traffic between that two devices (forward chain), or you can use horizon under the ports which are in the bridge (devices which are on the ports with the same horizon number CAN NOT communicate with each other,).