From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 01:07:18 2004 Return-Path: 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 4483516A4D1 for ; Thu, 23 Dec 2004 01:07:18 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85D643D3F for ; Thu, 23 Dec 2004 01:07:17 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by wproxy.gmail.com with SMTP id 40so18875wri for ; Wed, 22 Dec 2004 17:07:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=dTqul798xzUQYVahjagknKQnhKUP8s36B9DLSBvrSaism1c8nPNmJBYBKImQHLLauc7BVi7OHoguVlncu3ClmUI5FF2RofVlEY4PBmLni8vLW3mQpfPiiMiuTxk3s4P2vbqrF8cdOQtFL4SB7pCk6kV5NRWYnF4+pngKQ19MRT8= Received: by 10.54.17.52 with SMTP id 52mr162984wrq; Wed, 22 Dec 2004 17:07:16 -0800 (PST) Received: by 10.54.20.74 with HTTP; Wed, 22 Dec 2004 17:07:16 -0800 (PST) Message-ID: Date: Thu, 23 Dec 2004 09:07:16 +0800 From: FreeBSD MailingLists To: questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: backup routes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD MailingLists List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 01:07:18 -0000 I have a FBSD box acting as a gateway for the network. I was wondering if there is anyway to set up the routing table so I can setup automatic backup routes? I want the system to try to route packets to A. But if A is down, automatically set the route to B... Is there anyway to set this up? TIA, Tomoki