Re: additional dns search spaces

2004-10-29 Thread martin f krafft
also sprach Mark Ferlatte <[EMAIL PROTECTED]> [2004.10.30.0050 +0200]: > DHCP doesn't let you specify the DNS search path. You'll need to > do it some other way, should you desire this functionality. I found -- to my surprise -- that it's possible to have multiple search lines in /etc/resolv.conf

Re: additional dns search spaces

2004-10-29 Thread Mark Ferlatte
martin f krafft said on Fri, Oct 29, 2004 at 10:38:39AM +0200: > In /etc/resolv.conf, the search parameter can take multiple values. > However, when using DHCP, this field is populated by 'option > domain-name', which lists the domain name only, and must not do > anything else, or headless clients

Re: additional dns search spaces

2004-10-29 Thread Adrian 'Dagurashibanipal' von Bidder
On Friday 29 October 2004 10.38, martin f krafft wrote: > My question is how to add additional domain names to search when > using dhcp in the smartest possible way. > > We are using resolvconf if it matters. IIRC you can edit the basis resolv.conf template, and add these entries there, somewher

Re: additional dns search spaces

2004-10-29 Thread martin f krafft
also sprach Wouter Verhelst <[EMAIL PROTECTED]> [2004.10.29.1126 +0200]: > Most DHCP clients allow you to override configuration sent by the DHCP > server. I am using this on my home LAN server in /etc/dhclient.conf: > > supersede domain-name "grep.be debian.org"; > prepend domain-name-servers 127

Re: additional dns search spaces

2004-10-29 Thread Wouter Verhelst
On Fri, Oct 29, 2004 at 10:38:39AM +0200, martin f krafft wrote: > In /etc/resolv.conf, the search parameter can take multiple values. > However, when using DHCP, this field is populated by 'option > domain-name', which lists the domain name only, and must not do > anything else, or headless client

additional dns search spaces

2004-10-29 Thread martin f krafft
In /etc/resolv.conf, the search parameter can take multiple values. However, when using DHCP, this field is populated by 'option domain-name', which lists the domain name only, and must not do anything else, or headless clients won't work anymore. The same happens with changing domain-name in /etc/