From owner-freebsd-questions Sat Jan 6 9: 6:28 2001 From owner-freebsd-questions@FreeBSD.ORG Sat Jan 6 09:06:26 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id 27EA837B400 for ; Sat, 6 Jan 2001 09:06:25 -0800 (PST) Received: from m2.worldnet.net (m2.worldnet.net [195.3.3.6]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id SAA58713; Sat, 6 Jan 2001 18:08:49 +0100 (CET) Received: from greatoak.home (p14-036.province.worldnet.fr [195.3.14.36]) by m2.worldnet.net (8.9.3/8.9.3) with ESMTP id SAA16993; Sat, 6 Jan 2001 18:06:10 +0100 (CET) Received: (from pcasidy@localhost) by greatoak.home (8.11.1/8.11.1) id f06GaU228354; Sat, 6 Jan 2001 17:36:30 +0100 (CET) (envelope-from pcasidy) Message-Id: <200101061636.f06GaU228354@greatoak.home> Date: Sat, 6 Jan 2001 17:36:29 +0100 (CET) From: Philippe CASIDY Subject: Re: DCHP and server registration [SOLVED] To: mcambria@avaya.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <443F9E4C6D67D4118C9800A0C9DD99D710827C@rerun.lucentctc.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 5 Jan, Cambria, Mike wrote: > > Try adding: > > interface "ed0" { > send host-name "yourname"; > } > > Note: make sure ed0 is your DHCP interface. Substitute your machine name > for "yourname" > > This works for me in the office. Disclaimer: My DHCP server requires > clients to send their hostname so that Dynamic DNS can add the machine to > DNS. If your site doesn't work this way, this may not help. > > MikeC > > Michael C. Cambria Avaya Inc. > Former Enterprise Networks Group of > Lucent Technologies > Voice: (978) 287 - 2807 300 Baker Avenue > Fax: (978) 381 - 6415 Concord, Massachusetts 01742 > Internet: mcambria@avaya.com > > Thanks a lot Mile! I have added the following lines in /etc/dhclient.conf interface "ed0" { send host-name "Poledra"; } and it works! Thanks again. Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message