From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Content-Type: multipart/alternative; boundary="_2fe01530-b9d1-42fa-aea6-89649f1072da_" From: Fahim Akhter Date: Tue, 18 Nov 2008 15:14:28 +0500 MIME-Version: 1.0 Subject: [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.linux-foundation.org --_2fe01530-b9d1-42fa-aea6-89649f1072da_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C=20 =20 I have a single bridge=2C working between two PC's for testing purposes. In= rc.local if I stop "service iptables stop"=2C the bridge works fine and bo= th sides are getting pinged.=20 =20 But when I enable the IPtables it stops working=2C I need the iptables for = filtering and to use with ebtables=2C any Ideas ? =20 Thanks=2C=20 Fahim Akhter _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Space= s. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=3Dcreate&wx_url=3D/friends.= aspx&mkt=3Den-us= --_2fe01530-b9d1-42fa-aea6-89649f1072da_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=2C
 =3B
I have a single bridge=2C working between two PC's for testing purposes. In= rc.local if I stop "service iptables stop"=2C the bridge works fine and bo= th sides are getting pinged.
 =3B
But when I enable the IPtables it stops working=2C I need the iptables for = filtering and to use with ebtables=2C any Ideas ?
 =3B
Thanks=2C
Fahim Akhter



Invite your mail contacts to join yo= ur friends list with Windows Live Spaces. It's easy! Try it! = --_2fe01530-b9d1-42fa-aea6-89649f1072da_-- 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