From owner-freebsd-questions@FreeBSD.ORG Wed Mar 14 21:10:24 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1897516A406 for ; Wed, 14 Mar 2007 21:10:24 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id BB17E13C457 for ; Wed, 14 Mar 2007 21:10:22 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so320912wxc for ; Wed, 14 Mar 2007 14:10:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tcWcVclVKLvqIoq7+qq5EY29aH/SrPX2imU2OZE9dzk1AWMYVevqIDgu4VXTNteLNKwbRlJEd4HNiqa8BRPo5FozHtqWg9r4CLVsmNI3lTgQc6yjfbVvgKNu+s5B+LTt19C118Ht/azjr2ImCnfJvJ17z3DGJeBBpEWTi0x8WeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hfBf+kwRxMKFRlwtO7x1judRihhfi1meknm21HLjqeNFWSJOdWpjKwF3drAKOrqS+DaI1EuAI02gwmgaJpVT5twJz9ALdrxzaMrOZvGiMBhxRpyvUx7GQpvVS9SDw/K3/SApvvEuLFgv84GEI9xGD53DOVM1bODdKuQ9vVfcMsk= Received: by 10.65.210.18 with SMTP id m18mr5214400qbq.1173906621851; Wed, 14 Mar 2007 14:10:21 -0700 (PDT) Received: by 10.48.164.13 with HTTP; Wed, 14 Mar 2007 14:10:21 -0700 (PDT) Message-ID: <8e10486b0703141410n63874da3lf4b4b2ba5fe90d87@mail.gmail.com> Date: Wed, 14 Mar 2007 18:10:21 -0300 From: "Alexandre Biancalana" To: freebsd-questions@freebsd.org In-Reply-To: <20070314215033.E29424@chylonia.3miasto.net> MIME-Version: 1.0 References: <0A8464C8-EC5B-4276-8EDC-E5348F99806D@messier.com> <8e10486b0703141250i5e016058pbc5f6370144fa5c1@mail.gmail.com> <20070314215033.E29424@chylonia.3miasto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: per-interface default routes? 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: Wed, 14 Mar 2007 21:10:24 -0000 On 3/14/07, Wojciech Puchar wrote: > > >> I'm likely to do the ipfw approach suggested by Wojceich, > >> as soon as I rebuild with "options IPFIREWALL_FORWARD", > > > > > > This could be done with pf route-to too. > > yes. but ipfw is most universal having all needed things at one place. > firewalling, routing, shaping, etc. > PF too. is all at same place.