From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 22:56:52 2005 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 2A6EB16A41F; Mon, 11 Jul 2005 22:56:52 +0000 (GMT) (envelope-from lists-freebsd@silverwraith.com) Received: from keylime.silverwraith.com (keylime.silverwraith.com [69.55.228.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E618943D48; Mon, 11 Jul 2005 22:56:51 +0000 (GMT) (envelope-from lists-freebsd@silverwraith.com) Received: from avleen by keylime.silverwraith.com with local (Exim 4.41 (FreeBSD)) id 1Ds7Ck-00068i-3V; Mon, 11 Jul 2005 15:56:50 -0700 Date: Mon, 11 Jul 2005 15:56:49 -0700 From: Avleen Vig To: Mario Lobo Message-ID: <20050711225649.GY11612@silverwraith.com> References: <42D2A405.10443.923658@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D2A405.10443.923658@localhost> User-Agent: Mutt/1.5.6i Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Forcing a packet through an interface (OT?) 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, 11 Jul 2005 22:56:52 -0000 On Mon, Jul 11, 2005 at 04:53:25PM -0300, Mario Lobo wrote: > Forgive me if this is off-topic. > How could I force a packet to go out through an interface, > despite the default route? You have a couple of options. Look at CARP in 5.4, that might do what you want best. man 4 carp Also google for: ipfw policy routing that is slightly different, but if you are going tests to see when a link goes up and down, and can change your firewall rules based on that, that would work I think.