From owner-freebsd-net@FreeBSD.ORG Fri Nov 21 11:50:16 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EAC16A4CE for ; Fri, 21 Nov 2003 11:50:16 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F89643F85 for ; Fri, 21 Nov 2003 11:50:15 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3077F6520C; Fri, 21 Nov 2003 10:46:14 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83514-04-5; Fri, 21 Nov 2003 10:46:13 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9828A651FA; Fri, 21 Nov 2003 10:46:12 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 7C0FA1B; Fri, 21 Nov 2003 10:46:11 +0000 (GMT) Date: Fri, 21 Nov 2003 10:46:10 +0000 From: Bruce M Simpson To: hilman firmansyah Message-ID: <20031121104610.GD88923@saboteur.dek.spc.org> Mail-Followup-To: hilman firmansyah , freebsd-net@freebsd.org References: <20031121023726.GA98095@asterx.upc.es> <05c301c3b018$741eb8e0$4ea33bca@hilman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05c301c3b018$741eb8e0$4ea33bca@hilman> cc: freebsd-net@freebsd.org Subject: Re: Fail OVer routing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 19:50:16 -0000 On Fri, Nov 21, 2003 at 05:15:56PM +0700, hilman firmansyah wrote: > Is there any method for fail over routing ( not dymanic routing protocols ) > . > 1 Corporate office connetcted via wireless fast link and adsl low speed. > IF the wireless down , the routing move to low speed adsl. > And when the wireless Up the routing move back to the wireless link VRRP might do what you need. If not, you'll need to roll some scripts. BMS