From owner-freebsd-questions Mon Feb 5 0:56:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 413C337B65D for ; Mon, 5 Feb 2001 00:56:20 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA11453; Mon, 5 Feb 2001 11:01:38 +0100 Message-ID: <3A7E6AF4.7F78064A@i-clue.de> Date: Mon, 05 Feb 2001 09:57:24 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Pater Pandoson Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: ipfw divert References: <3A7E6421.8D0E6E27@eCoNeed.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pater Pandoson schrieb: > > If I have a service running on say port 1234 > and I want a user who can only connect to > my port 80 to be able to use it (I have no webserver) > how do I do it, can I do it? > I have tryed > ipfw add 10 divert 80 tcp from any to any 1234 > I can see the rule is been used but my user dos > not get the service appering on port 80. Mee, too. If you're not interested in the machine the connect comes from, rinetd (ussr/ports/net/rinted) seems to do what you want. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message