Hi, How can i get a router to multiplex traffic (Natted from wireless interface), to three different gateways in the same network?
Topology is as follows:
GW1........GW2........GW3
x.x.x.X```x.x.x.Y```x.x.x.Z
````|``````|```````|
--------switch---------------------- |(x.x.x.234)rb951 >))) breaks to wifi as 192.168.234.1, and dhcp server.
I want the wifi peers in this router to be load ballanced between different gateways, http and https traffic being gateway fixed, and any other traffic being shared "connection wise" (as in not sorted by each peer IP).
every guide regarding load ballancing i found used a dynamic interface associated to a different ethernet port. I need to join them in this AP only, leaving the rest of the network alone.
Any advice on how can i archieve that?