I’ve set up a simple PPPoE server with a local PPP user on an RB951Ui-2HnD (RouterOS 6.27).
I’ve created a PPPoE client interface (using with the local PPP user) on the same RB951Ui-2HnD.
My problem is tat the session never becomes active… What is my error?
what is your scenario ?
we need more details about your pppoe user and the interface connected to it
also about you local pppoe server and the interface that its used .
Thanks for your answer. This PPPoE is connected to the internet via ether1 and I want to set a PPPoE client on the same RB in order to create a LAN network on the other ethernet interfaces of the RB.
Very confused about what you are trying to do. You have ether2 in a bridge, and a pppoe-server running on the bridge, but then you also have a pppoe-client on ether2. That is nonsense. Once ether2 is in a bridge, you should not reference it or treat it as a discrete interface. You should only ever reference the bridge interface.
And it makes no sense to have a pppoe-client and a pppoe-server on the same interface unless you want your client to connect to another pppoe-server that is running elsewhere on the same ethernet broadcast domain. Are you trying to make the pppoe-client on your router connect to itself (to the server that the same router is running)?? You can’t do that, and furthermore, I can’t conceive of a scenario in which anybody would want to do that or find such a configuration useful.
I think you must bridge all interfaces except ether1
then create your pppoe server for that bridge
your local pppoe users must connected from ether2 to ether5
try this and feed back if its work :