From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 09:01:15 2003 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 C590F37B401 for ; Fri, 25 Jul 2003 09:01:15 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1104443F75 for ; Fri, 25 Jul 2003 09:01:15 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 9B83C3B4; Fri, 25 Jul 2003 12:00:18 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 9774F3A9; Fri, 25 Jul 2003 12:00:18 -0400 (EDT) Date: Fri, 25 Jul 2003 12:00:18 -0400 (EDT) From: Kenneth Culver To: Shawn In-Reply-To: <1059105815.630.29.camel@CPE-65-26-140-154.kc.rr.com> Message-ID: <20030725115914.G24957@alpha.yumyumyum.org> References: <1059098593.630.13.camel@CPE-65-26-140-154.kc.rr.com> <1059104868.630.22.camel@CPE-65-26-140-154.kc.rr.com> <1059105815.630.29.camel@CPE-65-26-140-154.kc.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Dynamic Hostname Assignment 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: Fri, 25 Jul 2003 16:01:16 -0000 > Yes, my ISP's DHCP server should assign me a hostname. I assumed that's > how it was done by dhclient on RedHat7.3/8/9 all of which just did this > automatically whenever I selected DHCP configuration of the interface. > I've been comparing FreeBSD 5.1's default dhclient-script to RedHat's > trying to discern if that's where the difference is, or if there's just > a subtle bug in the version of dhclient included with FreeBSD 5.1 > > I want to use dynamic hostname assignment so that my hostname will have > valid reverse DNS. > Like I said before, you might want to look around in redhat's dhcp scripts. If I understand correctly, dhclient calls a script that does the actual ifconfig, etc... FreeBSD's probably doesn't use set the hostname from the script, while redhat does. Ken