Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2009 15:58:26 +0530
From:      Mehul Ved <mehul.n.ved@gmail.com>
To:        Gary Gatten <Ggatten@waddell.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Microsoft "Dynamic DNS"
Message-ID:  <c1e7523f0909200328r51fe0761nc4167642f535fd44@mail.gmail.com>
In-Reply-To: <4578_1253395061_4AB54A75_4578_883_2_70C0964126D66F458E688618E1CD008A08CCEBF3@WADPEXV0.waddell.com>
References:  <4578_1253395061_4AB54A75_4578_883_2_70C0964126D66F458E688618E1CD008A08CCEBF3@WADPEXV0.waddell.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 20, 2009 at 2:38 AM, Gary Gatten <Ggatten@waddell.com> wrote:
> I'm pretty sure DDNS is an RFC, I'm sure FBSD supports it.=A0 WINS is
> different altogether.

Yes, you are right. I learnt something new here :)
So, I believe this is what we are looking at:-

 send { [option declaration] [, ... option declaration] }
	     The send statement causes the client to send the specified
	     options to the server with the specified values.  These are full
	     option declarations as described in dhcp-options(5).  Options
	     that are always sent in the DHCP protocol should not be specified
	     here, except that the client can specify a dhcp-lease-time option
	     other than the default requested lease time, which is two hours.
	     The other obvious use for this statement is to send information
	     to the server that will allow it to differentiate between this
	     client and other clients or kinds of clients.

So it would be something like
send host-name "andare.fugue.com";

Taken from http://www.freebsd.org/cgi/man.cgi?query=3Ddhclient.conf&sektion=
=3D5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c1e7523f0909200328r51fe0761nc4167642f535fd44>