https://wiki.mikrotik.com/wiki/Use_host ... wall_rules
- It says "Note: Applies only for RouterOS versions up to version v6.36.".
Why it isn't possible for versions greater than v6.36 ? - There's a typo:
Instead of "chain=ouput", should be "chain=output".Code: Select all
/ip firewall filter add chain=ouput dst-address-list=host_mikrotik action=accept
- Consequently to the previous clause:
The chain to which the firewall rule should be added is "forward", not "output".
Do you agree?