Hello,
How would i go about rate limiting the amount of connections/sec my server would take before it would stop allowing inet requests on that port/service. I've been getting hammered on my ident service and Most of the time its 300 requests within a 10 minute period. This could be a shell script, c program, log parser...just really need to head this off before it becomes a real problem.
How would i go about rate limiting the amount of connections/sec my server would take before it would stop allowing inet requests on that port/service. I've been getting hammered on my ident service and Most of the time its 300 requests within a 10 minute period. This could be a shell script, c program, log parser...just really need to head this off before it becomes a real problem.