Is there a good way to limit speed for incoming connection per IP?
I down want to limit server speed but would like to limit incoming connections.
afaik u can do that in firewall rules
Something like this? Not sure if this is what you want.
> /queue simple
> add max-limit=1M/1M name=testing123 target=10.0.1.97/32
Using Simple Queues, this will limit device on 10.0.1.97 to 1mbps up and down.
This will limit ip but not incoming ip from outside.
I dont whant to limit internal ip. I just whant to limit single inbound connection to some speed.
Idea is that users downloading information from server wuld have speed limitation. But not the deveice in lan network.7
Probably misunderstanding you again, maybe this:
> /queue simple
> add dst=58.27.29.90/32 max-limit=5M/5M name=test target=192.168.0.0/24
This will limit speed to the server 58.27.29.90 on the internet to 5/5Mbps.