From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 15:09:20 2003 Return-Path: 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 431BD37B401 for ; Wed, 2 Jul 2003 15:09:20 -0700 (PDT) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB3243FA3 for ; Wed, 2 Jul 2003 15:09:19 -0700 (PDT) (envelope-from rjhalljr@starpower.net) Received: from 66-44-57-114.s368.tnt2.lnhva.md.dialup.rcn.com ([66.44.57.114] helo=svold.krig.net) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 19Xpmw-0005ex-00 for freebsd-questions@freebsd.org; Wed, 02 Jul 2003 18:09:19 -0400 Received: by svold.krig.net (sSMTP sendmail emulation); Wed, 2 Jul 2003 18:06:02 -0400 From: "Bob Hall" Date: Wed, 2 Jul 2003 18:06:02 -0400 To: FreeBSD Questions List Message-ID: <20030702220602.GF6061@kongemord.krig.net> Mail-Followup-To: FreeBSD Questions List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: dhclient X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 22:09:20 -0000 I'm getting the following message: dhclient: send_packet: Permission denied I thought this was being caused by my firewall, but I made some changes and I'm still getting the message. Being wholly ignorant about this message, I'm assuming that dhclient is trying to send a packet to my ISP's DHCP server, and something is blocking it. I'm further assuming that my firewall is doing the blocking, and my ignorance is preventing me from finding a solution. Can someone tell me if my assumptions are correct, or correct them? The firewall is ipfw with the SIMPLE option. The modifications to the firewall script for DHCP were # Accept bootps (dhcp): ${fwcmd} add allow udp from ${oip}/32 68 to 0.0.0.0/0 67 out ${fwcmd} add allow udp from 0.0.0.0/0 67 to ${oip}/32 68 in I don't know enough about DHCP to know what other info to provide. The following seems to be the default. I'll provide any other info if it will help. uname -a FreeBSD kongemord 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jun 18 15:48:26 EDT 2003 root@krig.net:/usr/src/sys/compile/KONGEMORD0 i386 Bob Hall