In my understanding, there is no client or server in p2p mode. In this case you're trying to establish a secure connection between two gateways using openvpn like a tunnel. Is my understanding wrong about this? Besides this, I still stumble upon the issue of specifying just tcp in the remote section, options.c doesn't allow you to do it. Or am I missing a part where it doesn't allow this in MODE-POINT-TO-POINT? On Oct 23, 2014 1:28 PM, "Gert Doering" <g...@greenie.muc.de> wrote:
> Hi, > > On Thu, Oct 23, 2014 at 01:24:45PM -0600, Reinoud Koornstra wrote: > > The idea in my case is to have a point-to-point connection where both > hosts > > listen on port 443 tcp instead of port 1194 udp to setup the > point-to-point > > connection. > > If both listen, who calls out? In TCP mode, you need to decide who opens > the tcp session (tcp-client) and who listens (tcp-server). > > In UDP mode, the socket is not "connected" so you can just send packets > when you feel like it, without having to establish a connection first. > > gert > > -- > USENET is *not* the non-clickable part of WWW! > // > www.muc.de/~gert/ > Gert Doering - Munich, Germany > g...@greenie.muc.de > fax: +49-89-35655025 > g...@net.informatik.tu-muenchen.de >