From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 31 Jan 2005 08:38:42 -0500 From: Jason Davis Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Bridge] Multi-interface bridge configuration help Reply-To: Jason Davis List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.osdl.org I want to configure a bridge that has one LAN interface (eth0) and multiple WAN interfaces. However this environment will have a lot of multicast traffic so I don't want any data received on the WAN interfaces to be forwarded to each other, only to eth0. Traffic originating from eth0 would be transmitted in the normal bridging manner on the WAN interfaces. STP is not used in this network. Is it possible to configure a bridge to behave like this? Thanks.