|
|
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 Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00076.html on line 210 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00076.html on line 210 |