|
|
sure. this can be done by setting up routing between the two openvpn servers. presuming you have a 'tun' setup, choose two different subnets for each openvpn server, e.g. server A: 172.16.100.0/255.255.255.0 server B: 172.16.200.0/255.255.255.0 . Then make sure - routing is enabled on both servers - the correct routes are set up between both servers i.e. server A knows that all stuff intended for subnet 172.16.200.0/255.255.255.0 needs to go to server B server B knows that all stuff intended for subnet 172.16.100.0/255.255.255.0 needs to go to server A (both of these have nothing to do with openvpn server configs but with network routing instead - server A has a statement similar to push "route 172.16.200.0 255.255.255.0" in the config file - server B has a statement similar to push "route 172.16.100.0 255.255.255.0" in the config file and you should be able to ping a client of server B (or the vpn ip of server B itself) from any client that is connected to server A. Use client-to-client to make sure that clients connected to the same server can see each other. HTH, JJK KT wrote: > 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/msg00068.html on line 228 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/msg00068.html on line 228 |