I am replacing a firebox in one of my locations. The firebox is set in drop in mode so I had to bridge my External Port and DMZ port on my mikrotik install. I have the bridge setup and it passes traffic, however when I set firewall rules for my DMZ none are taking effect. I have made sure I told it to use the IP Firewall. Anyone have any suggestions. Here is a bit of the config. I am testing using ICMP to my DMZ
/interface bridge port
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=ether1-External path-cost=10 point-to-point=auto \
priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=ether2-Optional path-cost=10 point-to-point=auto \
priority=0x80
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes
/ip firewall filter
add action=accept chain=forward comment="Allow all outgoing" disabled=no \
out-interface=bridge1
add action=accept chain=forward comment="" disabled=no \
src-address=216.234.27.0/24
add action=accept chain=forward comment="" connection-state=established \
disabled=no
add action=drop chain=forward comment="" disabled=no protocol=udp
add action=drop chain=forward comment="" disabled=no protocol=tcp
add action=drop chain=forward comment="" disabled=no protocol=icmp