* [Bridge] All Packets Dropped if IPtables are enabled!
@ 2008-11-18 10:14 Fahim Akhter
2008-11-18 15:45 ` Jonathan Thibault
0 siblings, 1 reply; 2+ messages in thread
From: Fahim Akhter @ 2008-11-18 10:14 UTC (permalink / raw)
To: bridge
[-- Attachment #1: Type: text/plain, Size: 582 bytes --]
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!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
[-- Attachment #2: Type: text/html, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bridge] All Packets Dropped if IPtables are enabled!
2008-11-18 10:14 [Bridge] All Packets Dropped if IPtables are enabled! Fahim Akhter
@ 2008-11-18 15:45 ` Jonathan Thibault
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Thibault @ 2008-11-18 15:45 UTC (permalink / raw)
To: bridge
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 <host1> -d <host2> -j ACCEPT
iptables -A FORWARD -s <host2> -d <host1> -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!
> <http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bridge mailing list
> Bridge@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/bridge
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-18 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 10:14 [Bridge] All Packets Dropped if IPtables are enabled! Fahim Akhter
2008-11-18 15:45 ` Jonathan Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.