Date: Mon, 05 Feb 2001 10:58:07 +0000 From: Pater Pandoson <ppandoson@eCoNeed.com> To: so@server.i-clue.de Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: ipfw divert Message-ID: <3A7E873F.12A346A6@eCoNeed.com> References: <3A7E6421.8D0E6E27@eCoNeed.com> <3A7E6AF4.7F78064A@i-clue.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Christoph Sold wrote: > 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 Thanks for that, it seems to work just fine for me. But I still think this is posable with ipfw rules, any helpers? Pater 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?3A7E873F.12A346A6>