Community discussions

MikroTik App
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

bypassing dynamic queues (hotspot pppoe)

Sun Feb 24, 2013 11:31 am

hi,
how to bypass queues made by hotspot or pppoe server. It was running fine in version 5xxx but after shifting to ccr with ros 6 this has stopped working. The marked packet and adding queue on that mark doesnt get bypassed. The traffic goes through the dynamic queues too. There was no problem in version 5. The queue in queue tree is added with parent "global".
thanks
 
hamoudi90
just joined
Posts: 2
Joined: Fri May 03, 2013 3:38 pm

Re: bypassing dynamic queues (hotspot pppoe)

Fri May 03, 2013 3:43 pm

we have this problem too :s
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

Re: bypassing dynamic queues (hotspot pppoe)

Mon May 06, 2013 11:52 am

so i'm not the only one. Mikrotik ppl are reading this ??
 
hamoudi90
just joined
Posts: 2
Joined: Fri May 03, 2013 3:38 pm

Re: bypassing dynamic queues (hotspot pppoe)

Thu May 09, 2013 2:32 pm

downgrade to v 5 by using netinstall it's back and working fine.
 
User avatar
jrecabeitia
Frequent Visitor
Frequent Visitor
Posts: 91
Joined: Tue Jun 05, 2007 2:26 pm
Location: Villa Dolores - Cordoba - Argentina
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Thu May 09, 2013 10:57 pm

I have understood that you can not use the version 5 in the CCR.
Can you confirm this?
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

Re: bypassing dynamic queues (hotspot pppoe)

Tue May 14, 2013 9:15 pm

thanks for the suggestion to downgrade to 5.xxx. Can i do on ccr ;)
 
Turamarth
newbie
Posts: 32
Joined: Wed May 09, 2012 3:25 am

Re: bypassing dynamic queues (hotspot pppoe)

Thu May 23, 2013 5:00 pm

same problem here, this will need a fix ...
 
Feklar
Forum Guru
Forum Guru
Posts: 1724
Joined: Tue Dec 01, 2009 11:46 pm

Re: bypassing dynamic queues (hotspot pppoe)

Fri May 24, 2013 10:23 pm

There is no fix, there is a difference in the way packets are processes for queues in Router OS from version 5 to version 6:
http://forum.mikrotik.com/viewtopic.php?f=1&t=67037

It is not possible to install v5 on the CCR, it's a new CPU with a new architecture, so only v6 is available for it.
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

Re: bypassing dynamic queues (hotspot pppoe)

Sun Aug 04, 2013 3:56 pm

then what is the work around if there is no fix. Mikrotik is silent. They should post it on wiki for workaround (if there is any work around)
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Mon Aug 05, 2013 12:53 pm

Simple Queues and Queue Tree are now independent, so you need to create Simple Queue to catch traffic in Simple Queues
 
edmundas
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Fri Nov 14, 2008 9:29 am

Re: bypassing dynamic queues (hotspot pppoe)

Sun Aug 18, 2013 1:30 pm

tried using the packet mark in simple queue but no packet passing through that queue. Whereas iptables is marking the packets.
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Tue Aug 20, 2013 11:37 pm

have you changed any of default values in the queue, so it actually was installed?
 
InfoSolTech
just joined
Posts: 17
Joined: Thu Aug 06, 2009 6:31 am

Re: bypassing dynamic queues (hotspot pppoe)

Wed Jan 10, 2018 12:04 pm

Hi,

understood Simple queues are independent... BUT

I want to understand following

I want to assign rate limit to specific ip range.. and ips within that remain within their dynamic queues limits.

How can we do that?

As, right now, assigning higher bandwidth to ip range spreads higher bandwidth to all queues bypassing the dynamic queue rate limit..

Please guide
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Wed Jan 10, 2018 12:13 pm

I want to assign rate limit to specific ip range.. and ips within that remain within their dynamic queues limits.

How can we do that?

As, right now, assigning higher bandwidth to ip range spreads higher bandwidth to all queues bypassing the dynamic queue rate limit..
Use QueueTree for limiting IP range, then dynamic Simple Queues will limit in general
 
InfoSolTech
just joined
Posts: 17
Joined: Thu Aug 06, 2009 6:31 am

Re: bypassing dynamic queues (hotspot pppoe)

Wed Jan 10, 2018 1:40 pm

Hi Thanks..

I have tried alot to limit rate on ip range through QueueTree..

For that, i have tried several times the following, but doesnt work..

Mangle > prerouting > src address > mark packet.. and then using that packet mark in queueTree..

but nothign moved.

can you please guide properly
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Wed Jan 10, 2018 2:21 pm


but nothign moved.
Can you please clarify what you mean? I'm not a telepathist.

Does your rule count packets, does the queue in queue tree count packets?

What exact rules/queues do you use?
 
InfoSolTech
just joined
Posts: 17
Joined: Thu Aug 06, 2009 6:31 am

Re: bypassing dynamic queues (hotspot pppoe)

Wed Jan 10, 2018 7:25 pm

Yes, i can see packages being counted ..

/ip firewall mangle
add action=mark-packet chain=prerouting new-packet-mark=high_speed_packet \
passthrough=no src-address=121.46.67.208

/queue tree
add max-limit=2M name=High_Speed packet-mark=high_speed_packet parent=global \
queue=default

Through this, i tried to get control on one ip, hence will change src address to src address list, and second rule for one ip.
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: bypassing dynamic queues (hotspot pppoe)

Thu Jan 11, 2018 7:24 am

Yes, i can see packages being counted ..
So, packets go to the Queue - and what happens?.. They're not limited to 2M?..