Page 1 of 1
rate limit on interface
Posted: Sun Nov 26, 2017 7:58 am
by network99
hello all
how to rate limit on interfaces ?
no QUEUEU an rate limit by ip address !
thanks a lot
Re: rate limit on interface
Posted: Sun Nov 26, 2017 9:48 am
by kashiffaheem
I am also looking for the solutions of this. Can any body help me in this regard ?
Re: rate limit on interface
Posted: Tue Nov 28, 2017 4:15 pm
by Posse7x
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
Re: rate limit on interface
Posted: Tue Nov 28, 2017 7:54 pm
by network99
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?
Re: rate limit on interface
Posted: Tue Dec 05, 2017 6:02 pm
by Posse7x
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