Community discussions

MikroTik App
 
vadood
just joined
Topic Author
Posts: 17
Joined: Sun Aug 29, 2010 11:28 am

QoS question

Tue Oct 19, 2010 3:26 pm

Hi,

I read the wiki first, but could not figure out how I can accomplish this. I have a connection from ISP and a couple internal users. One user is running p2p software, and is making PPPoE connections to my Mikrotik device. Also he always gets the same ip address.

I want to prioritize every other traffic over this single user, and let him use as much bandwidth as he wants, provided that there is no other request for network traffic.

Thanks,
Vad
 
xxiii
Member Candidate
Member Candidate
Posts: 234
Joined: Wed May 31, 2006 12:55 am

Re: QoS question

Tue Oct 19, 2010 10:11 pm

In queue tree, make three queues, A parent queue for the outgoing interface (whose parent will be the interface, or possibly the global one), with limit matching the bandwidth of the interface, then one for him, and one for everyone else, that both specify the first queue as their parent. Use the priority field to make one of the children queues more important than the other, and use /ip firewall mangle to mark the packets appropriately.

ether1
--ether1_queue 10mbit
----everyone priority 5 packet_mark everyone
----p2p user priority 8 packet_mark p2p

(Use whatever ethernet/priorities/packet marks are appropriate).

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot], grayfoxbsd, MarkusT, Question and 152 guests