![]() |
|
|
#1
|
||||
|
||||
|
Hello
I think i am under a D0s attack and i want to find a way to view which ip have the more connections in my forum so i can block it using my firewall. ? Thank you |
|
#2
|
||||
|
||||
|
If u use this command
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n you will know who is connecting and how much Use http://deflate.medialayer.com/
__________________
Craft Shows | Web Hosting Coupons | Online Steroids | The Best Paid Surveys GEO Targeting |
|
#3
|
||||
|
||||
|
I am getting something like this:
Quote:
I think is too much .... |
|
#4
|
||||
|
||||
|
Sometimes it could up just keep check something above 250 is bad i guess
__________________
Craft Shows | Web Hosting Coupons | Online Steroids | The Best Paid Surveys GEO Targeting |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to maintain user sessions and login log out sessions in pHP? | shaibibutt | PHP | 4 | Sep 4th 2009 11:02 pm |
| Sessions | MCJim | PHP | 9 | May 25th 2008 2:42 pm |
| Sessions help | crazyryan | PHP | 6 | Aug 2nd 2007 12:37 am |
| Sessions | brogart28 | PHP | 1 | Feb 25th 2007 2:58 am |
| Little more on sessions? | ktsirig | PHP | 2 | Mar 3rd 2006 8:41 am |