From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 08:29:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A0016A4CE for ; Mon, 2 Feb 2004 08:29:35 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9903C43D55 for ; Mon, 2 Feb 2004 08:29:27 -0800 (PST) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Angwt-0004sj-00; Mon, 02 Feb 2004 17:29:23 +0100 Received: from [62.225.140.10] (helo=ergo.nruns.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Angwt-0008Vx-00; Mon, 02 Feb 2004 17:29:23 +0100 Received: by ergo.nruns.com (Postfix, from userid 1001) id F36EB596; Mon, 2 Feb 2004 17:28:06 +0100 (CET) Date: Mon, 2 Feb 2004 17:28:06 +0100 From: jan.muenther@nruns.com To: JJB Message-ID: <20040202162806.GA1639@ergo.nruns.com> References: <200402021104.08570.jorn@wcborstel.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: Jorn Argelo cc: questions@freebsd.org Subject: Re: proxies and firewalls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 16:29:35 -0000 > Are you saying you know of an proxy server that does the nat > function? Actually, the point of having proxies is *not* having to route. Your proxy machine should not be able to forward packets. Roughly, there a two different sub-groups: Circuit layer and application layer proxies, names should be self explaining. Example for an app layer gateway: Port: fwtk-2.1 Path: /usr/ports/security/fwtk Info: A toolkit used for building firewalls based on proxy services Example for a circuit level proxy: Port: nylon-1.2 Path: /usr/ports/net/nylon Info: A Unix SOCKS 4 and 5 proxy server Socks5 is already app layer, too, IIRC. Cheers, J.