From owner-freebsd-questions@FreeBSD.ORG Thu May 4 16:11:37 2006 Return-Path: X-Original-To: freebsd-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 E4C3716A416 for ; Thu, 4 May 2006 16:11:37 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C4443D69 for ; Thu, 4 May 2006 16:11:33 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060504161133.PICB27153.mta13.adelphia.net@barbish> for ; Thu, 4 May 2006 12:11:33 -0400 From: "fbsd" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 4 May 2006 12:11:33 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: Help with isc-dhcp dhclient from port collection 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: Thu, 04 May 2006 16:11:38 -0000 I installed the isc-dhcp-client port. I have this in my rc.conf dhcp_program="/usr/local/sbin/dhclient" dhcp_flags="-q" ifconfig_dc0="DHCP" I get these error messages over and over. Have to reboot in single user mode to edit rc.conf to fix. Can't bind to dhcp address: Address already in use Please make sure there is no other dhcp server running and that there's no entry for dhcp or bootp in /etc/inetd.conf. Also make sure you are not running HP JetAdmin software, which includes a bootp server. I have no other dhcp server running and there's no entry for dhcp or bootp in /etc/inetd.conf. Is there something else that has to be configured to get this to work?