From owner-freebsd-net@FreeBSD.ORG Fri Sep 23 10:54:19 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D8416A41F for ; Fri, 23 Sep 2005 10:54:19 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1E243D46 for ; Fri, 23 Sep 2005 10:54:18 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=lapdance.yazzy.net) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1EIlBc-0005yh-VA; Fri, 23 Sep 2005 12:53:49 +0200 Date: Fri, 23 Sep 2005 10:53:50 +0000 From: Marcin Jessa To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= Message-Id: <20050923105350.6f042c37.lists@yazzy.org> In-Reply-To: <4333D980.9000206@t-hosting.hu> References: <4333D980.9000206@t-hosting.hu> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.5 (--) Cc: freebsd-net@freebsd.org Subject: Re: Portforwarding how? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 10:54:19 -0000 On Fri, 23 Sep 2005 12:31:28 +0200 K=F6vesd=E1n G=E1bor wrote: > Hello, >=20 > sorry for the silly question, but I don't know where to look for.=20 This question if suitable for questions@ and not net@ >How=20 > can I set up a simple portforwarding? The machine is the same, the=20 > network interface and the IP address is the same, I just want to > forward a privileged port to an unprivileged one so that the daemon > don't have to run as root. I know there's mac_portacl, but I have > some troubles with that, and I would avoid using that. An IPF or an > IPFW-based solution would be nice. man ipfw man(4) divert. =20