From owner-freebsd-ipfw@freebsd.org Fri Jul 31 16:43:28 2015 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6356B9AFBDB for ; Fri, 31 Jul 2015 16:43:28 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28D431CDC for ; Fri, 31 Jul 2015 16:43:27 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: by qkfc129 with SMTP id c129so31105233qkf.1 for ; Fri, 31 Jul 2015 09:43:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=r8reNJTHJHPPxv7j2F1B0TjF5J0c+TX7vzv2+Dnittg=; b=ZGVtErO4FzBzkYdsP36l4oLVN43J7hzw0ScnjN/cuMlNe3IzAlukJKrjy6kqXJXrZg vhlLiajCyvnJ1Rw9Xlce5Sj/coX/Fi29p8zviXRSKSdWaeya83BQUzJWOPLX1n56tGql D1DZzcZ3bs15yRXm4Cgbtn/+/hCVzO9cLK1usOOuQw0TBsMjl1/XWDaagwTTLhbracZS oHzAH8EIOTQRpcq5DpGJbsNRjD4gUOtXFgR5y5mdA3AkxDwV9dtL6At+1h0cy82LJ11a jnwQmcRr7Mu+lI9yzagNozAY+h8sC6/Deh4yhZSvTHmK26Af93g2EFTaYqfAHLClGjLq lLvQ== X-Gm-Message-State: ALoCoQn1frHlm6T3DXsC2FGVJZwx5rfr1fcPJF6lBx+uo0Z9CukKSb+ZwPs8M4g88kgkZAxWd/np MIME-Version: 1.0 X-Received: by 10.55.26.167 with SMTP id l39mr5674951qkh.14.1438361006582; Fri, 31 Jul 2015 09:43:26 -0700 (PDT) Received: by 10.140.41.197 with HTTP; Fri, 31 Jul 2015 09:43:25 -0700 (PDT) Received: by 10.140.41.197 with HTTP; Fri, 31 Jul 2015 09:43:25 -0700 (PDT) In-Reply-To: <20150731171616.J17327@sola.nimnet.asn.au> References: <20150730182551.GF39365@strugglingcoder.info> <20150731171616.J17327@sola.nimnet.asn.au> Date: Fri, 31 Jul 2015 09:43:25 -0700 Message-ID: Subject: Re: Traffic not going through dummynet From: Michael Sierchio To: Ian Smith Cc: freebsd-ipfw@freebsd.org, hiren panchasara Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 16:43:28 -0000 On Jul 31, 2015 3:23 AM, "Ian Smith" wrote: > > firewall_enable=YES > firewall_type=OPEN # permit all, regardless of default_to_accept > dummynet_anable=YES > > which would at least load those modules in the right order, The order of variables in /etc/rc.conf is irrelevant, except that a later assignment for the same variable will overwrite the value. - M