From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 15:45:35 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 04CDC1065673 for ; Fri, 23 Apr 2010 15:45:35 +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 9AC2D8FC12 for ; Fri, 23 Apr 2010 15:45:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o3NFjYhq090669; Fri, 23 Apr 2010 10:45:34 -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 BVUczRjvdYe5; Fri, 23 Apr 2010 10:45:32 -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 o3NFjShf090663; Fri, 23 Apr 2010 10:45:30 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4BD1C098.2000702@daleco.biz> Date: Fri, 23 Apr 2010 10:45:28 -0500 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: onuraslan@gmail.com, freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [Fwd: 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:45:35 -0000 Onur Aslan wrote: >> I tried, but It doesn't helped. >Please show us the revised dhcpd.conf. Also, did you -HUP >your named? Sorry! That should be "dhcpd". $kill -HUP `pgrep dhcpd` should do the trick. KDK