From owner-freebsd-questions Sun Jul 25 15:27:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id F1E1F14DEB for ; Sun, 25 Jul 1999 15:27:30 -0700 (PDT) (envelope-from gill@topsecret.net) Received: from stumpy by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Sun, 25 Jul 1999 18:25:05 -0400 From: "James Gill" To: "System Admin." , Subject: RE: redirect telnet Date: Sun, 25 Jul 1999 18:25:12 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Importance: Normal X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might try RINETD(8) http://www.boutell.com/rinetd/ I have no idea if this is what you are looking for or if it is the best way to accomplish what you are trying to do, but I've used this for NT for exactly that purpose and it works really well. I don't even know if the Linux version will run on FreeBSD. DESCRIPTION Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections to the address/port pairs specified in the file /etc/rinetd.conf. Since rinetd runs as a single process using nonblocking I/O, it is able to redirect a large number of connections without a severe impact on the machine. This makes it practical to run TCP services on machines inside an IP masquerading firewall. rinetd does not redirect FTP, because FTP requires more than one socket. For Linux: By anonymous FTP from ftp.boutell.com in the subdirectory boutell/rinetd as the file rinetd.tar.gz. --gill -> -> Hi All, -> How can I redirecting telnet from one server to another server? -> For example, I have server A and server B; I want user to -> telnet to server -> A and have server A automaticly send that user to server B. How can I do -> that? -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message