pppoe over bridge

Hello

I have a question, I have 2 questions - first - I have 2 mikrotiks


Mikrotik on PC [5ghz]-> {RB433}
pppoe server [5ghz]-> pppoe server

I want to remove pppoe server from RB433, and use one from Mikrotik, how to forward it to RB433. And second thing - I want to forward few users through one connect and others through other - how to ?

Regards

As pppoe is layer2 protocol, you have to bridge whole network, then clients will be able to connect to one pppoe server.

so I’ve made something like this

( RB1 )
I’ve added bridge
Protocol mode: rstp
Added two ports - one wlan - 2.4 ghz -that’s an acces point to the clients
second ethernet which is connected to 5ghz wds connected acces points
in bridge settings i’ve checked Use IP Firewall and Use IP Firewall for PPPoE


( PC1 )
on the second side I did absolutly nothing except adding the pppoe server on the ethernet which is connected to the 5ghz acces point - after few seconds clients started to connect to the server BUT they didn’t had an internet ( they where added to the NAT etc. )

When I think about it now … maybe the mistake was checking Use IP Firewall and Use IP Firewall for PPPoE on RB1… or maybe someone else have idea what is wrong