Is there any way to limit the incoming packets from the same IP address to X per second? We run specific types of services (game servers) on our machines, and a lot of exploits for it rely on spamming 70-100 empty packets to it.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Have you looked into Policy-Based QoS? Depending on the protocol they are sending those packets in, you could be able to limit it with that.

Here's the location of the Policy: Group Policy Manager > Computer Configuration > Policies > Windows Settings, right-click Policy-based QoS > click Create new Policy

Here's all the values.

If they are sending the blank packets on the same port as your game runs on, this probably won't work.

link|improve this answer
They are being sent on the same port, but I will check this out anyways. Thanks! – Brett Powell Jul 21 '11 at 1:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.