From owner-freebsd-questions Fri Feb 6 14:59:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17353 for questions-outgoing; Fri, 6 Feb 1998 14:59:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [207.105.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17336 for ; Fri, 6 Feb 1998 14:59:03 -0800 (PST) (envelope-from ecsd@transbay.net) Received: from synergy.transbay.net (synergy.transbay.net [207.105.6.2]) by transbay.net (8.8.5/8.8.5) with SMTP id PAA25072; Fri, 6 Feb 1998 15:00:18 -0800 (PST) Message-ID: <34DB95FF.3FF14DEC@transbay.net> Date: Fri, 06 Feb 1998 15:00:16 -0800 From: "Eric C. S. Dynamic" Organization: TransBay.Net X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG CC: reprint@reprintmint.com Subject: Making multiple remote "ttys" appear local - rephrased Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" Please forgive my earlier muddy question, I'll try to make it clear this time. Once upon a time, there was a tedious application like this: DOS -> multiport serial card -> N x emulated-wyse50-terminals Now, this application wants to run in two separate locations, but still with "DOS" appearing only once: N x wyse50 -> (mux) --phone-or-ether-> (demux) -> DOS <- N x wyse50 These aren't really terminal sessions, except as "DOS" sees them that way. The traffic does not need to be secure. All we're looking for is to be able to 1. multiplex the remote serial streams into one stream 2. transport the stream to the "local" location via telephone to begin with, then ethernet ultimately when we can 3. demultiplex the serial streams to make it appear as if these additional remote serial ports were just other serial ports at the local site. Unix and the multiport serial cards are only serving as data transport and mux/demux, they don't need to care what the traffic is in any way. I'm looking for either app code already written to do this, or code to hack to create this service. Much obliged ... -ecsd@transbay.net