Bug#292830: dhcp3-server: domain name list support

2005-03-12 Thread Brendan J Simon
I have the same problem.  I can't specify the domains to search.
I have a partial workaround in that I can get my Linux clients to use a 
search list but not my MSW clients.

option domain-name "mydomain.home mydomain.com";
Linux clients set search path to "mydomain.home mydomain.com" however 
MSW clients seem to be confused and do not append any domian name to a 
hostname, or more likely the MSW client appends the entire string.

eg. "ping host" probably causes "ping mydomain.home mydomain.com" (at a 
guess).

The work around for me was to use separate groups for the Linux and MSW 
boxes.

### Linux Group ###
group {
   option domain-name "mydomain.home mydomain.com";
   host linux1 {
  ...
   }
}
### MSW Group ###
group {
   option domain-name "mydomain.home";
   host msw1 {
  ...
   }
}
You could put the default in the global namespace and just put the 
exception for MSW boxes in the MSW group.  That is what I did.

At least the linux boxes have a search list, but the MSW boxes do not.
Regards,
Brendan Simon.

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


Bug#292830: dhcp3-server: domain name list support

2005-01-30 Thread Geert Stappers
Package: dhcp3-server
Version: 3.0.1-1
Severity: wishlist
Tags: upstream

Hello,

Currently only 
 option domain-name foo.organisation.tld ;
is possible. Which results in /etc/resolv.conf in
 search foo.organisation.tld


Please make also
 option domain-name foo.organisation.tld, organisation.tld ;
and
 option domain-name foo.organisation.tld, bar.organisation.tld ;
possible.

Or make it possible to
 option domain-search foo.organisation.tld, organisation.tld ;
and
 option domain-search foo.organisation.tld, bar.organisation.tld ;


This extentsion results in /etc/resolv.conf in
 search foo.organisation.tld organisation.tld
or
 search foo.organisation.tld bar.organisation.tld



This wishlist is filed in Debian BTS, because it is a bugtracking system
that I'm familair with. I hope that you take it upstream.


Cheers
Geert Stappers


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.5 Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-1  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.5 Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-1  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an

-- debconf information excluded


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