Hi Eric, You can send signals to tinc process in oder to make it dump its informations (in syslog or log file, depends of your system log config), like this for example :
kill -s USR1 $(pidof tincd) # connection list kill -s USR2 $(pidof tincd) # various informations Read the man of 'tincd' for more informations. A+ Cédric Le 17/04/12 14:26, Eric Yau a écrit : > Dear Sir, > > Any network management function is available on tinc vpn? Such as, how > can I check it out how many VPN nodes is connected now? > > Regards, > Eric > > P***Please consider your environmental responsibility. Before printing > this e-mail message, ask yourself whether you really need a hard copy. > * > > > _______________________________________________ > tinc mailing list > [email protected] > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc -- Cédric Lemarchand System & Network Engineer iXBlue 52, avenue de l'Europe 78160 Marly le Roi France Tel. +33 1 30 08 88 88 Mob. +33 6 37 23 40 93 Fax +33 1 30 08 88 00 www.ixblue.com <http://www.ixblue.com>
_______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
