N00b question
But say I had a dedicated server with two IP addresses, and the software (We'll just use Apache as an example) was using both IP address to serve content, in the event of a DoS attack on one of the IP addresses, could I just use something like IP Tables to null route/drop all incoming connections on one of the two IP addresses, effectively rendering the attack useless and still serving the users?
Second thing. If the DoS is strong and suppose Apache can withstand it, your computing power will be consumed by serving mainly the malicious requests and not the legitimate ones. Strong DoS can also clutter up your internet connection bandwidth and basically no (or only a little) data can pass through to legit clients.
– Fiisch Jul 22 '15 at 16:54