From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 19:31:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E8E106566B for ; Tue, 27 Oct 2009 19:31:37 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from mail.geekdelivery.com (www.geekdelivery.com [206.75.152.214]) by mx1.freebsd.org (Postfix) with ESMTP id B52758FC20 for ; Tue, 27 Oct 2009 19:31:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.geekdelivery.com (Postfix) with ESMTP id D2AB11A9A88 for ; Fri, 23 Oct 2009 12:16:13 -0600 (MDT) Received: from mail.geekdelivery.com ([127.0.0.1]) by localhost (wserver.geekdelivery.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ryCFpUnwEpPq for ; Fri, 23 Oct 2009 12:16:13 -0600 (MDT) Received: from dev.localnet (unknown [142.59.92.35]) by mail.geekdelivery.com (Postfix) with ESMTPA id 6614A1A9A80 for ; Fri, 23 Oct 2009 12:16:13 -0600 (MDT) From: Ray To: "freebsd-questions@freebsd.org" Date: Fri, 23 Oct 2009 12:16:12 -0600 User-Agent: KMail/1.11.2 (Linux/2.6.28-15-generic; KDE/4.2.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910231216.12835.ray@stilltech.net> Subject: bind configuration issues 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: Tue, 27 Oct 2009 19:31:37 -0000 Hello, I am adding a redundant Internet connection to my current hosting setup and I need to figure out how to set up the DNS to make this work. Current setup: freebsd 7.0 machine, one local IP address, runs web, mail, and name server. static ip address in router. I have two DNS servers registered, but they both point to the same ip address an the same machine. (Yes, I should have my fingers slapped.) Desired setup same machine, one local IP address, runs web, mail, and name server. different router (Linksys RV082) with 2 static ip address. How do I set up bind so that 1) bandwidth is shared between the two connections, and 2) if one goes down, the other keeps working. I had a few ideas, but they all seem to have flaws. feel free to answer with links or search keywords. Thanks Ray