Hi,

Here's some info I was able to find on RFC3397.

RFC3397
http://www.ietf.org/rfc/rfc3397.txt

A draft RFC that discusses DHCH Option Processing and mentions domain search
http://www.ietf.org/internet-drafts/draft-dhankins-atomic-dhcp-00.txt

Here's a help forum post that might have a way to specify the new option
in an existing dhcpd.conf
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033977&ad
mit=-682735245+1174354585484+28353475
Example:
   option domain-search-order code 119 = string;
   option domain-search-order "domain1.net domain2.net domain3.net";
Dunno if it works.

The above forum thing references a couple good mailing list posts:
http://lists.freebsd.org/pipermail/freebsd-current/2005-June/051634.html
http://lists.freebsd.org/pipermail/freebsd-current/2005-June/052215.html
The latter points out that you can use "domain-name" as a hack for some 
clients (like dhclient), they will use the first part of that value for 
domain, and the whole thing for search.

In addition to dhcpd serving it up to clients, we want all clients in Debian 
to support it too. (maybe this bug should be cloned?)

Here is a post that talks about RFC3397 support maybe going into 3.1.0
http://www.busybox.net/lists/busybox/2007-February/026130.html

This post from 2006-07-19 lists changes expected in 3.1.0 which at the time 
was predicted to release in August (did it? the ISC site lists 3.0.5 as the 
latest).
http://marc.info/?l=dhcp-announce&m=115333416125497&w=2

-- 
Matt Taggart
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to