Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2001 12:57:05 -0000
From:      "Jean-Christian Imbeault" <jean_christian@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Cc:        tlug@tlug.gr.jp
Subject:   dchp server question
Message-ID:  <F61bZqCxboA6jUVOzZz0001020f@hotmail.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F61bZqCxboA6jUVOzZz0001020f>