From owner-freebsd-questions@FreeBSD.ORG Wed Mar 14 19:35:09 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 98E1716A400 for ; Wed, 14 Mar 2007 19:35:09 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id D72FF13C448 for ; Wed, 14 Mar 2007 19:35:08 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.4) with ESMTP id l2EJZ8bU020387; Wed, 14 Mar 2007 20:35:09 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.4/Submit) with ESMTP id l2EJZ7KS020381; Wed, 14 Mar 2007 20:35:08 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 14 Mar 2007 20:35:07 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: youshi10@u.washington.edu In-Reply-To: Message-ID: <20070314203437.F20305@chylonia.3miasto.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Mailing List 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:35:09 -0000 >> That is, I want per-interface default routes >> (is this the correct term?). >> >> How do I do this? >> >> Thanks, >> -mark > > Route has more information if you want to setup default routes for > interfaces. Either that, or natd will yield a solution for you. natd needs IPFW and is quite CPU consuming compared to just ipfw, which does very well what was asked for.