From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 14:40:23 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 C203D4E0 for ; Fri, 3 Apr 2015 14:40:23 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80F99162 for ; Fri, 3 Apr 2015 14:40:23 +0000 (UTC) Received: by obvd1 with SMTP id d1so173887619obv.0 for ; Fri, 03 Apr 2015 07:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ilpkUSYpG/NboV2Sb2iXPaL7RzaSxCOApD2IPJV1zVE=; b=xEVJs2YqlYn8JbO3/NpEEWKbe4VHO8LRvMfIQA6RxEM7M8WzoZzdzWSehjRrIvNPl3 WPueX/pVMKX1BwUEmbQ8Fm/kT+Vg4wG63D/QwhIYFUJj43XqnmT+yrlnLJtLDu33PNyH gStG7jfRh56KoJrHhXgkpS91pn9EhZO+7wtpkliJfICcEeSMX30boLkeCyExvp3h5Qpd 3bhv3LNkejCL+9seAuPo+VdcAeQvGRVZLMe6GhOKau2tTp4d4zqQ0JIRtXYGJYk9fOBh Gm75zVDvNHyNzfijWGNqO8JLGjfyl4aYk97XNvP3aHoXUO2SbFS6kh8MGm4zMmJrMHqP 6tbw== MIME-Version: 1.0 X-Received: by 10.182.72.225 with SMTP id g1mr3352038obv.80.1428072022951; Fri, 03 Apr 2015 07:40:22 -0700 (PDT) Received: by 10.202.174.196 with HTTP; Fri, 3 Apr 2015 07:40:22 -0700 (PDT) In-Reply-To: <2F5ABE09-E39A-4BA9-B8B8-66A784539A2C@elde.net> References: <2F5ABE09-E39A-4BA9-B8B8-66A784539A2C@elde.net> Date: Fri, 3 Apr 2015 15:40:22 +0100 Message-ID: Subject: Re: Looking for advice on GRE failover From: Harry Duncan To: Terje Elde Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 14:40:23 -0000 On Fri, Apr 3, 2015 at 2:08 PM, Terje Elde wrote: > 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, > with 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 routes as well. > > Looks like just the ticket, plenty for me to play with. Thanks for the heads up. Harry.