On 24/03/14 00:14, David Goodenough wrote:
> I have an openvpn client which needs to communicate with a server over one of
> a number of possible interfaces (one ADSL, two wireless).  These interfaces
> come and go in their connectivity, and I like to be able to define all of
> them to OpenVPN and have it use whichever are working to connect to the
> server.  Can I do this by defining multiple remotes or do those have to
> be to separate servers?
>
>
yes you can use multiple remote statement or multiple <connection> 
blocks; inside a connection block you can specify more parameters.
In its simplest form you would use

remote server tcp <PORT>
remote server udp <PORT>

etc.

HTH,

JJK


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to