View Single Post
Old 10-25-2001, 10:31 AM  
awechen
Confirmed User
 
Join Date: Oct 2001
Location: LA
Posts: 162
Quote:
Originally posted by Bear:
Hi all,

My server is attacked by a hacker, he try to guess my member area password. I already deny his IP but he still try to access my site and make my server generate a lot of 403 error.
dont denny the IP in your webserver.
if u using unix / linux / BSD
reject in the system route table the IP !
if linux
/sbin/route add -host IPOFUSER gw 127.0.0.1
bsd :
route add -host IP_OF_USER -reject
BUT read bevor the "man route" for rejecting this
or give ne a query on ICQ ...




------------------
"Shock your systemadministration! Read manual-pages!"
awechen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote