Date: Sun, 20 Dec 1998 12:47:24 +0000 From: Karl Pielorz <kpielorz@tdx.co.uk> To: Antonio Bemfica <antonio@ngrdev.ic.gc.ca> Cc: Jaime <jaime@snowmoon.com>, Robert <robert@namodn.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Port redirection Message-ID: <367CF1DC.2BE9A41C@tdx.co.uk> References: <Pine.GSO.3.96.981219193854.3704A-100000@ngrdev.ic.gc.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Antonio Bemfica wrote: > > On Sat, 19 Dec 1998, Jaime wrote: > > > [...] If you're running 2.x, you'll have to either upgrade or write a > > program which acts as a daemon on port 23 and then reconnects incomming > > connections to 8000. > > I think TCP wrappers can do that. > > Antonio Netcat (in the ports, i.e. /usr/ports/net/netcat) certainly can - we use it here to create relaying TCP connections (e.g. telnet to any of our boxes on port 119 and it connects you to our main news server). You could just as easily relay between port 23 and 8000... The only problem is - once you relay port 23 onto port 8000 - you coulnd't telnet to the box, so make sure you have ssh or move the 'real telnet' to a different port ;-) -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?367CF1DC.2BE9A41C>