helo i have a network with dhcp and pppoe server
i want to add another mikrotik with pppoe server in this network and they work together
my problim is > if user connect via his pc the connect go to one server and leve the second
can i get any way to run them together
regards
Its possible, but Your pppoe servers need to have different service name, and Client have to Connect to the “correct” Service. Its more common to split network, and use vlan etc to get more than one pppoe server to “work”
If Your goal is to have redundancy, yo need to somhow script the server 2, to be somhow dissabled until server 1 dont respond. If Your goal is to load Balance, use vlan (or some other way to split network) and put a singel server to each segment. The use of different service name, can be a bit more complicated to use, depending on the Client settings.
Also, preferably read this so you understand how PPPoE sessions are established. That should explain how to load-balance or provide failover for your PPPoE servers.
http://en.wikipedia.org/wiki/Point-to-point_protocol_over_Ethernet
If you want to run 2 on the same network segment and use each for a different reason, use “service name”, as mentioned before.
tomaskir , samsung172 thanx alote
my goal is > user connect at broadband connection
his user name and password are athunticate in pppoe server number1 if not he connect to another server
or any way other
can i get it ?
You can script this at Client side. somthing like:
Connect to pppoe server With service name “default”
check pppoe Connection if no Connection
Connect to pppoe server, With service name “yyyyyy”
But as in my fist post, the use of service name can be complicated.