From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 13:08:41 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 767B0AA1 for ; Fri, 3 Apr 2015 13:08:41 +0000 (UTC) Received: from rand.keepquiet.net (keepquiet.net [144.76.43.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "keepquiet.net", Issuer "PositiveSSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 351BD7C5 for ; Fri, 3 Apr 2015 13:08:40 +0000 (UTC) Received: from [10.171.152.79] (2.150.2.228.tmi.telenormobil.no [2.150.2.228]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: terje@elde.net) by rand.keepquiet.net (Postfix) with ESMTPSA id B6CD71915; Fri, 3 Apr 2015 13:08:36 +0000 (UTC) References: In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <2F5ABE09-E39A-4BA9-B8B8-66A784539A2C@elde.net> X-Mailer: iPhone Mail (10B500) From: Terje Elde Subject: Re: Looking for advice on GRE failover Date: Fri, 3 Apr 2015 15:08:33 +0200 To: Harry Duncan Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 13:08:41 -0000 On 3. apr. 2015, at 14:57, Harry Duncan wrote: > any thoughts or advice or even advice on a different more appropriate list= > for this question? First thing that comes to mind is to set up dynamic routing, such as OSPF, w= ith the gre tunnels. I've got a similar setup with gif over ipsec, and bird= (see ports) for ospf. Allows you to specify different cost for different ro= utes as well.=20 Terje=