From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 15:43:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0B421065673 for ; Fri, 23 Apr 2010 15:43:49 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 84E828FC2A for ; Fri, 23 Apr 2010 15:43:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o3NFhmo1090577; Fri, 23 Apr 2010 10:43:48 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vq0hLrm6BTj0; Fri, 23 Apr 2010 10:43:46 -0500 (CDT) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id o3NFheCT090570; Fri, 23 Apr 2010 10:43:41 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4BD1C02C.3010104@daleco.biz> Date: Fri, 23 Apr 2010 10:43:40 -0500 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: Onur Aslan References: <20100423131402.GA3428@localhost> <20100423152830.GA3543@localhost> In-Reply-To: <20100423152830.GA3543@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd doesn't sent route information X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 15:43:49 -0000 Onur Aslan wrote: > I tried, but It doesn't helped. Please show us the revised dhcpd.conf. Also, did you -HUP your named? Kevin Kinsey A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? > On Fri, Apr 23, 2010 at 08:22:54AM -0700, Chuck Swiger wrote: >> On Apr 23, 2010, at 6:14 AM, Onur Aslan wrote: >>> I am using isc-dhcp30-server-3.0.7_5 in FreeBSD 7.2. When I run dhclient in a >>> client machine, this machine doesn't get gateway from dhcp server. I configured >>> dhcpd server as described in FreeBSD handbook. >> If the machine you are testing from is one of onur-pc or onur-eee, you aren't >> getting a default router because you've only defined it for the dynamic pool >> range of .4 - .24. Move the: >> >> option routers 192.168.1.1; >> >> ...statement to the top level, or move the host declarations inside >> of the subnet 192.168.1.0 block. Or copy the routers line to your >> host declarations, I suppose. >> >> Regards, >> -- >> -Chuck