Page 1 of 1

Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 6:52 am
by dutq
Hi Everyone!!!
I need QOS High Priority for Skype, I has been follow https://www.mansooryousaf.com/blogs/mik ... igurations. but it hasn't working
Can anyone help me?? Thanks you!!!!

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 8:17 am
by nichky
Did you set up priority?

How did you try . Did you call someone?

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 9:50 am
by dutq
I setup priority 8,
I called my friend and i tested through Firewall=> Mangle, it hasn't bandwith. http://prntscr.com/jlx66e

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 9:58 am
by nichky
Of course it does, just adjust "packet size" ;)

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 10:09 am
by dutq
How to adjust "packet size"? Can you help me? Thanks you!!

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 10:09 am
by nichky
disable it

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 10:32 am
by dutq
nichky, i has been disable Packet size but it hasn't working http://prntscr.com/jlxkqh

Re: Help me, QOS High Priority for Skype.

Posted: Thu May 24, 2018 10:44 am
by nichky
try to disable Connection Rate

Re: Help me, QOS High Priority for Skype.

Posted: Fri May 25, 2018 10:20 am
by dutq
HI nichky,
I checked QOS High Priority for Skype but it hasn't working. Can you send code for me?
Thanks you!!

Re: Help me, QOS High Priority for Skype.

Posted: Fri May 25, 2018 11:37 am
by nichky
I will repeat again.

The only thing that you have to do is to adjust "packet size" or disable if you don't know what is does. And that you can set up priority on QoS. that's it.

How you testing does it work or no?

Re: Help me, QOS High Priority for Skype.

Posted: Mon May 28, 2018 11:34 am
by dutq
HI nichky,
I called skype for my friend, sound and video it's very lag.
This is my code, Please check for me.
Thanks you!!
/ip firewall layer7-protocol
add name=skypenack regexp="[\\\\|\\xd5]"
/queue tree
add max-limit=10M name=skype packet-mark=skype parent=global queue=default
/ip firewall mangle
add action=add-src-to-address-list address-list=Skype address-list-timeout=1h chain=forward comment="Test QOS Skype" \
layer7-protocol=skypenack protocol=udp
add action=mark-connection chain=forward new-connection-mark=conn_skype passthrough=yes protocol=udp src-address-list=skype
add action=mark-connection chain=forward dst-address-list=skype new-connection-mark=conn_skype passthrough=yes protocol=udp
add action=mark-packet chain=forward connection-mark=conn_skype new-packet-mark=skype passthrough=no

Re: Help me, QOS High Priority for Skype.

Posted: Tue May 29, 2018 7:44 am
by nichky
viewtopic.php?t=45209

Re: Help me, QOS High Priority for Skype.

Posted: Tue May 29, 2018 8:45 am
by sindy
@dutq, most of the topics @nichky has just referred to to deals with identification of skype traffic. Whether you use the identification to deny Skype traffic completely, to give it the highest priority, or to assign it a limited bandwidth is a separate thing.

You can only prioritize traffic relatively over some other one. So when packets are ready for sending in several queues, you chose a packet from the queue with the highest priority. I'm not an expert on Mikrotik's implementation of queues, but you have only configured one queue, so you can control the maximum amount fo bandwidth permitted to Skype, but you don't seem to put all the other other traffic into a lower priority queue, so as far as I understand it, you cannot prevent the other traffic from taking the bandwidth from Skype connections.

Under what conditions do you test the Skype connection quality? While downloading a lot of other stuff or when nothing you'd be aware of is using the bandwidth of the uplink?