Connaitre le nombre de connections par IP

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

1 Introduction

Here is a command line to run on your server if you think your server is under attack. It prints our a list of open connections to your server and sorts them by amount.

2 Usage

2.1 Linux

Command netstat
netstat -ntu 

2.2 BSD

Command netstat
netstat -na