Page 1 of 1

OpenVPN Client with Server Failover/LoadBalancing - certs

Posted: Sat Oct 03, 2015 7:27 am
by dahai8
I'm sure this is a NOOB question, but I'm stuck. I read this section on load balancing:

https://openvpn.net/index.php/open-sour ... oadbalance

But I don't understand how to handle the different certificate and key files needed by each server in a single client config file.

Can someone help?

Thanks!

Re: OpenVPN Client with Server Failover/LoadBalancing - cert

Posted: Tue Oct 06, 2015 10:45 am
by Traffic
dahai8 wrote:I don't understand how to handle the different certificate and key files needed by each server in a single client config file.
Each server or client config file can contain only one CA/Cert/Key directive. If you are using different CA/cert/key for each server then you require a different client config file for each VPN.

Re: OpenVPN Client with Server Failover/LoadBalancing - cert

Posted: Fri Oct 09, 2015 10:25 am
by dahai8
I was afraid of that.
So no auto failover unless all servers use the same keys and certs.
That would be a nice enhancement...

Thanks.