From owner-freebsd-stable@FreeBSD.ORG Mon Jan 20 03:13:19 2014 Return-Path: Delivered-To: freebsd-stable@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 DD52337A for ; Mon, 20 Jan 2014 03:13:19 +0000 (UTC) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63DD71747 for ; Mon, 20 Jan 2014 03:13:19 +0000 (UTC) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s0K3D35d047345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Jan 2014 04:13:04 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s0K3D3nm059428; Mon, 20 Jan 2014 04:13:03 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.7/8.14.7/Submit) id s0K3D3El059427; Mon, 20 Jan 2014 04:13:03 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyxys.ka.sub.org: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Mon, 20 Jan 2014 04:13:03 +0100 From: Wolfgang Zenker To: Mark Andrews Subject: Re: FreeBSD 10 and nsupdate Message-ID: <20140120031303.GA59046@lyxys.ka.sub.org> References: <20140120024900.GA58703@lyxys.ka.sub.org> <20140120025817.36B69D755C0@rock.dv.isc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140120025817.36B69D755C0@rock.dv.isc.org> Organization: private site User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Mon, 20 Jan 2014 04:13:04 +0100 (CET) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 03:13:19 -0000 * Mark Andrews [140120 03:58]: > In message <20140120024900.GA58703@lyxys.ka.sub.org>, Wolfgang Zenker writes: >> Hi, >> as nsupdate is no longer available on a standard FreeBSD 10 install, >> is there any other tool to perform RFC 2136 dynamic dns updates in >> the base system now? I have not been able to find one. >> Otherwise, is there anything in ports that you would recommend? > Install bind99. Of course that is the way to go on the server side, but right now I'm looking for a RFC 2136 client to run on a router. I'ld prefer not to pull in a whole nameserver infrastructure just to get a client program. I had a look at the bind-tools port, but it apparently does not contain nsupdate. Wolfgang