Re: All Packets Dropped if IPtables are enabled!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxxxxx
> https://lists.linux-foundation.org/mailman/listinfo/bridge

_______________________________________________
Bridge mailing list
Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/bridge

[Index of Archives]     [Netdev]     [AoE Tools]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux