Date: Tue, 07 Mar 2000 08:51:59 +1030 From: Ian Moore <imoore@hamcoll.schools.sa.edu.au> To: "Free BSD, Questions" <questions@FreeBSD.ORG> Subject: DHCPD error Send_Fallback Host is down Message-ID: <38C42F87.DFA14DC3@hamcoll.schools.sa.edu.au>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38C42F87.DFA14DC3>