From owner-freebsd-questions@FreeBSD.ORG Fri Sep 27 20:05:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7530D98C for ; Fri, 27 Sep 2013 20:05:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 498482857 for ; Fri, 27 Sep 2013 20:05:48 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 56B822165D for ; Fri, 27 Sep 2013 16:05:39 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Fri, 27 Sep 2013 16:05:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=S5SevUDN3abP8evXPwD5EQmhqtE=; b=cWZ NDqDTJvs6UNKIZfcc+xx4p5GXZQ+QqbGJj4cof9WALmZj7GKeju5coPaQ9gB6cR7 GSvQH+8EQYiVPhzShdc44xHuwOBRgJAyhw0z9Z+9uT+/UBMn3mnbTiNm/Ow23aSD 4q4NEDvKxjYwL7D8jiYlmB+wRpv5TWkmpbXEr5Io= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 27F86B0013C; Fri, 27 Sep 2013 16:05:39 -0400 (EDT) Message-Id: <1380312339.4137.27329293.50F498E0@webmail.messagingengine.com> X-Sasl-Enc: i5Ni/VFNQUODsFjP6EWQDRzZxGGGqmHv+wORgdPKABvy 1380312339 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 In-Reply-To: <5245CC59.5060204@laposte.net> References: <5245CC59.5060204@laposte.net> Subject: Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53 Date: Fri, 27 Sep 2013 15:05:39 -0500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 20:05:48 -0000 On Fri, Sep 27, 2013, at 13:20, Laurent SALIN wrote: > Hello, > I wondering how i can send queries to a dns resolver listening on a > different port than the normaly 53 tcp/udp ? > > The situation: > I've got a vps who running NSD as a autoritative nameserver, listening > on tcp/udp 53 and unbound as personnal resolver, listening on a > different tcp/udp port. It work very well on his own or with my OpenBSD > gateway at home as DNS cache. > Is there any way to use multiple IPs?