View Single Post
Old 04-11-2007, 01:09 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

Hey zOrP. Check your IP Banning options. From the ioFTPD.ini file:

Code:
# To be removed from the ban list a user MUST NOT attempt to connect during
# the temp ban time else he'll just keep pushing the ban farther out...
Connections_To_Ban         = 6          # 6 connections without a reset and
                                        # IP is temp banned (5)
Ban_Counter_Reset_Interval = 60         #
Temporary_Ban_Duration     = 600        # Seconds host remains banned
If you have 6 connection attempts within 60 seconds you will ban yourself. I did make 127.0.0.1 IMMUNE from banning though

If you use a BNC you could easily generate 6 in 60 so you'll want to change that to like 100000 connections in 60 seconds or something...

I consider it a slight problem that there is no log entry for when an address gets banned. I really should add one I guess just so people can figure out what is going on.
Yil is offline