Date: Fri, 13 Sep 1996 11:06:07 +0200 (IST) From: Nadav Eiron <nadav@barcode.co.il> To: Adam David <adam@veda.is> Cc: ke6mgb@ix.NETcom.COM, questions@freebsd.org Subject: Re: ampr.org Message-ID: <Pine.BSF.3.91.960913110230.417A-100000@gatekeeper.barcode.co.il> In-Reply-To: <199609122123.VAA06169@veda.is>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Sep 1996, Adam David wrote: > >I am currently registered under ampr.org - I am ke6mgb.ampr.org. I was > >wondering how I can have it, so when someone connects to ke6mgb.ampr.org, it > >will automatically route them to another ip or www page? > >Thank You, > >Rod > >KE6MGB - HAM RADIO OPERATOR - IP: 44.16.1.219 <--> KE6MGB.AMPR.ORG > > If I understood your question right, you need a minimal server program to > accept connections on specific port numbers and hand off the connection to > another host:port destination. There is something that does just that! It's part of the TIS fwtk (firewall toolikit) and is called plug-gw. It's a tiny little program you run from inetd.conf and that redirects connections to specific ports on the current host to other addresses (host:ports). It is driven by a configuration file where you can specify the host/port to connect to based on the origin of the connection. Very nice stuff, and amazingly compact (like the rest of the TIS fwtk). You can grab it off ftp://ftp.tis.com (look around, it's a bit hard to find). You can also get to it by surfing from http://www.tis.com, but again, it's a bit hidden (most of the pages are about commercial products, but the fwtk is free). [snip] Nadav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960913110230.417A-100000>