From owner-freebsd-questions Mon Apr 30 5:57: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f61.law11.hotmail.com [64.4.17.61]) by hub.freebsd.org (Postfix) with ESMTP id 1C7EB37B422 for ; Mon, 30 Apr 2001 05:57:06 -0700 (PDT) (envelope-from jean_christian@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 30 Apr 2001 05:57:05 -0700 Received: from 203.216.48.141 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 30 Apr 2001 12:57:05 GMT X-Originating-IP: [203.216.48.141] From: "Jean-Christian Imbeault" To: freebsd-questions@FreeBSD.ORG Cc: tlug@tlug.gr.jp Subject: dchp server question Date: Mon, 30 Apr 2001 12:57:05 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 30 Apr 2001 12:57:05.0765 (UTC) FILETIME=[0EE52150:01C0D175] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've installed the ISC dhcp server on my firewall and it seems to work but I get some output messages from it that seem to indicate a problem somewhere. When I tell a windows 2000 machine to use DHCP the dhcp daemon gives me the following messages: 22:00:21 pc98150 dhcpd: if IN A win2k500.jc.com doesn't exist add 21600 IN A win2k500.jc.com 192.168.0.2: not authorized 22:00:21 pc98150 dhcpd: if IN A win2k500.jc.com doesn't exist add 21600 IN A win2k500.jc.com 192.168.0.2: not authorized What does "not authorized" mean? Does this mean I have some config/network problem? Jc PS Here's my dhcpd.conf file: option domain-name "jc.com"; option subnet-mask 255.255.255.0; option domain-name-servers 203.216.70.70; option broadcast-address 192.168.0.255; option routers 192.168.0.1; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.2 192.168.0.99; } subnet 172.25.0.0 netmask 255.255.255.0 { not authoritative; } _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message