Community discussions

MikroTik App
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Help me, QOS High Priority for Skype.

Thu May 24, 2018 6:52 am

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!!!!
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 8:17 am

Did you set up priority?

How did you try . Did you call someone?
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 9:50 am

I setup priority 8,
I called my friend and i tested through Firewall=> Mangle, it hasn't bandwith. http://prntscr.com/jlx66e
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 9:58 am

Of course it does, just adjust "packet size" ;)
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 10:09 am

How to adjust "packet size"? Can you help me? Thanks you!!
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 10:09 am

disable it
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 10:32 am

nichky, i has been disable Packet size but it hasn't working http://prntscr.com/jlxkqh
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Thu May 24, 2018 10:44 am

try to disable Connection Rate
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Re: Help me, QOS High Priority for Skype.

Fri May 25, 2018 10:20 am

HI nichky,
I checked QOS High Priority for Skype but it hasn't working. Can you send code for me?
Thanks you!!
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Fri May 25, 2018 11:37 am

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?
 
dutq
just joined
Topic Author
Posts: 11
Joined: Mon Nov 20, 2017 4:31 pm

Re: Help me, QOS High Priority for Skype.

Mon May 28, 2018 11:34 am

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
 
User avatar
nichky
Forum Guru
Forum Guru
Posts: 1399
Joined: Tue Jun 23, 2015 2:35 pm

Re: Help me, QOS High Priority for Skype.

Tue May 29, 2018 7:44 am

viewtopic.php?t=45209
 
User avatar
sindy
Forum Guru
Forum Guru
Posts: 11381
Joined: Mon Dec 04, 2017 9:19 pm

Re: Help me, QOS High Priority for Skype.

Tue May 29, 2018 8:45 am

@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?