Re: [Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread Arnold Krille
This is what we did (spoiler: no pacemaker) We connect the openvpn-hosts via tinc (could also be openvpn but tinc is more flexible when servers both initiate the connection) and put these tunnels into a bridge (with stp). Then all these nodes have openvpn with server-certificates from the same ca

Re: [Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread Lars Marowsky-Bree
On 2012-07-10T14:58:31, emmanuel segura wrote: > conntrackd - Connection tracking daemon Syncing the state of a VPN is, due to the encryption, significantly more difficult than just TCP/IP state. The reconnect/keepalive option is really the best path forward. Regards, Lars -- Architect S

Re: [Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread emmanuel segura
conntrackd - Connection tracking daemon 2012/7/10 Michael Schwartzkopff > > Hi there! > > > > OpenVPN server has an 'management interface' that allows the admin to > > delete, add, modify, authorize client connections. > > > > As far as I know, it doesn't exist any preestablished method for > >

Re: [Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread Arturo Borrero Gonzalez
> > >* Hi there!*>* *>* OpenVPN server has an 'management interface' that allows > >the admin to*>* delete, add, modify, authorize client connections.*>* *>* As > >far as I know, it doesn't exist any preestablished method for*>* sharing > >connections between openvpn servers, so in issues like*>

Re: [Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread Michael Schwartzkopff
> Hi there! > > OpenVPN server has an 'management interface' that allows the admin to > delete, add, modify, authorize client connections. > > As far as I know, it doesn't exist any preestablished method for > sharing connections between openvpn servers, so in issues like > failover and/or active

[Pacemaker] OpenVPN in HA, sharing client connections

2012-07-10 Thread Arturo Borrero Gonzalez
Hi there! OpenVPN server has an 'management interface' that allows the admin to delete, add, modify, authorize client connections. As far as I know, it doesn't exist any preestablished method for sharing connections between openvpn servers, so in issues like failover and/or active-active configur