Re: Multi site for failover
Posted: Thu Oct 08, 2015 1:03 am
For which protocol?
OpenVPN already supports this, create multiple connections in the client config and it'll go down the list.
<connection>
remote server-NY 443 tcp
</connection>
<connection>
remote server-LA 443 tcp
</connection>
<connection>
remote server-TX 443 tcp
</connection>
I don't have Softether client installed at the moment so not sure if Softether client can do something similar.
moprmac67 wrote:
> Is it possible to setup servers at multiple sites and have client config
> failover between sites?
>
> So if we have NY, LA, and TX with servers authenticating to active
> directory and a road warrior tries to connect; the vpn client will attempt
> to connect to NY, but if NY is down it will try LA, and if LA is down it
> will try TX.
>
> Is that clustering or just separate servers?
>
> Thanks!
> Ed
OpenVPN already supports this, create multiple connections in the client config and it'll go down the list.
<connection>
remote server-NY 443 tcp
</connection>
<connection>
remote server-LA 443 tcp
</connection>
<connection>
remote server-TX 443 tcp
</connection>
I don't have Softether client installed at the moment so not sure if Softether client can do something similar.
moprmac67 wrote:
> Is it possible to setup servers at multiple sites and have client config
> failover between sites?
>
> So if we have NY, LA, and TX with servers authenticating to active
> directory and a road warrior tries to connect; the vpn client will attempt
> to connect to NY, but if NY is down it will try LA, and if LA is down it
> will try TX.
>
> Is that clustering or just separate servers?
>
> Thanks!
> Ed