From owner-freebsd-hackers Fri Jul 19 11:46:12 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA12423 for hackers-outgoing; Fri, 19 Jul 1996 11:46:12 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA12416 for ; Fri, 19 Jul 1996 11:46:07 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.6.12/8.6.12) with SMTP id LAA01852 for ; Fri, 19 Jul 1996 11:46:05 -0700 Date: Fri, 19 Jul 1996 11:46:05 -0700 (PDT) From: Jaye Mathisen To: hackers@freebsd.org Subject: Anybody heard of a utility to listen on a port, then redirect to *2 , or more different ports*? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Somebody told me netcat would do the job, but after getting it and installing it (which by the way it is a darn cool utility) I didn't see an obvious way to do it. Essentially I need a program that listens on port X, and then sends the input to ports A & B, optionally sending back responses from A & B, as if coming from the machine that the server is listening on. But if it can't send back responses, that would be fine as well.