Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Passive FTP to server behind NAT fails

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    35 Posts 14 Posters 20.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jlepthien
      last edited by

      Does it need to have? It is about checking whether FTP in general works…

      | apple fanboy | music lover | network and security specialist | in love with cisco systems |

      1 Reply Last reply Reply Quote 0
      • D
        dragon2611
        last edited by

        @David24:

        But i did have to disable FTP helper to get passive working flawless.

        Can you tell me how you did that?

        I can't seem to find the setting in 2.0 perhaps I'm looking in the wrong places  ???

        1 Reply Last reply Reply Quote 0
        • M
          mastermindpro
          last edited by

          Yeah, I'm simply not seeing the option to disable it anywhere.  I upgraded to the newer FTP 7.5 for IIS, and passive still doesn't work.  It would appear that the FTP helper is "helping" by telling all external clients to connect to port 21 instead of the defined port range that is mapped in via NAT and configured on the server to use.

          1 Reply Last reply Reply Quote 0
          • D
            dragon2611
            last edited by

            @mastermindpro:

            Yeah, I'm simply not seeing the option to disable it anywhere.  I upgraded to the newer FTP 7.5 for IIS, and passive still doesn't work.  It would appear that the FTP helper is "helping" by telling all external clients to connect to port 21 instead of the defined port range that is mapped in via NAT and configured on the server to use.

            I'm having the same issue on 2 different boxes

            One is the firewall infront of a server (of which one of the server functions is ftp supplied by pure-ftpd running on centos)

            The other one is my firewall @ home,

            I have issues with a lot of FTP servers and it seems to be caused by this, reconnect and all is well, it's always occurring when you need to open a Pasv connection to the ftp (Such as Doing a MSLD, LIST, PUT, GET.etc)

            I seem to recall having issues on pfSense 1.3 but turned the ftp helper off and all was well, can't find that option on 2.0 anywhere though.

            1 Reply Last reply Reply Quote 0
            • N
              nocer
              last edited by

              hello,

              same here on the latest. as far as tested with 3 dozens of public/private ftp hosts, every single attempt for the very first PASV conncetion will be blocked by the ftp "HELPER" built into the kernel in 2.0 which can't be disabled unfortunately. so whenever you stuck while getting directory list, disconnect and reconnect again then everything starts working flawlessly 'cos you now have a session out to the server. i must say ftp helper "helps" blocking first PASV attempt while creating outgoing session. also, even PORT(active) doesn't work quite sometimes. same work around, try disconnect/connect, port/pasv several times. very annoying. this happens once in a while since ftp-helper has been built into the kernel.

              1 Reply Last reply Reply Quote 0
              • F
                Frankk
                last edited by

                @ermal:

                Update to latest snapshot.

                I dont have anymore FTP problems with this snapshot.
                I'm replying because I see a lot of people having problems with FTP.
                I had the same problems as others  (passive mode only working at the second attempt) with a snapshot of around 20 september.

                Good work,
                Thank you Ermal

                1 Reply Last reply Reply Quote 0
                • M
                  mastermindpro
                  last edited by

                  Huh???  I'm running the Sep. 28th snap, and I've NEVER gotten a passive FTP session to work when the FTP server is behind pfSense's NAT.  Are you talking about having the FTP client behind pfSense?

                  1 Reply Last reply Reply Quote 0
                  • F
                    Frankk
                    last edited by

                    @mastermindpro:

                    Huh???  I'm running the Sep. 28th snap, and I've NEVER gotten a passive FTP session to work when the FTP server is behind pfSense's NAT.  Are you talking about having the FTP client behind pfSense?

                    Yes, sorry for misunderstanding.
                    I was having problems with a client behind & natted by pfsense connecting to a passive ftp on the internet. Not tested with ftp server behind by pfsense.

                    1 Reply Last reply Reply Quote 0
                    • M
                      mxx
                      last edited by

                      Hi,

                      is the issue not being able to connect to an ftp server (pasv mode) from inside the local lan ->pfsense-> wan resolved now?

                      Thanks!

                      1 Reply Last reply Reply Quote 0
                      • M
                        mastermindpro
                        last edited by

                        That's never been the problem discussed here.  The problem has always been an FTP server behind a pfSense NAT, with a client on the pfSense WAN trying to connect to the FTP server passively.

                        1 Reply Last reply Reply Quote 0
                        • S
                          soconfused
                          last edited by

                          I also am trying to get a client working behind PfSense. Same problem as the rest of you here, dies on first passive connection. Using Thu Jan 13 build. Has anyone managed to get this to work?

                          1 Reply Last reply Reply Quote 0
                          • R
                            rpsmith
                            last edited by

                            no fix yet that I know of but you can follow any progress here:

                            http://redmine.pfsense.org/issues/1177

                            Roy…

                            1 Reply Last reply Reply Quote 0
                            • S
                              soconfused
                              last edited by

                              We all know that the FTP protocol sucks, that there are better alternatives and et cetera, but it is one of those features that simply has to work. No matter what you might think about FTP, forcing every user over to something else or applying a special configuration to every machine does not work toward simplifying one's life.

                              What kind of bounty would it take to make a solid fix for the ftp helper a priority? I am not loaded but am feeling the need to at least put some money in someone's pocket for all the team has already given us.

                              1 Reply Last reply Reply Quote 0
                              • R
                                rpsmith
                                last edited by

                                the answer for me was to switch all my FTP users over to FTPS (implicit only).  Both filezilla server and client support this and it's easy to setup and very secure.  no plans here to go back to standard FTP even after they work out the bugs.

                                Roy…

                                1 Reply Last reply Reply Quote 0
                                • S
                                  soconfused
                                  last edited by

                                  I have no doubt that setting up a FTPS client is the better way. I intend to do this with all my own machines. However, I loathe the day when two of my "top clients", my mother-in-law and/or my wife, bombard me with half a dozen phone calls at work with, "That thing you did is keeping my computer from working." The former thinks gmail is actually installed on her machine while the latter, let's just say the normal user/administrator relationship does not even remotely apply. In terms of value this is something which I'll pay good money just to avoid.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stenio
                                    last edited by

                                    @dragon2611:

                                    @David24:

                                    But i did have to disable FTP helper to get passive working flawless.

                                    Can you tell me how you did that?

                                    I can't seem to find the setting in 2.0 perhaps I'm looking in the wrong places  ???

                                    Hi,

                                    I have the same problem with 2.0-BETA5 (i386)
                                    built on Fri Feb 18 08:01:30 EST 2011. It seems that the ftp helper is changing the ftp server address from the external IP to address of the WAN interface.

                                    This is my situation:

                                    85.x.y.z              192.168.1.254 192.168.1.2        192.168.0.254 192.168.0.1
                                    –-------[Router ADSL]–-----------------------[PFSENSE]–-----------------------
                                                                            WAN if          LAN if

                                    I'm using vsftpd and it is configured to provide 85.x.y.z when asked to switch to PASSIVE mode.
                                    But the clients on the Internet are provided with 192.168.1.2.

                                    If I put the FTP server on the 192.168.1.0 LAN the correct external ip address is seen by the clients without any change to the configuration of vsftpd.

                                    Have you found a solution to disable the helper?

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      rpsmith
                                      last edited by

                                      System | Advanced | System Tunables | debug.pfftpproxy | (set value to 1 to disable)

                                      You will need to add this Tunable if it does not already exist.

                                      Roy…

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stenio
                                        last edited by

                                        @rpsmith:

                                        System | Advanced | System Tunables | debug.pfftpproxy | (set value to 1 to disable)

                                        You will need to add this Tunable if it does not already exist.

                                        Roy…

                                        Many many thanks!!! Now it works perfectly!  :) :) :)

                                        Best regards,
                                        Stenio

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post
                                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.