PPPoE user with access (masquerade) to all other PPPoE addr

Hello,

It’s my first time here, I don’t see anyone looking to do the same as I want to do anywher around.
I’m using a CRS125-24G. I installed user-manager package on it and configured a PPPoE server. On my Limitations, I added every registry to a address list. Some Limitations have Address list field set to “addrlist-l1” and others “addrlist-l2”. So, when a PPPoE user connects and receives an IP from my pool, it is dinamicaly added to the mikrotik address list I named in user-manager. After that, I mark traffic from addresses in “addrlist-l1” with routing mark “routing-l1” and addresses in “addrlist-l2” with routing mark “routing-l2” using mangle rules. Then I just add a gateway for “routing-l1” table, and another for “routing-l2” table.

Well, everything is working nice and well. What I want to do now, is to create a user in user-manager, that will have access to all pppoe interfaces IPs. I can’t reach the solution. I think I need to masquerade the IP from that “ADMIN” user to reach the IP from others PPPoE users. I just don’t know how I can achieve it.

Does anyone have a solution for that? It might be simple, but I just don’t see the solution.