Skip to main content

new server - trouble setting up passive FTP with non-standard port

Comments

5 comments

  • ffeingol
    I don't believe you can have your Bind port in your passive port range.
    0
  • jimlongo
    I thought I was previously instructed to do that
    0
  • cPRex Jurassic Moderator
    I don't see where that previous post says to do that for the Bind port. You'd want to use those high ports for the passive port range, but not for the FTP service itself. You also will want to ensure that port 21 is open in the system's firewall.
    0
  • jimlongo
    To be clear I want to disable port 21 I want to enable port 55555 as the sole port Would this work then? PassivePortRange 49152 55550 Bind 55555 TCP IN = ....... 49152:55550, 55555 (remove21) EDIT: I tested this and it does work. Thank you.
    0
  • cPRex Jurassic Moderator
    I'm glad it worked! Yes, as long as the Bind port isn't in the passive range, or being used by another service, you can have your pick.
    0

Please sign in to leave a comment.