Subject: Re: SMC7004 router
To: yves alarcen <alarcen@hotmail.com>
From: Robert Elz <kre@munnari.OZ.AU>
List: netbsd-help
Date: 01/03/2005 20:39:13
    Date:        Mon, 03 Jan 2005 12:11:50 +0000
    From:        "yves alarcen" <alarcen@hotmail.com>
    Message-ID:  <BAY23-F85559E8E37D74B68EE3D7B9900@phx.gbl>

  | How do I configure NetBSD to tell its name to the router?

It isn't 100% clear what you need to do, but if you just need the
host name option included in the dhcp request, then create a file

	/etc/dhclient.conf

and in it put

	send host-name "my.host.name";

(just the one line should be enough).

There's no guarantee though that doing this will get the name to somewhere
where your windows systems can find it by their name lookup mechanism I'd
actually have thought it rather unlikely).

kre