Hello
I'm writting to ask what I'm doing wrong because I tried everythink with layer 7 and I can make it work!!!
First of all I introduce the script of the page http://www.mikrotik.com/download/l7-protos.rsc to insert the layer 7 rule.
The I make this rule:
0 ,,,HTTP - Layer 7
chain=prerouting src-address=x.x.x.x action=mark-packet
layer7-protocol=http new-packet-mark=HTTP passthrough=no
1 ,,,HTTP - Layer 3
chain=prerouting src-address=x.x.x.x action=mark-connection
new-connection-mark=HTTP_CON dst-port=80 protocol=tcp passthrough=yes
2 chain=prerouting action=mark-packet new-packet-mark=HTTP
connection-mark=HTTP_CON passthrough=no
Well, when I open a browser and open same pages, the layer 7 not works and mark the packets only in the rule 2, and not in roule 0 that I want!!!
If I continuous training thinks and insert all other rules with layer 7, that navigation is mark in the layer with skypeout rule is mark!!! Strange, isn't it?
Someone can say me what I'm doing wrong?
Thank
Rafael Loré