From owner-freebsd-questions@FreeBSD.ORG Wed Mar 14 19:50:45 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 C4CFB16A408 for ; Wed, 14 Mar 2007 19:50:45 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5EA13C483 for ; Wed, 14 Mar 2007 19:50:45 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so294396wxc for ; Wed, 14 Mar 2007 12:50:44 -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=ujI9z1pZk1stB2tnws7I7vRIc/8Z6uXJD0uTfAKVt2hngWnOn8EMV7kZn7XG1KJ49kmhiwN70JGNRtW9CGOdJSTIwJsc1A+rx9QbLv8eSzdh28bEr5rrvbIdAOKJ5N8yLYl+Q24OKX0Fdh6M7OEVOW11kjIAwz1ZMUWQUPKT5xs= 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=HEvJ5EkTV9wl9jdHO4/YOKunA+1yEskO3C1Bc2L7e6jC2j+KDWpxTvOfk3xcEnTNmm7ROJTDoerdPn4clnOXmuIAQnkLF2U56C/GCAO0T6aDu//lKx5mrLh2r0usVKvwvLwzuNj7clZQ5e5Nf3TbnTZ+GBAiT7JjbwWiI1PFyFc= Received: by 10.90.88.13 with SMTP id l13mr7846479agb.1173901844856; Wed, 14 Mar 2007 12:50:44 -0700 (PDT) Received: by 10.48.164.13 with HTTP; Wed, 14 Mar 2007 12:50:44 -0700 (PDT) Message-ID: <8e10486b0703141250i5e016058pbc5f6370144fa5c1@mail.gmail.com> Date: Wed, 14 Mar 2007 16:50:44 -0300 From: "Alexandre Biancalana" To: freebsd-questions@freebsd.org In-Reply-To: <0A8464C8-EC5B-4276-8EDC-E5348F99806D@messier.com> MIME-Version: 1.0 References: <0A8464C8-EC5B-4276-8EDC-E5348F99806D@messier.com> 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 19:50:45 -0000 On 3/14/07, Mark Messier wrote: > > >> Route has more information if you want to setup default routes > for interfaces. > > I'm familiar with route(8)... but I don't see how that will work. > Can you expand on your comment? > > 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.