From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 21:42:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 185F916A428 for ; Mon, 6 Mar 2006 21:42:58 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id F163043D45 for ; Mon, 6 Mar 2006 21:42:39 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id E36734C6C2; Mon, 6 Mar 2006 22:53:06 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id C2BA25285A; Mon, 6 Mar 2006 22:42:33 +0100 (CET) Message-ID: <440CACCF.8070909@cs.tu-berlin.de> Date: Mon, 06 Mar 2006 22:42:39 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Huy Ton That References: <1cac28080603061328o206b41fdj953d418a659dbfea@mail.gmail.com> In-Reply-To: <1cac28080603061328o206b41fdj953d418a659dbfea@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Setting fbsd up as a router? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 21:42:58 -0000 Huy Ton That schrieb: > Would anyone happen to know where I may find tutorials on setting up my FBSD > 6.0 Release box as a router with the intention to add firewall services? > Thank you in advance, I spent the greater part of my afternoon breaking > things in the OS :<. Chapter 26 of the FreeBSD handbook [1] gives an introducion to this topic. If you deceide to use pf then I suggest to read the documentation from the OpenBSD website [2]. [1] http://www.freebsd.org/handbook/ [2] http://cvs.openbsd.org/faq/pf/index.html Björn