From owner-freebsd-questions@FreeBSD.ORG Mon Jul 17 00:02:33 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B041C16A4DA for ; Mon, 17 Jul 2006 00:02:33 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148A343D45 for ; Mon, 17 Jul 2006 00:02:32 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060717000232.VAKI14561.mta11.adelphia.net@barbish>; Sun, 16 Jul 2006 20:02:32 -0400 From: "fbsd" To: "Chris Hill" , "FreeBSD Questions List" Date: Sun, 16 Jul 2006 20:02:27 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20060715152425.H8662@tripel.monochrome.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Start dhcpd on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 00:02:33 -0000 Try the 8.0 dhcp server section of the install guide at www.a1poweruser.com -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chris Hill Sent: Sunday, July 16, 2006 5:56 PM To: FreeBSD Questions List Subject: Start dhcpd on boot I installed net/isc-dhcp3-server from ports, butI can't seem to persuade it to start when the machine boots. After boot I can do a # /usr/local/etc/rc.d/isc-dhcpd.sh start ...and the daemon runs and works, but I would like for it to start automatically on boot, with no manual intervention. Any thoughts on how to do this? Google didn't find anything useful, nor did a search of the -questions archive. On a hunch, I renamed /usr/local/etc/rc.d/isc-dhcpd.sh to /usr/local/etc/rc.d/dhcpd.sh, but still no love, so I put it back. In /etc/rc.conf I have dhcpd_enable="YES" # Run the DHCP daemon... dhcpd_ifaces="rl1" # ...on this interface... dhcpd_flags="-q" # ...in quiet mode. # grep dhc /var/log/messages shows only the usual rash of intrusion attempts from 0wn3d Windows machines, e.g. May 19 22:28:00 mail sshd[22367]: error: PAM: authentication error for root from 24-231-195-180.dhcp.bycy.mi.charter.com Other pertinent info: # uname -a FreeBSD mail.monochrome.org 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Sat Jul 15 20:50:20 EDT 2006 chris@mail.monochrome.org:/usr/obj/usr/src/sys/GENERIC i386 # pkg_info | grep isc-dhcp3-server isc-dhcp3-server-3.0.3 The ISC Dynamic Host Configuration Protocol server ...a little out of date, I know, but that has no bearing on the issue at hand. Thanks in advance. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"