FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

[SOLVED] Banning people from visiting my IP Address?

 


Diablosblizz
Hey, I was wondering something. I have a Server 2003 computer with Apache, FTP and MySQL running on it. After looking at my FTP logs (FileZilla) I have a few users trying to connect to my apache. Only god knows why their doing this. Of course, I have set up a ban that if they do get 5 incorrect login attempts they will be banned for an hour. That doesn't seem to stop them.

So what I need is a way to ban them from accessing my IP, for everything. That means denying the IP from my modem, and not allowing them to connect to that computer. Unfortunately, I don't know how to do this, nor do I own a router.

So can anybody tell me a good way of doing this, or possibly a firewall? I thank you very much.

Kind Regards,
Diablosblizz


Last edited by Diablosblizz on Sat Feb 09, 2008 5:42 am; edited 1 time in total
silverdown
Few Options

Option 1

Use .htaccess
Code:
Deny from all
allow from {your IP}
allow from {authorized user IP}


Option 2
Get a router and block the ports

Option 3
Disconnecting Internet Connect while not using , if not needed to be attached with the internet.

Option 4

Open up Mod_access in apache and

look for the area & edit something like below
<Directory/>
</Directory>
Code:

<Directory />
Deny from all
allow from Your_IP
allow from Friend_IP
allow from
</Directory>

More on mod_access
http://httpd.apache.org/docs/1.3/mod/mod_access.html
Diablosblizz
1. Will NOT block incoming connections to my FTP and Remote Desktop.
2. No cash to get the router. And I wouldn't be blocking ports.
3. I am using the internet 24/7, and I always will be.
4. I open up mod_access.so and I get some gibberish.

Also in my first post I said they're trying to access my apache, I meant FTP instead of apache. So they are trying to access my FTP Server to gain access to my files.
kicy
get a firewall program like comondo im pretty sure there is a way to block ip addresses with firewall since I was blocked from connecinf to my compouter when it was up so there may be a way to customize it.
silverdown
Diablosblizz wrote:
1. Will NOT block incoming connections to my FTP and Remote Desktop.
2. No cash to get the router. And I wouldn't be blocking ports.
3. I am using the internet 24/7, and I always will be.
4. I open up mod_access.so and I get some gibberish.

Also in my first post I said they're trying to access my apache, I meant FTP instead of apache. So they are trying to access my FTP Server to gain access to my files.

Alright, didn't mean to give any inconvenience
Diablosblizz
silverdown wrote:
Diablosblizz wrote:
1. Will NOT block incoming connections to my FTP and Remote Desktop.
2. No cash to get the router. And I wouldn't be blocking ports.
3. I am using the internet 24/7, and I always will be.
4. I open up mod_access.so and I get some gibberish.

Also in my first post I said they're trying to access my apache, I meant FTP instead of apache. So they are trying to access my FTP Server to gain access to my files.

Alright, didn't mean to give any inconvenience


I apologize if I seemed a little peeved off. I tracked the IP address and got an email. I emailed the user saying if this action does not stop then legal action will be taken.

Thanks for the recommendations. Mod, you can lock this.
Related topics

IP Address Banning ( Not using .htaccess)
A good way to see your computer IP address
ip address
Frihost.com Ip Address
IP Address HTML CODE

Filtering your IP Address from the Webilizer Stats
how to make a new ip address!
Dns server on a dynamic ip address?
DNS server for dynamic ip address?
ip address

Where can I obtain static IP Address ?
HOW 2 get my Public/External IP address in VisualBasic 2005
MY IP ADDRESS CHANGE
1 ip address = 1 soul
Software for anonymous IP address

Best IP Address Geographical Locator?
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Computers -> Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.