ShyLion Posted March 2, 2019 Posted March 2, 2019 [lion@rb_bus_008] > ip firewall filter print where chain=input and action=drop Flags: X - disabled, I - invalid, D - dynamic 0 chain=input action=drop protocol=tcp dst-port=8728 1 chain=input action=drop connection-state=invalid 2 chain=input action=drop [lion@rb_bus_008] > ip firewall filter print detail where chain=input and action=drop and protocol=tcp and dst-port=8728 Flags: X - disabled, I - invalid, D - dynamic [lion@rb_bus_008] > Изначально хотел /ip firewall filter remove [find where условие], но результат тот-же - не удаляет MikroTik RouterOS 6.42.12 Вставить ник Quote
ShyLion Posted March 3, 2019 Author Posted March 3, 2019 Грузите апельсины бочками Вставить ник Quote
ShyLion Posted March 3, 2019 Author Posted March 3, 2019 Добрые люди на официальном форуме помогли. Вобщем нужно искомые значения в кавычках задавать, тогда фильтры работают: [lion@rb_bus_008] > ip firewall filter print where protocol="tcp" and src-address="10.0.24.0/21" Flags: X - disabled, I - invalid, D - dynamic 0 chain=input protocol=tcp src-address=10.0.24.0/21 dst-port=22 [lion@rb_bus_008] > Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.