From owner-freebsd-stable@FreeBSD.ORG Mon Nov 14 13:00:45 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27FD16A41F for ; Mon, 14 Nov 2005 13:00:45 +0000 (GMT) (envelope-from sebster@sebster.com) Received: from smtp.profdata.nl (server.profdata.nl [213.196.2.244]) by mx1.FreeBSD.org (Postfix) with SMTP id D4ED443D49 for ; Mon, 14 Nov 2005 13:00:44 +0000 (GMT) (envelope-from sebster@sebster.com) Received: (qmail 56418 invoked from network); 14 Nov 2005 13:00:43 -0000 Received: from unknown (HELO ?10.0.0.6?) (80.126.244.3) by server.profdata.nl with SMTP; 14 Nov 2005 13:00:43 -0000 Message-ID: <43788A7A.3020307@sebster.com> Date: Mon, 14 Nov 2005 14:00:42 +0100 From: Sebastiaan van Erk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Space References: <437800F8.5020808@sbcglobal.net> In-Reply-To: <437800F8.5020808@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: DHCP client error: domain_not_set.invalid X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 13:00:45 -0000 I had this as well. It means that your DHCP server returns an invalid search domain. The easy way to solve it (if you have access) is to set the search domain to something valid in your DHCP server (Linksys router by any chance?). I couldn't find a flag on dhclient to tell it to ignore invalid search domains: this would be really handy so that you can connect to badly set up networks when you don't have access to the router. Greetings, Sebastiaan Mark Space wrote: > Hi all, > > I just set up the latest 6.0 release, and I'm getting errors with the > DHCP client. Trying to pull a network address during start up, I get: > > Bogus domain search list 15: domain_not_set.invalid > > This repeats several times before giving up. Google tells me that this > problem was report by two users on the bsd-current list. No one ever > replied to their inquiries (at least on the list), so I thought to try > once more to see if there's any interest in addressing this issue. > More info was in the original post: > http://lists.freebsd.org/pipermail/freebsd-current/2005-October/057034.html > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"