Date: Mon, 1 Mar 1999 16:59:00 +0300 (MSK) From: "Aleksandr A.Babaylov" <babolo@links.ru> To: jamesvv@ibm.net Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: FreeBSD as a serial mux? (Serial <-> FreeBSD <-> WAN <-> FreeBSD <-> Serial) Message-ID: <199903011359.QAA26325@aaz.links.ru> In-Reply-To: <000301be63d9$475a35e0$17c25c8b@javlaptop.dms-corp.co.uk> from "James Van Vleet" at "Mar 1, 99 11:47:26 am"
next in thread | previous in thread | raw e-mail | index | archive | help
James Van Vleet writes: > I found this question a few times in my mailing list searches, but couldn't > find an answer. If I have the wrong mailing list, please let me know. I > have tried -questions with no luck. > > Is there a way to use FreeBSD as a serial mux? What I want to do is > replace an existing leased line that is connected to serial multiplexers > with a more modern WAN (TCP/IP) connection. The downside is that I still > need to provide the serial muxing connection. So really what I need is a > way to remotely run some terminals that are proprietary enough to not have > emulation, as in serial in one server and serial out the other server. This > seems useful enough that I would be surprised is someone has not already > done it (without requiring some expensive terminal servers!) Any thoughts or > suggestions are appreciated. it is only suggestions: on host 1: socket -qfls -p "kermit -l /dev/ttyd1 -b 38400 -c" 56789 on host2 socket -qf -p "kermit -l /dev/ttyd1 -b 38400 -c" host1 56789 where socket == /usr/ports/sysutils/socket/ kermit == /usr/ports/comms/kermit/ 56789 any (almoust) port -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903011359.QAA26325>