From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew J. Meader" Subject: Bridging Firewall Date: Thu, 27 Mar 2003 14:20:41 -0600 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E835D19.6000309@corp.lcom.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi All, I am trying to set up a bridging firewall with Red Hat 8.0. I can not get packets to flow from nic to nic. Topology: br0 | | ------ | | eth1 eth2 Here are the steps I have taken to setup the bridge: ifdown eth1 ifdown eth2 ifconfig eth1 0.0.0.0 ifconfig eth2 0.0.0.0 brctl addbr br0 brctl addif br0 eth1 brctl addif br0 eth2 ifconfig br0 0.0.0.0 When I ifconfig br0 I can see that rx packets are incrementing but tx packets are not incrementing. Are there any known issues with RH8.0 and brdiging? Thanks for helping. Andy