Rate limits are used to control the rate of traffic sent or received on a network interface.
Questions tagged [rate-limits]
12 questions
4
votes
4 answers
How to limit speeds on my "Linksys Wireless-G Home Router - WRT54GH"?
I have a cable modem connected to my WRT54GH router, my main PC connected to the router with an Ethernet cable, and everyone else connected to the router via wireless.
I would like to limit download and upload speeds for each device, because I don't…
Gavrisimo
- 41
3
votes
1 answer
TCP Throughput testing tools with ability to rate-limit?
I'm looking for test software that can generate test streams with the TCP/IP protocol, but limit the rate of the test data. For example, if using 100Mbps Ethernet, I would like to be able to generate a 1Mbps TCP/IP stream.
Tools like Iperf/Jperf…
tim11g
- 2,058
2
votes
0 answers
Add virtual network interface to limit internet traffic?
The setup is as follows: I have a server with one network card in my LAN network. Now I want to limit the upload / download speed from / to the server but not the speed within the local network.
Wondershaper works perfectly fine but throttles all…
Tobias
- 109
2
votes
3 answers
How to limit upload speed in Windows 10?
I've got an application (aws-cli) that takes over all the bandwidth when uploading, which means in the meantime no other application can access the internet.
So I'm wondering is it possible to limit the upload speed of an application or even the…
laurent
- 5,774
1
vote
1 answer
Mikrotik – reset user manager counter after day or week
I have a Mikrotik router board and use userman radius for accounting.
I want to set a transfer limit to it's users, but I want that transfer limit to be reset periodically, like every day.
Can I do this in Mikrotik usermanager and how?
Mehdi Haghshenas
- 121
1
vote
1 answer
nginx rate limit doesn't work as expected
I'm trying to rate limit the nginx connections, however it doesn't seem to work as expected.
I tried to test it using 2 and 10 requests per second.
First, 2 requests per second
limit_req_zone $binary_remote_addr zone=myzone:10m…
catalin
- 335
0
votes
0 answers
Find source of bandwidth cap
Good day!
There is a group of Ubuntu 22.04 LTS workstations at work that me and my coworker use to run different kinds of jobs. Both me and another coworker are sudoers on the machines, and we are controlling what gets installed on them. So it came…
0
votes
1 answer
Can't send mail to more than 100 recipients on Thunderbird, error : Ratelimit "spambombing_limit" exceeded appears
I have the following problem : I cannot send mails to more than 100 recipients, I get the following message if I try :
Failed to send message.
An error occurred while sending mail. The server replied: Ratelimit "spambombing_limit" exceeded. Please…
Singh
- 1
0
votes
0 answers
Weird throttling effect when consuming AWS based services
So here's the thing: I am observing the mentioned effect for some time now and I don't get it. It starts to really annoy me and I cannot get a grip on it. So I am turning to this community with the hope for help.
What is my situation?
I have two…
Thorian93
- 303
- 2
- 9
0
votes
1 answer
WINDOWS 7 | Backup & Restore | limit number of backups (quantity)
win7_6.1.7601.sp1
Control Panel\System and Security\Backup and Restore
I ended up finding out the hard way that Windows 7's Backup and Restore is an essential function. Where a user can define where to store backups and what to actually backup.…
fohrums
- 540
0
votes
1 answer
How can I throttle incoming packets for a specific program in Windows 10?
I want to throttle incoming connections for GTAV.exe. My router doesn't support QoS so I'm looking for a way to limit the incoming packets through software.
I have tried creating a QoS policy through gpedit.msc but this only allows limiting outbound…
Josiah
- 103
0
votes
0 answers
Limit traffic from single IP behind Linux router
I have a router running Ubuntu Linux. It has two network interfaces: p3p1 for WAN, and br0 for LAN (this is a bridge). On the LAN there is a PC with ip 192.168.3.7.
How do I limit all traffic coming from 192.168.3.7 and destined for the WAN, to…
Fela Maslen
- 449