zack6924

Member
Sep 30, 2004
10
0
151
I think I was banned from pure-ftpd the server is running WHM and Cpanel but when I try logging in to the FTP I get the following
[R] Connecting to free1k.com -> DNS=free1k.com IP=75.126.45.216 PORT=21
[R] Connection failed (Connection refused)

I've tried restarting the FTP and all but I think I was banned from port 21 or some how just banned from the ftp server beacuse all my freinds I asked can connect fine then I was wondering a bit and thought mambey it was my IP so I got on a VPN and it worked so I after that I simply changed my IP expecting it to work and it seems the whole range is banned thats the only problem I could come up with is that my ip was banned but I can still use SSH,HTTP and alot of other services so any help I would love greatly.
 

plague

Well-Known Member
Sep 22, 2006
79
18
158
Brasil
cPanel Access Level
Root Administrator
Twitter
If you use APF system try type:

apf -l

in the list, search for your IP, if it is listed:

cd /etc/apf
find | xargs grep "IPblocked"

then remove the entries form the files listed and type:

apf -r

to restart the service.