Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vsftp, block by ip address?

Status
Not open for further replies.

prophotodx

Technical User
Jan 20, 2003
147
Hello, I have a local ftp server hosted at my home, and I noticed there is someone probably running a script and hitting my ftp server, vsftpd, about every 2-3 seconds. Is there a way to block this guy by his ip?

Thanx...

DBX
(Try it my way, it might work...)
 
vsftp can't do this by itself, but if you're using tcp wrappers it can be done.
 
...and how would a noob set that up?

DBX
(Try it my way, it might work...)
 
In /etc/hosts.deny:

vsftpd: ip.address ip.address

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top