From owner-freebsd-questions Wed Sep 26 12:46:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc-mx01.cluster1.charter.net (dc-mx01.cluster0.hsacorp.net [209.225.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 1594F37B432 for ; Wed, 26 Sep 2001 12:46:36 -0700 (PDT) Received: from [65.113.174.241] (HELO charter.net) by dc-mx01.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with ESMTP id 29336859; Wed, 26 Sep 2001 15:53:36 -0400 Message-ID: <3BB23078.B50CC742@charter.net> Date: Wed, 26 Sep 2001 12:46:00 -0700 From: Parker Brown X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Edwin Groothuis Cc: BSDQuestions Subject: Re: dhclient: send_packet: Permission Denied References: <3BAF944D.73747C9A@charter.net> <20010925094449.R10641@k7.mavetju.org> <3BAFCB7F.CEFD9247@charter.net> <20010925103214.X10637@k7.mavetju.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK, reread what you were asking. ipfw -a l gives about three screens of firewall statements (allow this, deny that) and ends with deny all (?). I grepped for udp and it looks like the firewall statements I added to rc.firewall are not being honored. I also created /etc/ip.rules and put those two statements in there, too, exactly as in rc.firewall (because /etc/defaults/rc.conf made reference to that file). Any ideas? Pb Edwin Groothuis wrote: > On Mon, Sep 24, 2001 at 05:10:39PM -0700, Parker Brown wrote: > > Yes, I think so. I've added to rc.firewall: > > > > ipfw add allow udp from any to any 67 out > > ipfw add allow udp from (my DHCP Server bang address) to any 68 in > > Add this to your firewall rules should fix the problem indeed. > Please check with "ipfw -a l" that the rules are in there, before > the final "deny all". > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message