|
|
Is there a way to have multiple VPN clients be able to talk to each other AND also have a pool of VPN servers? Setup: 2 or more physical machines, each machine running OpenVPN server with the --client-to-client flag in the config file. Multiple OpenVPN clients, with the config file containing the multiple --remote entries pointing to the servers e.g. Client 1 connects to Server 1. Client 2 connects to Server 2. Goal: Have client 1 "see" client 2 over the VPN. As I understand it, clients can only see each other clients connected to the same VPN server. Or is there some way for the VPN servers to talk to each other and communicate information on connected clients, and thus, routing information? ______________________ 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/2008-01/msg00067.html on line 192 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/2008-01/msg00067.html on line 192 |