I am attaching a drawing to help you understand what I am trying to do.
So I have 2 adsl modems connected to ether 1 and ether 2. I also have a wireless access point connected to ether 3. On the wireless acces point I have 10 incoming pppoe clients. I want the 5 of them to connect and use the bandwidth of the adsl 1 modem and the other 5 to connect and use the bandwidth of the adsl 2 modem.
Is that possible?
I have manage to connect pppoe clients to ether 1 only.
PPPoE works on L2. So to choose the correct ADSL link for a particular client, you would have to statically discriminate by the client’s MAC address.
Or you could use two SSIDs at the AP and map each to another VLAN and put each ADSL uplink into another VLAN as well, but whether it is possible depends on the wireless AP possibilities.