From owner-freebsd-questions Mon Mar 6 14:23: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hamcoll.schools.sa.edu.au (mail.hamcoll.schools.sa.edu.au [150.101.12.126]) by hub.freebsd.org (Postfix) with ESMTP id 6485D37BA4D for ; Mon, 6 Mar 2000 14:22:54 -0800 (PST) (envelope-from imoore@hamcoll.schools.sa.edu.au) Received: from hamcoll.schools.sa.edu.au (user273.hamcoll.schools.sa.edu.au [150.101.69.17]) by mail.hamcoll.schools.sa.edu.au (8.8.5/8.8.5) with ESMTP id IAA05669 for ; Tue, 7 Mar 2000 08:54:37 +1030 (CST) Message-ID: <38C42F87.DFA14DC3@hamcoll.schools.sa.edu.au> Date: Tue, 07 Mar 2000 08:51:59 +1030 From: Ian Moore Organization: Hamilton Secondary College X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "Free BSD, Questions" Subject: DHCPD error Send_Fallback Host is down Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've recently been getting the following error appearing on our bsd server which is running dhcpd: Mar 7 08:47:26 mail dhcpd: send_fallback: Host is down This is repeated every few minutes. We had made some general configuration changes because our ISP is changing & so our our IP addresses, but I thought I had put everything back the way it was. I can't find any information on what send_fallback means. Our dhcpd.conf files looks like this (I've substituted fake host names & ip addresses in this message): server-identifier mail.xyz.com.au; option domain-name "xyz.com.au"; option name-servers mail.xyz.com.au, 10.231.203.2, 10.231.203.3 max-lease-time 2592000; default-lease-time 2592000; option subnet-mask 255.255.255.0; option routers 10.101.12.124; subnet 10.101.12.0 netmask 255.255.255.0 { range 10.101.12.1 10.101.12.70; } Any ideas? Thanks, Ian Moore -- Ian Moore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message