Digital Point Forums
Winn Law Group

Go Back   Digital Point Forums > Design & Development > Site & Server Administration
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Nov 7th 2009, 10:34 am
ASTRAPI's Avatar
ASTRAPI ASTRAPI is offline
Champion of the Naaru
 
Join Date: Feb 2008
Posts: 228
ASTRAPI is on a distinguished road
Question Ip with more sessions

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
Reply With Quote
  #2  
Old Nov 7th 2009, 11:13 am
Bohra's Avatar
Bohra Bohra is offline
The Ultimate Freak
 
Join Date: May 2008
Location: Shrink.im
Posts: 7,764
Bohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud of
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/
Reply With Quote
  #3  
Old Nov 7th 2009, 2:36 pm
ASTRAPI's Avatar
ASTRAPI ASTRAPI is offline
Champion of the Naaru
 
Join Date: Feb 2008
Posts: 228
ASTRAPI is on a distinguished road
I am getting something like this:


Quote:
9 user ip
13 user ip
25 user ip
33 user ip
36 user ip
101 user ip
120 user ip
121 user ip
123 user ip
141 user ip
So if the number before user ip is the open connections/sessions in my forum is it logical the 141?

I think is too much ....
Reply With Quote
  #4  
Old Nov 7th 2009, 11:34 pm
Bohra's Avatar
Bohra Bohra is offline
The Ultimate Freak
 
Join Date: May 2008
Location: Shrink.im
Posts: 7,764
Bohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud ofBohra has much to be proud of
Quote:
Originally Posted by ASTRAPI View Post
I am getting something like this:




So if the number before user ip is the open connections/sessions in my forum is it logical the 141?

I think is too much ....
Sometimes it could up just keep check something above 250 is bad i guess
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -8. The time now is 5:38 am.