返回列表 發帖
本帖最後由 Qnewbie 於 2013-10-31 08:12 編輯

I don't know the configuration of your RB. However, you can simply add a firewall rule that drops all traffic between two ip pools.
  1. /ip firewall filter
  2. add chain=forward action=drop src-address=192.168.3.0/24 dst-address=192.168.5.0/24
  3. add chain=forward action=drop src-address=192.168.5.0/24 dst-address=192.168.3.0/24
複製代碼
RB750G, RB2011UAS-2HnD
IP01, A580IP, AT-610

TOP

返回列表