Hi,

In case my previous reply was not clear enough:

On Wed, Oct 21, 2015 at 3:21 AM, Stefan Szabo <stefan.sz...@rcs-rds.ro>
wrote:

> config client:
>
> <connection>
> remote 62.231.75.XX
> port 80
> proto tcp wait 1
> </connection>
> <connection>
> remote 62.231.75.XX
> port 1194
> proto udp wait 10
> </connection>
>

This will cause the client to first try  62.231.75.XX:80 tcp and
then 62.231.75.XX:80 udp (not port 1194)
Why? Because of this line in the config:

persist-remote-ip
>

Your original post had

remote X 1194
remote Y 1194

That will keep trying X:1194 only with whatever protocol is defined before
those lines (or udp by default), if persist-remote-ip is also specified.
This is an unfortunate side-effect of that option.

Selva
------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to