1
edit
Changes
→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 ==