From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 22:06:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4824106564A for ; Thu, 29 Dec 2011 22:06:26 +0000 (UTC) (envelope-from akshay.sreeramoju@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC738FC13 for ; Thu, 29 Dec 2011 22:06:26 +0000 (UTC) Received: by wgbds13 with SMTP id ds13so19121462wgb.1 for ; Thu, 29 Dec 2011 14:06:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UaDTrtMEkGEzBFE+eWy/7D2YBp83nVvuWxxJC3HrOd0=; b=MjvfsFq1sfrmPvFtR06uSy1YoNRwQjKXGlX62rsXdImxzCeUSlRCodKd+V6pVrI0CC 5XZ6j2FiN+UoBbq0hrcXCv7clxFW5lrFljIFikjOQvAhxNxYMc58ZoITguz0ixzkNfUM pyW6VSaoqEv8LUs8j4Ks2+LBik9iXDB0QARZw= MIME-Version: 1.0 Received: by 10.216.137.28 with SMTP id x28mr20814456wei.0.1325196384337; Thu, 29 Dec 2011 14:06:24 -0800 (PST) Received: by 10.223.160.66 with HTTP; Thu, 29 Dec 2011 14:06:24 -0800 (PST) In-Reply-To: <4EFCD82D.5050504@infracaninophile.co.uk> References: <4EFCD82D.5050504@infracaninophile.co.uk> Date: Thu, 29 Dec 2011 14:06:24 -0800 Message-ID: From: akshay sreeramoju To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Host Dynamic DNS configuration for 8.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 22:06:26 -0000 Thanks Matthew. It works. Akshay On Thu, Dec 29, 2011 at 1:14 PM, Matthew Seaman < m.seaman@infracaninophile.co.uk> wrote: > On 29/12/2011 20:11, akshay sreeramoju wrote: > > What is the required configuration in a FreeBSD 8.2 release host for it > to > > publish its name in a dynamic dns supported network? > > Something like this in /etc/dhclient.conf: > > interface "em0" { > send host-name "foo.example.com"; > } > > See dhclient.conf(5), particularly the EXAMPLES section at the end. > > Cheers, > > Matthew > >