NetworkPro on firewalling

Hi.

I put the rules of “NetworkPro on firewalling”, wiki, on my router but something seems going wrong.
http://wiki.mikrotik.com/wiki/NetworkPro_on_firewalling

All rules that contains “jump-target=drop” are with red color (on winbox).
Please, may someone help me to find where the problem is.

BR
firewalling.JPG

.

‘Action=jump jump-target=drop’ means that these packets should now be processed through rules with ‘chain=drop’. Do you have any rules with ‘chain=drop’ ?

It is true, I havent any rule with chain=drop. I created one and all seems OK.
For blocking a specific traffic, may I use now chain=drop instead of input, output or forward?

Thank you kirshteins!

Please note, that unless you know exactly what all of those rules do, please do not install something that you don’t know what its doing.

No I dont know what exactely these rules do, thats why I am asking about ‘drop’ rule
So If someone helps me with short explain Ill bee grateful.

Thanks

Action=jump can be handy if you want to classify specific traffic and apply more than one rule to it. You should read manual about this: http://wiki.mikrotik.com/wiki/Firewall_filter . Pay most attention to action=jump and action=return.