From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4922E328.40608@navigue.com> Date: Tue, 18 Nov 2008 10:45:44 -0500 From: Jonathan Thibault MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] All Packets Dropped if IPtables are enabled! List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.osdl.org You probably have DROP has a default policy for the FORWARD table. Add rules to FORWARD that lets the traffic you need through the bridge. For example: iptables -A FORWARD -s -d -j ACCEPT iptables -A FORWARD -s -d -j ACCEPT Jonthan Fahim Akhter wrote: > Hi, > > I have a single bridge, working between two PC's for testing purposes. > In rc.local if I stop "service iptables stop", the bridge works fine > and both sides are getting pinged. > > But when I enable the IPtables it stops working, I need the iptables > for filtering and to use with ebtables, any Ideas ? > > Thanks, > Fahim Akhter > > ------------------------------------------------------------------------ > Invite your mail contacts to join your friends list with Windows Live > Spaces. It's easy! Try it! > > > ------------------------------------------------------------------------ > > _______________________________________________ > Bridge mailing list > Bridge@lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/bridge