Community discussions

MikroTik App
 
PatrickF95
just joined
Topic Author
Posts: 2
Joined: Wed Jul 01, 2015 12:30 am

Simple Queue not working when Fasttrack enabled

Wed Jul 01, 2015 1:02 am

Hello,

I'm am using Router OS 6.29.1 at the moment with fasttrack enabled. This evening I found out that simple queues like the example below are not working when fasttrack is enabled. When disable the fasttrack entry in the firewall the queue works fine.
/queue simple
add max-limit=1M/1M name=queue1 target=192.168.1.254/32
Is this normal or is it a bug that will be fixed later?

Best regards,
Patrick
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Wed Jul 01, 2015 12:11 pm

It is normal. You cannot have both.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26381
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Simple Queue not working when Fasttrack enabled

Wed Jul 01, 2015 12:47 pm

Fasttrack if for speeding up traffic. Queue is for slowing it down.

Why do you want Fasttrack, if you are limiting speed?

The only possibility is if you mark specific traffic to not be queued, but to be fasttracked. Then separately mark the other traffic that needs to be Queued.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Simple Queue not working when Fasttrack enabled

Wed Jul 01, 2015 7:27 pm

But normis, wouldn't be great to have fasttrack until the speed limit is reached and then start to apply queueing to slow the traffic if necessary? I know that it doesn't work that, but there is just need to count the traffic that could be done virtually by side and not in packet processing queues, I would say. Then we could have both at once...
 
PatrickF95
just joined
Topic Author
Posts: 2
Joined: Wed Jul 01, 2015 12:30 am

Re: Simple Queue not working when Fasttrack enabled

Fri Jul 10, 2015 10:41 pm

Thank you for the replys.

I have informed me a bit more about fasttrack.It makes sense that queue's are not working when fasttrack is enabled.

I' am going to try normis advice.
 
asimko
newbie
Posts: 39
Joined: Wed Nov 13, 2013 9:55 am

Re: Simple Queue not working when Fasttrack enabled

Thu Jul 16, 2015 12:46 pm

Hello,

Is there a possibility to have fasttrack enabled and limit user by IP? We are using simple queues to limit users in speed for what they have payed for, but we like fasttrack because it is eating much less cpu (installed ros today 6.30.1) and is really significant.

Thanks for reply.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26381
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Simple Queue not working when Fasttrack enabled

Thu Jul 16, 2015 12:52 pm

You can also use Switch to reduce CPU speed, then traffic will not be processed by the CPU. In the Switch config you can assign bandwidth limitations.

You can then configure Fasttrack for other traffic.
Screenshot 2015-07-16 12.56.03.png
You do not have the required permissions to view the files attached to this post.
 
User avatar
macgaiver
Forum Guru
Forum Guru
Posts: 1764
Joined: Wed May 18, 2005 5:57 pm
Location: Sol III, Sol system, Sector 001, Alpha Quadrant

Re: Simple Queue not working when Fasttrack enabled

Thu Jul 16, 2015 1:11 pm

If you are using queues of any kind you need to inspect a packet, classify it , and place it in a queue, so that you know when speed limit is reached , queue is full and you an start dropping the packets (limiting speed).
Fasttrack is all about skipping those processes, that is where that speed comes form.

It is like "face control" in the nightclub :)
Fasttrack is friends and celebrities that are known to guard that get in as soon as face is recognized.
Queues are regular people in the line that you stand in to get in the club, and in the end they will check your ID, bag and pocket content, and might be discarted :)

You can't have both, you can't have celebrity approach with deep pocket and bag inspection at the same time, can you?
 
ners
Member Candidate
Member Candidate
Posts: 100
Joined: Tue Mar 12, 2013 4:30 pm

Re: Simple Queue not working when Fasttrack enabled

Sat Aug 01, 2015 2:41 pm

The current implementation is not optimal.

It should implemented in such a way, that Fasttrack gets disabled only for such traffic which cannot be fasttracked (due to simple queues, firewall rules etc...). The presence of simple queues for certain targets should not disable Fasttrack for everything else.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Sat Aug 01, 2015 5:22 pm

It is so. The fasttrack goes around the queues not that the queues would be going around the fasttrack.
 
ners
Member Candidate
Member Candidate
Posts: 100
Joined: Tue Mar 12, 2013 4:30 pm

Re: Simple Queue not working when Fasttrack enabled

Wed Aug 05, 2015 11:19 am

Simple queues should override fasttrack for specific IP/Interfaces where it is applicable.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Wed Aug 05, 2015 1:02 pm

Then exclude those ips from fasttrack first.
 
User avatar
niamul
Frequent Visitor
Frequent Visitor
Posts: 50
Joined: Tue Dec 04, 2007 9:33 am
Location: Dhaka, Bangladesh
Contact:

Re: Simple Queue not working when Fasttrack enabled

Wed Aug 05, 2015 9:06 pm

We have multiple queues running and I would like to enable fast track for just one user. How do I go about doing that? Would that be done by using the source ip? Or is fast track for everybody or nobody?
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Thu Aug 06, 2015 6:42 am

Fasttrack is action in firewall rule. So make whatever condition you want, put that action to it and see.
 
ners
Member Candidate
Member Candidate
Posts: 100
Joined: Tue Mar 12, 2013 4:30 pm

Re:

Thu Aug 06, 2015 10:32 am

Then exclude those ips from fasttrack first.
Too much of a hassle, really, not elegant and is just a duct tape solution to a bad design decision.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Thu Aug 06, 2015 12:09 pm

Maybe learn a bit about the principles how fasttrack works. And yes, I agree that it doesn't look so much straightforward.
 
User avatar
bajodel
Long time Member
Long time Member
Posts: 551
Joined: Sun Nov 24, 2013 8:30 am
Location: Italy

Re:

Sat Aug 08, 2015 9:13 am

Maybe learn a bit about the principles how fasttrack works. And yes, I agree that it doesn't look so much straightforward.
You guys are surely right, I have a personal "philosophy": if I have money/need for high speed link I'll spend some bucks for a horse powered device (rb1100, ccr,..) :D

I don't use fasttrack on production, I only made some tests on lab stuff; surely a great tool on certain conditions but IMHO limited to "home/single user" use.

On other side, I was now thinking to test fastrack to completely bypass queue (best priority ever) for voip traffic ..I'll give a spin :lol:
 
Jivo
newbie
Posts: 35
Joined: Wed Jun 08, 2011 11:44 pm

Re:

Sun Oct 18, 2015 5:31 pm

Then exclude those ips from fasttrack first.
Tried that - did not work.

I have excluded the IP range I want to queue form Fasttrack, but did not get the expected result.
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Mon Oct 19, 2015 6:48 am

Some config fault probably. Try opposite way. Switch fasttrack off, check the queues are working. Add fasttrack only for selected ips and check the others are not influenced.
 
User avatar
rekeds
just joined
Posts: 13
Joined: Fri Mar 14, 2014 10:45 pm

Re: Simple Queue not working when Fasttrack enabled

Thu Dec 17, 2015 12:40 pm

how to disable fast track?
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7056
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Simple Queue not working when Fasttrack enabled

Thu Dec 17, 2015 12:41 pm

by disabling fasttrack rule in firewall filters.
 
User avatar
rekeds
just joined
Posts: 13
Joined: Fri Mar 14, 2014 10:45 pm

Re: Simple Queue not working when Fasttrack enabled

Thu Dec 17, 2015 12:58 pm

by disabling fasttrack rule in firewall filters.
firewall filter - removed

simple queue counters for target IP are still 0, tried to disable/enable.

reboot

still zero counters. hmm.
v6.33.3
 
silversword
Frequent Visitor
Frequent Visitor
Posts: 58
Joined: Tue Jul 23, 2013 3:36 pm

Re: Simple Queue not working when Fasttrack enabled

Mon Jul 18, 2016 8:19 pm

I came across this thread when trying to limit guest wifi with simple queues, while fasttrack is enabled (on CRS125-24G). Have to have fasttrack enabled, on a 1Gbps fiber internet connection. If fasttrack isn't enabled, System | Profile shows that firewall hits 100% CPU, and limits my wired connections to ~200Mbps on the gateway.

My solution for now is under: Wireless | ap-guest | Wireless tab | putting entries in the "default AP Tx Rate" and "Default Client Tx Rate". 1000000 = 1.0 Mbps so just accordingly. Of course this is limiting the entire AP instead of individual clients.

HTH,
David
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: Simple Queue not working when Fasttrack enabled

Tue Jul 19, 2016 7:25 am

You can have queues for guests and fasttrack for you. Just set the ip addresses in the rules to distinguish who is who.
 
silversword
Frequent Visitor
Frequent Visitor
Posts: 58
Joined: Tue Jul 23, 2013 3:36 pm

Re: Simple Queue not working when Fasttrack enabled

Wed Jul 27, 2016 6:22 pm

Jarda, considering this (almost default config for CRS125)

Image
I believe you're saying there needs to be another firewall rule between 3 and 4 applying to the IP's assigned to the wifi guest network (192.168.20.0/24) so that it triggers before the defconf: fasttrack rule is that right?  Currently the traffic doesn't show up in the simple queue (it's disabled in pic, but it was enabled when testing).

What would that rule be?

Thx,
David
 
silversword
Frequent Visitor
Frequent Visitor
Posts: 58
Joined: Tue Jul 23, 2013 3:36 pm

Re: Simple Queue not working when Fasttrack enabled

Wed Sep 14, 2016 10:02 am

I think I was able to get this working:
/ip firewall filter
add action=accept chain=forward comment=\
    "Guest wifi IP excluded from fasttrack for simple queue processing" connection-state=\
    established,related src-address=192.168.20.0/24
add action=accept chain=forward comment=\
    "Guest wifi IP excluded from fasttrack for simple queue processing" connection-state=\
    established,related dst-address=192.168.20.0/24
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
    
Image
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: Simple Queue not working when Fasttrack enabled

Wed Sep 14, 2016 11:10 am

Are there any connections to .20.0 network? If not, delete first two accepting rules and put .20.0 with negative mark in the src address field of the fasttrack rule. It will not be fasttracked but subsequent rule will accept it. Much more effective.
 
rbnewfan
newbie
Posts: 28
Joined: Sat Oct 22, 2016 5:23 pm

Re: Simple Queue not working when Fasttrack enabled

Sat Nov 19, 2016 4:10 pm

I have to concur with the guys with gigabit connections.
I have a gigabit connection and with fastrack I can go up to 900+ Mbps with 95% CPU, but disabling fasttrack (to enable simple queues to limit some clients to about 300-400 Mbps) and just enabling a simple queue, the speed falls down to below 160Mbps with 100% CPU!
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: Simple Queue not working when Fasttrack enabled

Tue Nov 22, 2016 5:29 pm

That's nothing against. If you are able to reach such speed with queues on rb2011, you are a lucky man.
 
ZschimmerIT
newbie
Posts: 30
Joined: Thu Jul 13, 2017 2:50 pm
Location: Germany

Re: Simple Queue not working when Fasttrack enabled

Fri Feb 04, 2022 3:06 pm

Hi, I've still the problem with Fastpath active, no queue is working for Hotspot...
Can anybody tell me how to use fastpath but only queueing hotspot traffic?
I use the integrated hotspot server with build in queues.
# feb/04/2022 13:57:28 by RouterOS 6.49.2
# model = RB3011UiAS
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=stablished,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=drop chain=forward comment="drop hotspot not > internet" in-interface=bridge_hotspot out-interface-list=!WAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=set-priority chain=postrouting comment="Set priority for WMM" new-priority=from-dscp-high-3-bits passthrough=yes

/ip hotspot user profile
add insert-queue-before=first mac-cookie-timeout=1d name=2m/10m-speed parent-queue=none queue-type=default rate-limit=2m/10m
/ip hotspot profile
add dns-name=hotspot.customer hotspot-address=10.10.10.1 http-cookie-lifetime=1d login-by=cookie,http-chap,trial,mac-cookie name=hsprof1 rate-limit=20m/100m trial-uptime-limit=1d trial-user-profile=2m/10m-speed
/ip hotspot
add address-pool=pool_hotspot disabled=no interface=bridge_hotspot name=hotspot1 profile=hsprof1
Cheers

Marcel
 
holvoetn
Forum Guru
Forum Guru
Posts: 5491
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Simple Queue not working when Fasttrack enabled

Fri Feb 04, 2022 4:17 pm

Fastpath <> fasttrack

Only fasttrack when not using hotspot-IP adresses ?

See this thread where it was discussed as well
viewtopic.php?t=139341

Who is online

Users browsing this forum: Bing [Bot], FurfangosFrigyes, KpuCko, xrlls and 165 guests