Community discussions

MikroTik App
 
network99
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Wed Nov 22, 2017 8:47 pm

rate limit on interface

Sun Nov 26, 2017 7:58 am

hello all

how to rate limit on interfaces ?
no QUEUEU an rate limit by ip address !


thanks a lot
 
kashiffaheem
just joined
Posts: 1
Joined: Sun Nov 26, 2017 9:34 am

Re: rate limit on interface

Sun Nov 26, 2017 9:48 am

I am also looking for the solutions of this. Can any body help me in this regard ?
 
Posse7x
just joined
Posts: 12
Joined: Thu Oct 06, 2016 4:11 pm

Re: rate limit on interface

Tue Nov 28, 2017 4:15 pm

less information to work on but I'll try

ip firewall mangle
add chain=forward in-interface=ether1 (out-interface=ether1) action=mark-connection new-connection-mark=in-eth1
add chain=forward connection-mark=in-ether1 action=mark-packet new-packet-mark=in-eth1-pack

now you can limit in queue tree traffic with the packet-mark in-eth1

hope this one helps
regards
 
network99
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Wed Nov 22, 2017 8:47 pm

Re: rate limit on interface

Tue Nov 28, 2017 7:54 pm

Posse7x wrote:
ip firewall mangle
add chain=forward in-interface=ether1 (out-interface=ether1) action=mark-connection new-connection-mark=in-eth1
add chain=forward connection-mark=in-ether1 action=mark-packet new-packet-mark=in-eth1-pack


That's a good idea !
But Mangle uses the processor and memory ( When traffic is more than 300Mbps )
Do you have another idea?
 
Posse7x
just joined
Posts: 12
Joined: Thu Oct 06, 2016 4:11 pm

Re: rate limit on interface

Tue Dec 05, 2017 6:02 pm

as i said less information to work with

i don't know any other option

if you could give me more information - maybe there is a workaround or something like that

Who is online

Users browsing this forum: No registered users and 31 guests