From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 02:39:41 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 703857E8 for ; Wed, 6 Aug 2014 02:39:41 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ED1CB2C6D for ; Wed, 6 Aug 2014 02:39:40 +0000 (UTC) Received: (qmail 29690 invoked from network); 6 Aug 2014 02:39:38 -0000 Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 6 Aug 2014 02:39:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=1278.53e19569.k1408; i=johnl@user.iecc.com; bh=MKXDUatAiSGXXvgerQg6EFB8CmlkHMJZ/SxP4GIXp0c=; b=MqwsViGO/IcJogrO96OTytjaXyLgbLQlv3mJHplsWSY4XdYKiV8GlT0xi8HhCU/5dVsVXJYQUsRKitQpP9x2eqM5ElkLuJ6rbGgAEWUSkKHP1GbZo3DTJFvXBDT31xtvPMFxQODYmxzNaTYCq7LgPBP1oc2a0H3UvP3+xrfjGDPwmHWFeAonHEd2v6P3dtgOpa5F+8FhdezOmHUjImT100xbegzwN+ZlAc7+A01R/vNCOxE1Ep76zwS9c/jJyUI3 Date: 6 Aug 2014 02:39:14 -0000 Message-ID: <20140806023914.4727.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: NSD & Unbound on same box? In-Reply-To: <20140806005507.GA23913@ymer.thorshammare.org> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit 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 02:39:41 -0000 >> 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? Yes, but not on the same port and the same IP. The usual way to do this is to run them both on port 53 on different IPs. I suppose you could run unbound on a different port, but configuring the clients is painful.