Hi,

On Mon, Jun 22, 2015 at 10:31:56AM +1200, Jason Haar wrote:
> I'm running our server off the git version, but my knowledge of git is
> near-zero so I'm not confident I have the correct version. 

If you just do a "git clone", you'll automatically get the "master"
branch, which will have that functionalilty if younger than about half
a year.

If "git log" will show you this, you have it:

-------------------------------------------------------------
commit 65eedc353349d2967fc03c54da807727e416e1b0
Author: Lev Stipakov <lstipa...@gmail.com>
Date:   Sun Nov 23 17:17:11 2014 +0200

    Peer-id patch v7

    Added new packet format P_DATA_V2, which includes peer-id. If server
    supports, client sends all data packets in the new format. When data
-------------------------------------------------------------

> There is
> nothing in the code that matches "tls float" - so what should I look for
> to know for sure I have an openvpn server with this function? (which I
> assume is actually peer-id)

Yeah, the patch set started its life time as extention to the "--float"
flag "for TLS point-to-multipoint sessions" (--float is a pure peer-to-peer
feature), but the actual code talks about peer-id and this is what it sends
to the client.

If you look into the server log, you should see that 2.3.6 and 2.3.7
clients will received a PUSH_REPLY with "peer-id <n>" in it, and if
one of those roams, you'll see something like this:

Jun 17 16:20:45 corp2 openvpn[84390]: Untrusted peer 1 wants to float to 
::ffff:77.24.159.237
Jun 17 16:20:45 corp2 openvpn[84390]: peer 1 floated from ::ffff:80.187.106.6 
to [AF_INET6]::ffff:77.24.159.237:55083

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

Attachment: pgpaCRm2OtD7x.pgp
Description: PGP signature

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to