Explains how to use netstat command to display current connections and find out if your server is under DoS attack or not.
{ 18 comments }
Someone might attack on your system. You can drop attacker IP using IPtables. However, you can use route command to null route unwanted traffic. A null route (also called as blackhole route) is a network route or kernel routing table entry that goes nowhere. Matching packets are dropped (ignored) rather than forwarded, acting as a [...]
{ 28 comments }