Hi!
A have CCR1009-7G-1C-1S+
ether2 and ether3 in bridge.
How can i block DHCP broadcast from ether2 to ether3 throught Bridge Filters?
Hi!
A have CCR1009-7G-1C-1S+
ether2 and ether3 in bridge.
How can i block DHCP broadcast from ether2 to ether3 throught Bridge Filters?
Take a look at following discussion threads.
http://forum.mikrotik.com/t/blocking-dhcp-with-bridge-firewall/92079/1
https://aacable.wordpress.com/2013/02/22/howto-block-dhcp-traffic-via-mirkotik-bridge/
I have DHCP server in ether2 network and other DHCP server in ether3 network.
But i need ether2 <=> (Block DHCP Broadcast) <=> ether3.
/interface bridge filter
add action=drop chain=forward dst-mac-address=FF:FF:FF:FF:FF:FF/FF:FF:FF:FF:FF:FF dst-port=67 ip-protocol=udp mac-protocol=ip out-interface=ether2
add action=drop chain=forward dst-mac-address=FF:FF:FF:FF:FF:FF/FF:FF:FF:FF:FF:FF dst-port=67 ip-protocol=udp mac-protocol=ip out-interface=ether3
If you have more than one bridge you can add in the rules out-bridge=XXXXXX too !
Yes! This Help me!
thanks for the help.
You welcome ![]()