Community discussions

MikroTik App
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

skype2skype l7 rule

Fri Nov 12, 2010 11:22 am

give me plz working regex for skype2skype calls for mt 5
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7054
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: skype2skype l7 rule

Fri Nov 12, 2010 11:40 am

 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Fri Nov 12, 2010 4:53 pm

You do not have the required permissions to view the files attached to this post.
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Fri Nov 12, 2010 10:40 pm

/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
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Sat Nov 13, 2010 12:11 am

What does not work for you exactly? Did you read the post? Did you change the pattern matching your ip addresses?
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Sat Nov 13, 2010 12:15 am

I have ip 188.xxx.xxx.xxx what i should to write there
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Mon Nov 22, 2010 3:19 pm

how to write ip macthing rule ?
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Mon Nov 22, 2010 4:23 pm

/ip firewall layer7-protocol add name=skypenack regexp="[\\xbc]"
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Tue Nov 23, 2010 10:46 pm

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

some of them is bittorrent ?
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Thu Nov 25, 2010 12:03 am

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? :)
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Thu Nov 25, 2010 1:22 am

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
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Thu Nov 25, 2010 10:10 am

post your configuration
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Thu Nov 25, 2010 8:04 pm

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]     
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Fri Nov 26, 2010 12:15 am

this config will match like 70% of your traffic.
RTFM and check the link i posted above.
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Fri Nov 26, 2010 4:55 am

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

as I understood trouble is that must be [\\xbc] for right detection ?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: skype2skype l7 rule

Fri Nov 26, 2010 5:03 am

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_cha ... ta_formats

The backslash character is an escape character. So to insert a backslash itself you must use its escaped version, \\.
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Fri Nov 26, 2010 1:38 pm

so what should i write to command line to enter right rule?
 
Muqatil
Trainer
Trainer
Posts: 573
Joined: Mon Mar 03, 2008 1:03 pm
Location: London - UK
Contact:

Re: skype2skype l7 rule

Fri Nov 26, 2010 5:51 pm

Hire a consultant, your knowledge looks not appropriate for the task you are trying to do
 
Ripper
Member Candidate
Member Candidate
Topic Author
Posts: 164
Joined: Thu Aug 05, 2010 1:24 am

Re: skype2skype l7 rule

Fri Nov 26, 2010 10:57 pm

Thanks a lot ...

Who is online

Users browsing this forum: No registered users and 38 guests