skype2skype l7 rule

give me plz working regex for skype2skype calls for mt 5

http://l7-filter.sourceforge.net/layer7-protocols/protocols/skypetoskype.pat

search.JPG
http://forum.mikrotik.com/t/qos-skype/40936/1

/ip firewall layer7-protocol add name=skypenack regexp="\\xd5"



/ip firewall layer7-protocol add name=skypenack regexp="[\\\\|\\xd5]"

doesn’t work to me … on MT5

What does not work for you exactly? Did you read the post? Did you change the pattern matching your ip addresses?

I have ip 188.xxx.xxx.xxx what i should to write there

how to write ip macthing rule ?

/ip firewall layer7-protocol add name=skypenack regexp="[\\xbc]"

I have about 10-15 connection via skype l7 rule from one user is it right ?

some of them is bittorrent ?

Those 15 ip adresses you catch, are other skype users and skype servers.
The connections between them and your IPs are calls and chats…
Aren’t you looking for them? :slight_smile:

seems to be … but to much data from 2 days 40Gb traffic

it’s going about 30% skype 50% utp 20% other …

i think it’s too much for skype

post your configuration

52   ;;; SKYPE
     chain=prerouting action=mark-connection new-connection-mark=skype 
     passthrough=yes layer7-protocol=skypenack 

53   chain=prerouting action=mark-packet new-packet-mark=SKYPE passthrough=no 
     connection-mark=skype



 1 skypenack                             [\xbc]

this config will match like 70% of your traffic.
RTFM and check the link i posted above.

when i enter [\xbc] via commandline it add [\xbc]

as I understood trouble is that must be [\xbc] for right detection ?

http://en.wikipedia.org/wiki/Escape_character#Programming_and_data_formats

The backslash character is an escape character. So to insert a backslash itself you must use its escaped version, \.

so what should i write to command line to enter right rule?

Hire a consultant, your knowledge looks not appropriate for the task you are trying to do

Thanks a lot …