Page 1 of 1

Multiple ddns as backup for client config?

Posted: Fri May 18, 2012 11:56 pm
by jamesnewman
Hi,

Because my server does not have a static IP, I'm using a dynamic dns service. However, I don't feel having just one is reliable, so I've signed up for 3 ddns services that all autoreport the server's ip address to the respective ddns service.

In the client config, is there a way to kind of list all the ddns addresses with the port so that if one ddns address connection fails, the config moves on to the next one?

Re: Multiple ddns as backup for client config?

Posted: Sat May 19, 2012 12:21 am
by janjust
you can list multiple remote statements using either

Code: Select all

remote host1 port1
remote host2 port2
etc or using

Code: Select all

<connection>
remote host1
port port1
</connection>

<connection>
remote host2
port port2
</connection>