From owner-freebsd-questions@FreeBSD.ORG Sun Apr 29 09:35:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C535B16A402 for ; Sun, 29 Apr 2007 09:35:51 +0000 (UTC) (envelope-from freebsd@gorlani.net) Received: from smtp5.aruba.it (smtpd2.aruba.it [62.149.128.207]) by mx1.freebsd.org (Postfix) with SMTP id 0D96F13C457 for ; Sun, 29 Apr 2007 09:35:50 +0000 (UTC) (envelope-from freebsd@gorlani.net) Received: (qmail 10527 invoked by uid 89); 29 Apr 2007 09:09:08 -0000 Received: by simscan 1.1.0 ppid: 10517, pid: 10524, t: 0.1860s scanners: clamav: 0.88.4/m:40/d:1722 Received: from unknown (HELO Enigma) (gorlani@gorlani.com@87.28.15.213) by smtp5.aruba.it with SMTP; 29 Apr 2007 09:09:08 -0000 Message-ID: <000301c78a3e$0e804040$0637a8c0@Enigma> From: "freebsd" To: "FreeBSD Questions" Date: Sun, 29 Apr 2007 11:09:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Spam-Rating: smtp5.aruba.it 1.6.2 0/1000/N Subject: Load balacing DNS 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: Sun, 29 Apr 2007 09:35:51 -0000 Hi I need to setup 2 DNS server and I would like these to be visible as a single IP address. Using CARP I'm able to obtain failover capabilities, but I need load balancing also. Any ideas other than putting another server in front of my machines? The DNS ip address will be hardcoded in some hundreads of devices and I cannot use a secondary dns... Bye