Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Bridge doesn't forward packets

239 bytes added, 07:51, 25 November 2008
Resolution
iptables -A FORWARD -d 255.255.255.255 -j ACCEPT
to fix the issue.
 
== Another Problem Case ==
I had setup a bridge andgot the same problem, but iptables was setup well. In my case the problem was lying in /proc/sys/net/bridge/
 
everything inside had value "1", changed them to "0" and problem was solved.
== Credits ==
1
edit