Community discussions

MikroTik App
 
lotnybartek
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 97
Joined: Wed Apr 16, 2014 3:22 pm

Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 3:22 pm

Hi there.

My gear: 2011UiAS-2HnD - 6.34.4

On my network I have one IP (192.168.1.251) that I'd like to exclude from FastTrack to do simple queues on that IP.

I enabled FastTrack with these two commands:
/ip firewall filter add chain=forward action=fasttrack-connection connection-state=established,related
/ip firewall filter add chain=forward action=accept connection-state=established,related
Is there a way to exclude that one IP?

Kind Regards

Bart
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7186
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 4:21 pm

Add accept rule before fasttrack rule.
 
lotnybartek
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 97
Joined: Wed Apr 16, 2014 3:22 pm

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 4:34 pm

Thank you for your answer. I'm newbie, can you tell me in specific what to add before fasttrack rule? Accept...?
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7186
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 4:37 pm

Accept rule with ip address that you do not want to be fasttracked.
 
User avatar
docmarius
Forum Guru
Forum Guru
Posts: 1224
Joined: Sat Nov 06, 2010 12:04 pm
Location: Timisoara, Romania
Contact:

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 4:43 pm

Something like this:
/ip firewall filter add chain=forward src-address=1.2.3.4 dst-address=2.3.4.5 action=accept connection-state=established,related
/ip firewall filter add chain=forward action=fasttrack-connection connection-state=established,related
/ip firewall filter add chain=forward action=accept connection-state=established,related
 
lotnybartek
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 97
Joined: Wed Apr 16, 2014 3:22 pm

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 5:04 pm

Hmm, doesn't work. Upload is still not limited to 1Mbit.

Your first and third rules are doing the same thing. Or am I wrong?
 
sash7
Frequent Visitor
Frequent Visitor
Posts: 68
Joined: Sun Mar 20, 2016 10:39 pm

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Wed Apr 13, 2016 9:17 pm

add chain=forward connection-state=established,related dst-address=192.168.1.251
add chain=forward src-address=192.168.1.251

add action=fasttrack-connection chain=forward connection-state=established,related
add chain=forward connection-state=established,related
 
lotnybartek
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 97
Joined: Wed Apr 16, 2014 3:22 pm

Re: Exclude one IP from FastTrack - to do simple queues on that IP

Thu Apr 14, 2016 9:12 am

This is awesome.

WORKS LIKE A CHARM. Very useful.

Thank you very much.

Who is online

Users browsing this forum: No registered users and 34 guests