Hello Guus, is there a .deb somewhere for tinc 1.1 and ubuntu 15.10 available / instruction on howto build .deb files for ubuntu ? Then I could put something together with python or the shell, inotify of the tinc graph file and tinc info.
Thanks+ BR Max. > On Fri, Jan 22, 2016 at 02:12:20PM +0100, Maximilian H. wrote: > >> I am using tinc's feature to dump a graph of the vpn extensively to view >> the machines which are currently part of the vpn. >> >> I would love to have the ip addresses of the vpn ips of the tinc nodes >> in that graph, e.g. if one tinc node is called office00, then I would >> like the graph to not only show "office00", but "office00 172.18.0.10". >> I do not want the "real" ip address of the machines, but the ip address >> that I assigned inside the vpn. > > This is not supported in tinc 1.0.x. In tinc 1.1, you can look up > information in several ways using the "tinc info" command, for example > "tinc info 172.18.0.10" would tell you that that address is owned by > office00, and "tinc info office00" will tell you all about that node. > > > > _______________________________________________ > tinc mailing list > [email protected] > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc > _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
