From owner-freebsd-stable@FreeBSD.ORG Mon Jan 20 03:11:28 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id 46012242 for ; Mon, 20 Jan 2014 03:11:28 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C44F9171A for ; Mon, 20 Jan 2014 03:11:27 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id b8so5183889lan.32 for ; Sun, 19 Jan 2014 19:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=HaSJFG8YQvL3bVBrEmuoqFGP1oAo1urmZALR9JhcWyc=; b=GgY+4/o0gXia4CXSdrP4wUt3sHO9jwQ5HGk7+S+t5n+Wa6MaVE6iB3ES4pO87pKoHa Q5QlNj5tllDxIytfr9eNKLE2Mb/ZXfBzOAwMHnhyUWNiw1+A/syYDArzruSJEnvpCxIl HuqMgvMrObl3bhv4qS7SsumuzzylZPkuxeOS2fLSB/uf8Eha7TsKjBd2VUd+Jsp5XW/D LIE/+B/8e7KZvlaiRwdmXaguKxj0pOLj6vmStm0JFisEzEpjhfjrvC6Bg5k3aAEobDmD fkmuharZzAWsHyITRYe1resUja+2cH/RmUgzoL2svCZbwhzq9LcO2b5e7Jt4LwmlcpOg eu0w== X-Received: by 10.152.204.39 with SMTP id kv7mr74230lac.42.1390187485208; Sun, 19 Jan 2014 19:11:25 -0800 (PST) MIME-Version: 1.0 Sender: royce.williams@gmail.com Received: by 10.112.7.234 with HTTP; Sun, 19 Jan 2014 19:11:05 -0800 (PST) In-Reply-To: <20140120025817.36B69D755C0@rock.dv.isc.org> References: <20140120024900.GA58703@lyxys.ka.sub.org> <20140120025817.36B69D755C0@rock.dv.isc.org> From: Royce Williams Date: Sun, 19 Jan 2014 18:11:05 -0900 X-Google-Sender-Auth: Jcy6eFkIrvUtZCUm2-MjsV1PgMM Message-ID: Subject: Re: FreeBSD 10 and nsupdate To: Wolfgang Zenker Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable 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:11:28 -0000 On Sun, Jan 19, 2014 at 5:58 PM, Mark Andrews wrote: > > In message <20140120024900.GA58703@lyxys.ka.sub.org>, Wolfgang Zenker writes: > > > > 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. Wolfgang, is your intent to solely perform dynamic DNS updates? If so, wouldn't something like dns/ddclient suffice -- with a much smaller footprint than installing bind99 in its entirety? Royce