Hi everybody. Is there a way to have a list of reacheable partners and its connection status? I need to list all partners in any tinc instance, its status (connected / disconnected) and connection method (direct, relayed thru other partner, etc.) Thanks! -- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre Ríos Tel/Fax: (0343) 407-8990 (Nuevo número) Cel: (0343) 154679052 WEB: www.bys-control.com.ar e-mail: gbisheimer at bys-control.com.ar skype: guillermo.bisheimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160921/889304c1/attachment.html>
On Wed, 21 Sep 2016, Guillermo Bisheimer wrote:> Is there a way to have a list of reacheable partners and its connection > status? I need to list all partners in any tinc instance, its status > (connected / disconnected) and connection method (direct, relayed thru > other partner, etc.)With tinc 1.1 you have a client command which can do things like tinc -n networkname dump nodes For tinc 1.0.x nothing really exists, dumping debug stuff to syslog does not really count. Note that you can connect one tinc 1.1 node to an otherwise 1.0.x network and use that to export/process the tinc internal infos, without the need to update everything right away. c'ya sven-haegar -- Three may keep a secret, if two of them are dead. - Ben F.
Thank you sven-haegar for your reply I was working with 1.0 version of tinc in my hosts, but switched to 1.1.pre12 on one of them to test what you said. Now I have all the information I need on available nodes. I'm building a WEB frontend for managing Tinc. I'm using Logmein Hamachi management GUI as an implementation reference. So having information on available nodes and status is great. Thanks! El mié., 21 sept. 2016 a las 9:50, Sven-Haegar Koch (<haegar at sdinet.de>) escribió:> On Wed, 21 Sep 2016, Guillermo Bisheimer wrote: > > > Is there a way to have a list of reacheable partners and its connection > > status? I need to list all partners in any tinc instance, its status > > (connected / disconnected) and connection method (direct, relayed thru > > other partner, etc.) > > With tinc 1.1 you have a client command which can do things like > > tinc -n networkname dump nodes > > For tinc 1.0.x nothing really exists, dumping debug stuff to syslog does > not really count. > > Note that you can connect one tinc 1.1 node to an otherwise 1.0.x > network and use that to export/process the tinc internal infos, without > the need to update everything right away. > > c'ya > sven-haegar > > -- > Three may keep a secret, if two of them are dead. > - Ben F. >-- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre Ríos Tel/Fax: (0343) 407-8990 (Nuevo número) Cel: (0343) 154679052 WEB: www.bys-control.com.ar e-mail: gbisheimer at bys-control.com.ar skype: guillermo.bisheimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160925/68a98601/attachment.html>
Possibly Parallel Threads
- List of reacheable partners
- tinc 1.1: d237efd32 "Only read one record at a time in sptps_receive_data()." breaks invite-join.test
- tinc 1.1 "Got ADD_EDGE ... which does not match existing entry"
- Is that possible develop a python version of tinc?
- tinc exit when there is no internet?