Skip to main content

[Case 59895] Host Access Control for FTP

Comments

3 comments

  • vanessa
    If I understand correctly, your intention is to block this IP from accessing FTP. If so, you may wish to know that the feature you used is for cPanel services only (Ie cPanel, WHM) and does not apply to FTP, mail, or web services: [url=http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/DenyAccess]Host Access Control If you don't have a firewall like CSF or APF installed (which will block these easily), just dump it directly to iptables: iptables -I INPUT -s $ip -j DROP service iptables save
    0
  • cPanelMichael
    Hello :) The ability to block IP addresses for ProFTPd and Pure-Ftpd is not currently supported in the Host Access Control option of WHM. There is an internal case (59895) open to address this issue. I suggest blocking the IP address with a firewall management tool such as CSF as a workaround. Thank you.
    0
  • planetcaravan
    Thanks! I will try as soon as possibile CSF.
    0

Please sign in to leave a comment.