• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ftp security

  1. amplatfus

    FTP port 21 brute force protection

    Hi, I am looking for port 21 brute force iptables protection. I have until now: iptables -A INPUT -p tcp -m tcp --dport 21 -j ACCEPT iptables -I FORWARD -p tcp --dport 21 -m state --state NEW -m limit --limit 3/min -j ACCEPT iptables -I FORWARD -p tcp --dport 21 -m state --state...
  2. J

    FTP over TLS or SSL setup

    Ok, so I found an old thread here https://www.snbforums.com/threads/merlin-firmware-anyway-to-encrypt-ftp.21317/ that pretty much covers my question. Basically, I would like to find a way to secure the FTP server on Merlin FW. I'm using RT-AC3200. @redhat27 you mentioned SCP could be an...
Back
Top