From owner-freebsd-ipfw@FreeBSD.ORG Thu Dec 6 15:04:15 2012 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B500464E for ; Thu, 6 Dec 2012 15:04:15 +0000 (UTC) (envelope-from jmfinla@lps.umd.edu) Received: from lps-nt.lps.umd.edu (lps.umd.edu [129.2.108.2]) by mx1.freebsd.org (Postfix) with ESMTP id 691518FC0C for ; Thu, 6 Dec 2012 15:04:15 +0000 (UTC) Received: from cec-exch.cec.lps.gov (130.85.55.197) by lps-nt.lps.umd.edu (129.2.108.2) with Microsoft SMTP Server (TLS) id 8.3.279.5; Thu, 6 Dec 2012 10:03:04 -0500 Received: from cec-exch.cec.lps.gov ([10.10.10.12]) by cec-exch.cec.lps.gov ([10.10.10.12]) with mapi; Thu, 6 Dec 2012 10:03:02 -0500 From: "Finlayson, James" To: "freebsd-ipfw@freebsd.org" Date: Thu, 6 Dec 2012 10:03:00 -0500 Subject: Linux ipfw sysctl equivalents Thread-Topic: Linux ipfw sysctl equivalents Thread-Index: Ac3TwmMGyYPTsMkVQvSiPaQM1jytew== Message-ID: <3E9C7E247905FE44A1556F1E7B959E7604C4D23768@cec-exch.cec.lps.gov> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 15:04:15 -0000 Hi, I'm trying to build a dummynet box on linux (Centos 6.3). I have a bridge= created that properly forwards packets, however I cannot seem to alter the= ir behavior with ipfw pipes. I've used dummynet on FreeBSD without issue, = but I can't seem to find a Linux equivalent to the following two sysctl com= mands that will allow me to send bridged packets through ipfw. net.link.ether.ipfw: 0 Controls whether layer-2 packets are passed to ipfw. Default = is no. net.link.bridge.ipfw: 0 Controls whether bridged packets are passed to ipfw. Default = is no. Any suggestions? Regards, Jim