From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 00:59:32 2005 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 C86EE16A4CE for ; Fri, 21 Jan 2005 00:59:32 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7164843D2F for ; Fri, 21 Jan 2005 00:59:32 +0000 (GMT) (envelope-from kopno@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:kopno@sdf.lonestar.org [192.94.73.1]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id j0L0x2QN001513 for ; Fri, 21 Jan 2005 00:59:04 GMT Received: (from kopno@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id j0L0x2tI016780 for freebsd-questions@freebsd.org; Fri, 21 Jan 2005 00:59:02 GMT Date: Fri, 21 Jan 2005 00:59:02 +0000 From: Kosta Kilim To: freebsd-questions@freebsd.org Message-ID: <20050121005902.GA22608@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Bridge with PF 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: Fri, 21 Jan 2005 00:59:32 -0000 Hello, after doing kldload -v bridge, I can see that I have it: kldstat Id Refs Address Size Name 1 6 0xc0400000 2cf3dc kernel 2 14 0xc06d0000 54974 acpi.ko 3 1 0xc125b000 3000 daemon_saver.ko 4 1 0xc152a000 7000 bridge.ko then if I do: sysctl -a | grep net.link.ether.bridge I get: sysctl -a | grep net.link.ether.bridge net.link.ether.bridge.version: 031224 net.link.ether.bridge.debug: 0 net.link.ether.bridge.ipf: 0 net.link.ether.bridge.ipfw: 0 net.link.ether.bridge.copy: 0 net.link.ether.bridge.ipfw_drop: 0 net.link.ether.bridge.ipfw_collisions: 0 net.link.ether.bridge.packets: 0 net.link.ether.bridge.dropped: 0 net.link.ether.bridge.predict: 0 net.link.ether.bridge.enable: 0 net.link.ether.bridge.config: net.link.ether.bridge_ipf: 0 net.link.ether.bridge_ipfw: 0 net.link.ether.bridge_cfg: Where is the mention of bridge with pf ? Or am I misunderstanding who bridge is supposed to work with pf ? I do have PF compiled into the kernel, it currently is doing NAT with packet filtering. Running 5.3. Thanks