Community discussions

MikroTik App
 
cicserver
Member
Member
Topic Author
Posts: 303
Joined: Sun Jul 24, 2011 12:04 pm

SKYPE Queue Priority

Sat Mar 08, 2014 5:30 pm

I am using 5.26.
How can I mark traffic for SKYPE (to give full bandwidth to SKYPE VOICE/VIDEO via simple queue) ?
I have tried few scripts but didn't worked out.

Any one have any working updated method that can mark prioritize SKYPE traffic ?
Last edited by cicserver on Sun Mar 09, 2014 7:43 am, edited 1 time in total.
 
User avatar
c0d3rSh3ll
Long time Member
Long time Member
Posts: 557
Joined: Mon Jul 25, 2011 9:42 pm
Location: [admin@Chile] >

Re: SKYPE Queue Priority

Sat Mar 08, 2014 9:08 pm

Maybe layer 7 regex can help you. I tried it with 5.x and work fine.

Sent from my mobile phone with Tapatalk
 
cicserver
Member
Member
Topic Author
Posts: 303
Joined: Sun Jul 24, 2011 12:04 pm

Re: SKYPE Queue Priority

Sun Mar 09, 2014 7:42 am

I am also using 5.26
I tried following but it didn't worked as expected. I want to give full bandwidth sky VOICE/VIDEO.
/ip firewall layer7-protocol
add name=skypenack regexp="[\\\\|\\xd5]"

/ip firewall mangle
add action=add-src-to-address-list address-list=skype address-list-timeout=1h \
chain=forward disabled=no layer7-protocol=skypenack packet-size=39 \
protocol=udp
add action=mark-connection chain=forward connection-rate=0-50k disabled=no \
new-connection-mark=conn_skype passthrough=yes protocol=udp \
src-address-list=skype
add action=mark-connection chain=forward connection-rate=0-50k disabled=no \
dst-address-list=skype new-connection-mark=conn_skype passthrough=yes \
protocol=udp
add action=mark-packet chain=forward connection-mark=conn_skype disabled=no \
new-packet-mark=skype passthrough=no

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=skpehits packet-mark=skype parent=global-out priority=8 \
queue=default
 
mansoor
just joined
Posts: 11
Joined: Mon Nov 20, 2017 12:03 pm

Re: SKYPE Queue Priority

Mon Feb 12, 2018 2:38 pm

Who is online

Users browsing this forum: No registered users and 113 guests