From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 22:20:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8A616A4CE for ; Mon, 8 Nov 2004 22:20:56 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4879443D1D for ; Mon, 8 Nov 2004 22:20:56 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc11) with ESMTP id <20041108222055011002v93ee>; Mon, 8 Nov 2004 22:20:55 +0000 Received: from [192.168.0.19] (gladiator.trini0.org [192.168.0.19]) by hivemind.trini0.org (Postfix) with ESMTP id B3866166; Mon, 8 Nov 2004 17:20:54 -0500 (EST) Message-ID: <418FF148.9060103@trini0.org> Date: Mon, 08 Nov 2004 17:20:56 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.8 (X11/20041015) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emanuel Strobl References: <418FADBC.6090907@trini0.org> <200411082152.49291.Emanuel.Strobl@gmx.net> In-Reply-To: <200411082152.49291.Emanuel.Strobl@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD DHCP client not working with dynamic DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 22:20:56 -0000 Emanuel Strobl wrote: >Am Montag, 8. November 2004 18:32 schrieb Gerard Samuel: > > >>Box 1: Firewall/DHCP Server/DNS (FreeBSD 5.3) >>Box 2: DHCP Client (FreeBSD 5.3R2) >> >>When I boot Box 2, it gets its IP address, but DNS doesn't >>get updated, so Box 2 is unknown to the LAN via its hostname. >>If I boot a windows box (tested with 2000/XP), and I've tested with a >>networked printer, they get an IP address, and DNS is updated >>for those devices. >> >> > >Add 'send host-name "gladiator";' to /etc/dhclient.conf or if you want to be >more correct: >interface "em0" { > send host-name "gladiator"; >} > >Dont forget to change the em0 interface to what your interface really is. > Worked like a charm. Thanks