Moganakrishnan S Rathakrishnan
2004-Oct-26 11:37 UTC
reg. to check whether tinc is working
hello, I want to create a vpn between 2 computers in my lab. I installed tinc on both these machines I gave the tincd command to execute tinc I want to know how to send packets from 1 computer to other computer through vpn. Is there any software or anything to check whether tunnel is established and to send messages or packets from 1 computer to other. let me know about it and help me succeed in this work. thanks, mogan
On Tue, Oct 26, 2004 at 05:37:02AM -0400, Moganakrishnan S Rathakrishnan wrote:> I want to create a vpn between 2 computers in my lab. > I installed tinc on both these machines > I gave the tincd command to execute tinc > I want to know how to send packets from 1 computer to other > computer through vpn. > Is there any software or anything to check whether tunnel is > established and to send messages or packets from 1 computer > to other.Yes, it's called "ping". -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus@sliepen.eu.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20041026/f06fb03d/attachment.pgp
On Tue, 26 Oct 2004 05:37:02 -0400 Moganakrishnan S Rathakrishnan <mogan@wayne.edu> wrote:> Is there any software or anything to check whether tunnel is > established and to send messages or packets from 1 computer > to other.A fairly easy way is to send a USR2 signal (kill -USR2 <pid>) to the tincd process and read your syslog.