Page 1 of 1

Please help me with IP Mangle

Posted: Fri Jan 31, 2014 9:13 pm
by unridaz
Hello,

I have a RB 751 that I have configured ether 3, ether 4, and ether 5 to be their own masters, and I have bridged these ports to "bridge-local"

Now I would like to apply some rules based on traffic entering on say ether3, and have configured a mangle rule as follows:
chain=prerouting action=mark-connection new-connection-mark=no-mark 
     passthrough=yes in-interface=bridge-local 
     in-bridge-port=ether3-slave-local 
But when I pass traffic through ether3, I don't see the packet count increasing.... I am currently using OS 5.8, but have also tried this with 5.24 and 6.7 all with the same result. Any help is appreciated.

Thanks!!

Re: Please help me with IP Mangle

Posted: Fri Jan 31, 2014 9:40 pm
by falestiny
did you enable (use IP firewall) option in bridge settings?

Re: Please help me with IP Mangle

Posted: Fri Jan 31, 2014 10:47 pm
by unridaz
Problem Solved! Thanks for taking a few minutes to spoon feed an idiot. Don't know how I missed that, but thank you.