Ethernet Broadcast and PPPoE isolation

Hello, I’m trying to implement a safe wifi node for some residential clients.
90% of security issues that I have in mind are solved thanks to PPPoE-Server (authenticating, traffic shaping, dual login, etc).
But I’m dealing with an issue very important: Ethernet traffic between clients.

Let me describe a scenario:

Wifi Node RB433AH, one Ethernet port connected to my upstream provider and one wifi card as AP-Bridge.
PPPoE-Server attached to wifi card, an internet routeable pool configured in the pppoe profile and some rate limits also configured as per user basis.

At PPP an upper levels all seems ok, at least for me, no security issues relative to infrastructure architecture, each user are isolated regards to pppoe, are rate limited, single logon and user/password authentication based.

The problem I can see is the Ethernet traffic between client nodes… how to deal with it?, think that rate limit is applied in PPP, not at Ethernet level, this means that anyone can, for example, broadcast packets using all bandwith available in the wifi link!.. and what if any client start responding PPPoE requests from others clients?..

Well, I’m new in Mikrotik (this is my first week playing with the routerboard at home), sorry if this question if is very obviously.

I think the solution are arrund VLANs, but I’m not sure where’s to start.

Regards!.
RR.-

you can try following:

  1. add all wds, ethernet ports to one bridge on which you have pppoe-server
  2. add drop bridge forward rule for previously created bridge
    it should drop any client-client traffic between bridge ports :wink:

or you can create individual pppoe-server for each interface it’s up to you

KT

Thank you, but I think “default-forwarding” set to “no” in wireless setup deals with this issue.

but it works only for ap-clients not for wds bridged and connected to ap