Date: Sat, 6 Jan 2001 17:36:29 +0100 (CET) From: Philippe CASIDY <pcasidy@casidy.com> To: mcambria@avaya.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DCHP and server registration [SOLVED] Message-ID: <200101061636.f06GaU228354@greatoak.home> In-Reply-To: <443F9E4C6D67D4118C9800A0C9DD99D710827C@rerun.lucentctc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <mailto: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101061636.f06GaU228354>
