|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I can't drop him on the floor
ip: 64.152.75.61
he keeps coming in and robot me. who is he?
__________________
regards, wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW? first I must revise C program thro' example, what's next? |
|
#2
|
|||
|
|||
|
64.152.75.* is the IP block for those Scooter (AltaVista index agent). Even though it's AltaVista but they often don't obey robot rules most of the time.
That's why 64.152.75.0/24 block has been on my ipfilter quick deny ruleset for a long time. |
|
#3
|
|||
|
|||
|
/sbin/ipchains -A output -s 64.152.75.0/24 -j REJECT
deny from 64.152.75. in /etc/httpd.conf why this stmt still can't drop him. I have neotraced him knew he is Alta Vista. He still proved himself that he can browse my pages since the the above stmt. what kind of program is running his side. NOT a IE!!! how to stop him??? |
|
#4
|
|||
|
|||
|
>> why this stmt still can't drop him
Sorry I can't help you with ipchains ruleset. You should consider using iptables (stateful) packet firewall, which is far more secure and reliable than ipchains (stateless). >> what kind of program is running his side. NOT a IE! Right, not IE, because it's an automate agent. >> how to stop him??? Why are you asking all these again? I thought you figured out how to deny googlebot from this thread -> http://forums.devshed.com/showthrea...8041&forumid=33 |
|
#5
|
|||
|
|||
|
if I can stop them, I won't post and ask about this.
|
|
#6
|
|||
|
|||
|
-d, not -s:
ipchains -A output -d 64.152.75.0/24 -j REJECT close input: ipchains -A input -s 64.152.75.0/24 -j DENY
__________________
PHP manual | MySQL manual | Apache docs | Linux Documentation Project | Free Software Foundation Smart Questions HOWTO | PHP security | PHP FAQ | Posting HOWTO Wikipedia | English dictionary | Google | News | RFCs Thus Spoke Zarathustra | A Skeptic's Guide to Christianity | Project Gutenberg | Skeptic's Annotated Bible ParEcon | Marxists Internet Archive | The Memory Hole | Landover Baptist | DHMO Research Universal Declaration of Human Rights | UN Charter | Geneva Conventions Sinfest | Chopping Block | Filthy Lies | Bob the Angry Flower | How to Shoot Yourself In the Foot |
|
#7
|
|||
|
|||
|
I tried this to-day.
http://www.robotstxt.org/wc/exclusion.html v a robots.txt in all my rootdocument directory with the following lines. User-agent: * Disallow: / it seems to be working. But I am being attacked for 1 days when they are trying other ports. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > I can't drop him on the floor |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|