From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 05:30:52 2007 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 BA10C16A41A for ; Tue, 21 Aug 2007 05:30:52 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 32ECD13C46B for ; Tue, 21 Aug 2007 05:30:51 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L5UnHv064351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L5UnXf073282; Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Date: Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Message-Id: <200708210530.l7L5UnXf073282@banyan.cs.ait.ac.th> From: Olivier Nicole To: josepha48@yahoo.com In-reply-to: <879396.79523.qm@web34604.mail.mud.yahoo.com> (message from Joe on Mon, 20 Aug 2007 22:20:30 -0700 (PDT)) References: <879396.79523.qm@web34604.mail.mud.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: isc-dhcp3-server issues with windows 2000 client 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: Tue, 21 Aug 2007 05:30:52 -0000 Hi, > I have a backup of the old system and am using that to trouble > shoot. I have narrowed it down to the dhcpd binary. If I put in > the newer binary built with p7 it does not work with windows > 2000. If I put in the old binary it works fine. First question would be: how did you build isc-dhcp? pkg_info |grep dhcp Second, is it running? How do you start it? Third question: was are the version number of old and new dhcp? You may be facing some change in dhcpd configuration file. Best regards, Olivier