From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 19:31:36 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 6722A1065676 for ; Tue, 27 Oct 2009 19:31:36 +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 247EC8FC18 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 B19BB1A9C3F for ; Fri, 23 Oct 2009 14:33:43 -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 1qKn2qImsoO4 for ; Fri, 23 Oct 2009 14:33:43 -0600 (MDT) Received: from dev.localnet (unknown [142.59.92.35]) by mail.geekdelivery.com (Postfix) with ESMTPA id 470A51A9C0D for ; Fri, 23 Oct 2009 14:33:43 -0600 (MDT) From: Ray To: freebsd-questions@freebsd.org Date: Fri, 23 Oct 2009 14:33:42 -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: <200910231433.42824.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:36 -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