PPPoE server in rip network

Hello all,

My network is installed with 80 mikrotik devices (routers and APs), connected with rip protocol (10.10.0.0/16), in a range of 10.10.1.0/24,10.10.2.0/24,10.10.xxx.0/24,10.10.254.0/24
I have a main vpn server setup and my clients connect to it with pptp.
I Also want to use vpn server as main pppoe server.
Can this be done? to setup 1 pppoe server? or i have to setup pppoe server in each mikrotik device?

Thanks

PPPoE is not an IP protocol. It is carried directly over ethernet. So it can not be routed, it will only work in a bridged/switched network.

If possible maybe try using l2tp and authenticate the users to a radius server?

I want pppoe server. With other protocols i am ok .
I want to set one ccr1016 as pppoe server but as i see i cant do it for my network that is not in bridge mode.

That is correct. You could of course make a EoIP link for a certain VLAN and then run PPPoE on that VLAN tunneled through that EoIP link to the CCR, but that is just weird.