On Tue, Sep 19, 2017 at 11:27:07PM +0200, Marko Bencek wrote: > I failed to find any explanation about node statuses in syslog dump. > Could you please enlight what these status codes mean and how to interpret > these? > > Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_5_11 at > 10.255.5.11 port 58045 options c socket 7 status 01c2 outbuf 157/0/0 > Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_3_113 at > 10.255.3.113 port 58233 options c socket 8 status 01c2 outbuf 351/0/0
It's mainly for debugging. Not all values are guaranteed to mean the
same thing for different versions of tinc. However, options c means
PMTUDiscovery and ClampMSS is enabled for this node, status 01c2 means
the node has a valid session key, is using SPTPS and has a working UDP
connection.
Note that some of that information can be seen in a human-friendly form
using the info command. For example, try:
tinc -n routers info 10_254_5_11
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ tinc mailing list [email protected] https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
