From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 13:54:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19776D4 for ; Wed, 6 Aug 2014 13:54:55 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "oneyou.mcmli.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA4D62CFF for ; Wed, 6 Aug 2014 13:54:54 +0000 (UTC) Received: from sentry.24cl.com (unknown [IPv6:2001:558:6017:a2:a860:3073:4c46:6ac9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3hSvTl1NDzz1DNq for ; Wed, 6 Aug 2014 09:54:51 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3hSvTk1Pq5z1BwZ for ; Wed, 6 Aug 2014 09:54:50 -0400 (EDT) Message-ID: <201408060954470000.0052E531@smtp.24cl.home> In-Reply-To: References: X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Wed, 06 Aug 2014 09:54:47 -0400 From: "Mike." To: freebsd-questions@freebsd.org Subject: Re: NSD & Unbound on same box? Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 13:54:55 -0000 On 8/5/2014 at 7:09 PM freebsd@fongaboo.com wrote: |Is it not possible to run both a caching lookup server using Unbound (in |FreeBSD 10) and an authoritative server using NSD (installed from ports) |on the same box? ============= An excerpt of my rc.conf has the following: ifconfig_em1="inet 10.20.1.1 netmask 255.0.0.0" ifconfig_em1_alias0="inet 10.20.10.1 netmask 255.0.0.0" NSD listens on 10.20.10.1, and unbound listens on 10.20.1.1