rate limit on interface

hello all

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


thanks a lot

I am also looking for the solutions of this. Can any body help me in this regard ?

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

[quote="Posse7x":2awegada]
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
[/quote:2awegada]

That’s a good idea !
But Mangle uses the processor and memory ( When traffic is more than 300Mbps )
Do you have another idea?

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