Hi All,

I am trying to make my openwrt wrt54gl as transparent bridge with layer7 iptables monitoring. I do not want to filter the traffic, just want to monitor my port 80.

I am running White russion RC4.
After applying the layer7 rules, my openwrt router crashes! I don't have any log (don't know how to debug this!)

This is my config:
insmod ebtables
insmod ebtable_filter
insmod ipt_layer7
ebtables -A INPUT -j ACCEPT
ebtables -A OUTPUT -j ACCEPT
ebtables -A FORWARD -j ACCEPT
iptables -A INPUT -j ACCEPT
iptables -A OUTPUT -j ACCEPT
iptables -A FORWARD -j ACCEPT
iptables -vL --line-number
iptables -D FORWARD -j ACCEPT
iptables -A FORWARD -m layer7 --l7proto http
iptables -A FORWARD -j ACCEPT

If I use iptables without layer7, only layer3 monitoring and droping everything works fine.
Does any body have an idea why this is happening?
Is it missing loading any module?

Thanks in advance for your help.
Regards,
Pedro