作为诊断不同问题的一部分,尝试添加一个网桥过滤器规则,该规则将阻止所有流量在网桥上的两个接口之间转发。
路由器有两个接口ether1
和ether2
一个网桥。
然后我们用这个添加了一个规则
/interface bridge filter
add action=drop chain=forward in-interface=ether1
我曾预计这会阻止到达 ether1 的所有流量被转发穿过桥接并流出 ether2。但是,流量继续流动,此规则无效。
作为诊断不同问题的一部分,尝试添加一个网桥过滤器规则,该规则将阻止所有流量在网桥上的两个接口之间转发。
路由器有两个接口ether1
和ether2
一个网桥。
然后我们用这个添加了一个规则
/interface bridge filter
add action=drop chain=forward in-interface=ether1
我曾预计这会阻止到达 ether1 的所有流量被转发穿过桥接并流出 ether2。但是,流量继续流动,此规则无效。
您是否在 interface->bridge-> settings 将 use-ip-firewall 设置为 yes ?(https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge#Bridge_Settings)