From owner-freebsd-stable@FreeBSD.ORG Tue Sep 19 06:00:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D0916A47E for ; Tue, 19 Sep 2006 06:00:41 +0000 (UTC) (envelope-from pinoyskull@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD4643D5E for ; Tue, 19 Sep 2006 06:00:40 +0000 (GMT) (envelope-from pinoyskull@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so4215894wxd for ; Mon, 18 Sep 2006 23:00:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=rxsU2tPa9ybETsTStwy0XKXyLesrTtnsNaR/IKcFNr/esLtnGM2VJJi9HMWdWO3IziGQSMN8fucGygrPOtJahlUscxSc6zfvXUPfeUMI5p2HLDjRLn+ULj1aRhP/mP2WaArN9+MzwngsxyBLhDODWYhKK/SERAWdL8K5xI8ERvI= Received: by 10.70.65.5 with SMTP id n5mr19983591wxa; Mon, 18 Sep 2006 23:00:39 -0700 (PDT) Received: from ?202.70.97.6? ( [202.70.97.6]) by mx.gmail.com with ESMTP id 13sm192543wrl.2006.09.18.23.00.38; Mon, 18 Sep 2006 23:00:39 -0700 (PDT) Message-ID: <450F8777.7080407@gmail.com> Date: Tue, 19 Sep 2006 14:00:23 +0800 From: pinoyskull User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: bind round robin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 06:00:41 -0000 Hi, One of my client's domain has multiple IPs for redundancy, i configured his www as such just an example: www IN A 10.10.10.10 www IN A 192.168.0.10 Is there a way to prioritize 10.10.10.10 over 192.168.0.10? How do i configure it?