|
|
Hello there, I've been searching for load balance with OpenVPN, and haven't found anything for my case. I have 2 wireless connections, and I want to load balance the traffic. Here's what we have: LANa LANb | | ------ / \ ------ - - Wlana0 - - Wlanb0 - - - - \ / - - - - - - - - - - - - / \ - - - - Wlana1 - - Wlanb1 - - ------ \ / ------ There's a tunnel running over Wlana0 < - > Wlanb0. a = Server, b = client. So, in order to put the second link to work toghether I added a second 'local' directive on server.conf and a second 'remote' directive on client like: server.conf (a) local 192.168.0.254 local 192.168.1.254 And on client: (b) remote 192.168.0.254 remote 192.168.1.254 But it doesn't create the second connection. Any clues? Regards, Alejandro Flores ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |