From owner-freebsd-questions Tue Feb 3 22:22:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24897 for questions-outgoing; Tue, 3 Feb 1998 22:22:49 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mhv.net (root@spice.mhv.net [199.0.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24888 for ; Tue, 3 Feb 1998 22:22:46 -0800 (PST) (envelope-from mgraffam@mhv.net) From: mgraffam@mhv.net Received: from localhost (qripto@port101.mhv.net [206.229.41.29]) by mhv.net (8.8.5/8.7.3) with SMTP id BAA31358; Wed, 4 Feb 1998 01:22:37 -0500 Date: Wed, 4 Feb 1998 01:16:33 -0500 (EST) X-Sender: qripto@localhost To: "Eric C. S. Dynamic" cc: questions@FreeBSD.ORG, reprint@reprintmint.com Subject: Re: Simple terminal-thru-ethernet multiplexer? In-Reply-To: <199802040607.WAA28653@transbay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" -----BEGIN PGP SIGNED MESSAGE----- On Tue, 3 Feb 1998, Eric C. S. Dynamic wrote: > Any software for this? I know there are some boxes out there > supposed to do this, but say my multiport card is stupid > and I still want to use it. > > Tips much appreciated. Hmm.. interesting problem. The way I'd solve it today (prior to a flood of other neat solutions from the people on the group, and assuming I understand your setup) is to do this... I'd set up the terminals to launch "telnet -e '' otherhost" instead of getty. Maybe a small C program would be needed to wait for a carriage return or something, then launch telnet. Heck, you could even do this with ssh instead, to lend security and/or compression to the system. I'd be very surprised if there is not some sort of replacement for getty that will wait for carriage return or carrier detect or some other signal and then launch an arbitrary command. Seems to me this sort of thing would be very handy.. and it is a rare day to find that a completely useless tool does not exist for Unix, let alone one that would actually be needed. :) Michael J. Graffam (mgraffam@mhv.net) http://www.mhv.net/~mgraffam -- Philosophy, Religion, Computers, Crypto, etc "Two things fill the mind with ever new and increasing admiration and awe the more often and steadily we reflect upon them: the starry heavens above and the moral law within me. I do not seek or conjecture either of them as if they were veiled obscurities or extravagances beyond the horizon of my vision; I see them before me and connect them immediately with the consciousness of my existence." - Immanuel Kant "Critique of Practical Reason" -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQCVAwUBNNgHxgKEiLNUxnAfAQHZHwQAorYZvJ6X+cWPkl7d/zC980TdXSot+S8A Dv+vbscPokmxAjQwAopk7Ob0+wSwnxjIuA4OV8D6pUKHgY6+vRVIM4gO1bZlVnTH 7UP1nlNsvVuam/qZivoTweD/Grk62HT0Kc41gYry9bs8Kwyyd2zSeggxK9BrQGAU pigaFg5KCd4= =vdEF -----END PGP SIGNATURE-----