From owner-freebsd-hackers Thu Nov 21 12:50:11 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C72F37B401 for ; Thu, 21 Nov 2002 12:50:09 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1659343E3B for ; Thu, 21 Nov 2002 12:50:09 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.168.4]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021121205007.WHTY21905.sccrmhc02.attbi.com@InterJet.elischer.org>; Thu, 21 Nov 2002 20:50:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA05152; Thu, 21 Nov 2002 12:48:20 -0800 (PST) Date: Thu, 21 Nov 2002 12:48:19 -0800 (PST) From: Julian Elischer To: Richard Luckhurst Cc: hackers@freebsd.org Subject: Re: Serial Tunnelling In-Reply-To: <008901c29199$ea58b0e0$0232a8c0@sad.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG use netgraph... The ng_tty node connects directly to a tty port that can be connected directly to a ng_ksocket node that can be bound to a udp port and address of another ksocket node somewhere else, which is attached to a ng-tty node there.. Anything coming in one port will be bound up in a udp packet and passed to the other machine where it will be unpacked. On Fri, 22 Nov 2002, Richard Luckhurst wrote: > Hi list > > I am trying to sort out a problem with a set up for a client. I have > 2 PC's with 8 port serial cards in them and they work fine under > freebsd. At present I have the 8 ports connected to ports in > /etc/services and I can telnet to these ports OK. The idea is I > want to push serial data in a port and have it come out on the > corresponding port at the other end. I have the 2 computers > connected with a dial up ppp link. What I need is some way > of connecting or tunnelling the ip ports. Has anyone got any ideas? > > Regards > > Richard > > ____________________________________________________ > > Richard Luckhurst > > Manager / Engineer > Sound Advice > P.O. Box 104 > Narrabri NSW 2390 Australia > > Ph / Fax +61 2 6792 6060 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message