Here's my scenario:
Main Mikrotik router is in my main office, it connects to my first wireless base station via 802.11a link (AirStream PtP Radios). That base station has three 120 sector APs broadcasting a 802.11b signal. I have a second p2p link from there to my second base station, which also has 3 802.11b radios on it. At both base stations the hardware is connected via a DLink Managed switch. I have set up separate VLANs to each radio to separate the traffic. Here's my question: How do I set up the PPPoE Server to respond to requests on each VLAN? Currently I added a PPPoE server to each VLAN interface, but that seems like it will get unmanagable very quickly. I've also noticed that with this scenario I can log in simultaneously into each VLAN with one set of credentials - this is not desirable. I would like to limit connections to one per username regardless of which radio(VLAN) the user connects to. One of the ways I think this might work is if I bridge all of the VLAN interfaces & add the PPPoE Server to the bridge, but wouldn't that defeat the whole idea of separating traffic by VLANs? Any ideas would be appreciated.