禁止某 IP 連接網路
發表於 : 2012-01-08 17:48:42
代碼: 選擇全部
/ip firewall filter add chain=forward src-address=192.168.1.100 action=drop
/ip firewall filter add chain=forward dst-address=192.168.1.100 action=drop
代碼: 選擇全部
/ip firewall filter add chain=forward src-address=192.168.1.100 action=drop
/ip firewall filter add chain=forward dst-address=192.168.1.100 action=drop