Date: Mon, 30 Apr 2001 06:27:23 -0700 From: "David Daugherty" <davidd@datasphereweb.com> To: "Jean-Christian Imbeault" <jean_christian@hotmail.com>, <freebsd-questions@FreeBSD.ORG> Cc: <tlug@tlug.gr.jp> Subject: RE: dchp server question Message-ID: <GFEGIFEBOCEHAFFFPCEAKEABCAAA.davidd@datasphereweb.com> In-Reply-To: <F61bZqCxboA6jUVOzZz0001020f@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
For some reason the isc-dhcpd port isn't kept up with the latest and greatest. Probably because isc releases new rc's every other day. Anyways, the port currently in the tree has some issues with dynamic dns. I had this same problem but I was able to fix it by going to isc's web site and downloading and installing the most recent beta. --- |> /\ \/ @ davidd@datasphereweb.com DataSphere - Back end web programming, and networking david.daugherty@netmanage.com Software Engineer NetManage - The Bridge to E-Business http://www.wcug.wwu.edu/~doc ICQ: 21106703 "I like the dreams of the future better than the history of the past" - Thomas Jefferson -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jean-Christian Imbeault Sent: Monday, April 30, 2001 5:57 AM To: freebsd-questions@FreeBSD.ORG Cc: tlug@tlug.gr.jp Subject: dchp server question 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 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?GFEGIFEBOCEHAFFFPCEAKEABCAAA.davidd>