From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 15:37:14 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 E312016A4BF for ; Fri, 22 Aug 2003 15:37:14 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C1A43F93 for ; Fri, 22 Aug 2003 15:37:13 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc11) with ESMTP id <2003082221581401100gech7e>; Fri, 22 Aug 2003 21:58:14 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7MLwDMe098130; Fri, 22 Aug 2003 17:58:13 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7MLw9oN098127; Fri, 22 Aug 2003 17:58:09 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Bob Hall" References: <20030821215003.GA1524@kongemord.krig.net> <44lltlya5g.fsf@be-well.ilk.org> <20030822181113.GA8719@kongemord.krig.net> From: Lowell Gilbert Date: 22 Aug 2003 17:58:08 -0400 In-Reply-To: <20030822181113.GA8719@kongemord.krig.net> Message-ID: <4465kp5p8v.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD Questions List Subject: Re: dhclient denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD Questions List List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 22:37:15 -0000 > > I'd recommend trying something like this for your DHCP support: > > $fwcmd add pass udp from any to any bootps keep-state out xmit ${oif} > > I tried it and it had no effect. The only difference between "out via" > and "out xmit" is that "out via" checks both incoming and outgoing packets, > while "out xmit" checks only outgoing. In theory, there may be a difference > between "from any bootps" and "from any", but in practice it has made > no difference in behaviour. I got the same message either way. surely you mean "to any bootps"?