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

    RC3 : Passive FTP disconnects after 127 "PASV" commands !

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    19 Posts 5 Posters 11.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.
    • T
      thewild
      last edited by

      I just gave it a try through an OpenVPN connection and it worked just fine.

      Am I right to assume that I have a problem with the FTP Proxy ?

      1 Reply Last reply Reply Quote 0
      • E
        eri--
        last edited by

        Are you just opening port 21 on you firewall or you have opened even the passive ports?
        Does pfSense log any blocked traffic?

        1 Reply Last reply Reply Quote 0
        • T
          thewild
          last edited by

          @ermal:

          Are you just opening port 21 on you firewall or you have opened even the passive ports?
          Does pfSense log any blocked traffic?

          I have only opened port 21, that's why I assume that the ftp proxy is doing its job. I have not even changed the advertised passive IP address of my FTP server, but this address is correctly translated to the public address by pfSense.

          Firewall logging to RAM was disabled. I just enabled it and checked. I see 3 lines in the firewall log, and they look like passive ftp connections.
          The 3 lines are from the same source and destination ports, so I believe they are the 3 connection attemps from the client before reconnecting to the server ?
          Now, the ftp script has been running for about 5 minutes, it had to reconnect at least 20 times but I only see 5 lines (3 for the first couple of src-dest ports, 2 for a second couple of ports).
          So all failures are not logged.

          1 Reply Last reply Reply Quote 0
          • T
            thewild
            last edited by

            The script has been running for some time now. I don't really understand what I see in the firewall log.
            Some PASV connection failures are shown, some are not.
            I also see some connections logged that were in fact successfull, according to the client's log !
            I must admitn this is way beyond my understanding.

            1 Reply Last reply Reply Quote 0
            • T
              thewild
              last edited by

              All those packets are blocked by the default deny rule apparently :

              The rule that triggered this action is:

              @1 scrub in on em1 all fragment reassemble
              @1 block drop in log all label "Default deny rule"

              Notre also that I have a lot of those logs. I am not worried because I have read this article, but is it normal that all packets have to be reassembled to be passed on to the firewall ?

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

                @thewild:

                All those packets are blocked by the default deny rule apparently :

                The rule that triggered this action is:

                @1 scrub in on em1 all fragment reassemble
                @1 block drop in log all label "Default deny rule"

                Notre also that I have a lot of those logs. I am not worried because I have read this article, but is it normal that all packets have to be reassembled to be passed on to the firewall ?

                Yes, if one of the routers along the path to destination requires smaller packet size when the originating MTU the firewall needs to reassemble the packets. Often seen on tunnelled connection like GRE or VPN.

                1 Reply Last reply Reply Quote 0
                • T
                  thewild
                  last edited by

                  OK. That seems to be the case for most if not all connections, but that is not connected to my problem anyway.

                  Now, I am not sure that what I see in the firewall log is related to the passive connection problem…

                  1 Reply Last reply Reply Quote 0
                  • T
                    thewild
                    last edited by

                    Sorry for "upping" this thread, but this problem is quite problematic for us.

                    Is there something else I should check or some parameter I could try to change ?

                    Thanks a lot for your help !

                    1 Reply Last reply Reply Quote 0
                    • P
                      pinoyboy
                      last edited by

                      1 - Are you using port redirect or static mapping for ip of FTP?
                      2 - Attached small screenshot of the WAN / LAN rule pertaining to FTP only.
                      3 - Have you set static port range for PASSIVE FTP on FTP Server itself, if so what are exact numbers / ranges?

                      1 Reply Last reply Reply Quote 0
                      • T
                        thewild
                        last edited by

                        Thanks for your answer pinoyboy !

                        @pinoyboy:

                        1 - Are you using port redirect or static mapping for ip of FTP?

                        I don't understand your question. I have a simple NAT rule to forward port 21 to the private address of the FTP server, the passive part is handled by the FTP Proxy I guess ?

                        2 - Attached small screenshot of the WAN / LAN rule pertaining to FTP only.

                        As I said, very basic rule.
                        http://i54.tinypic.com/ih3x2p.png

                        3 - Have you set static port range for PASSIVE FTP on FTP Server itself, if so what are exact numbers / ranges?

                        No, I tried but it did not seem to help. I think I tried with a 1000 port range, from 21000 to 21999.

                        1 Reply Last reply Reply Quote 0
                        • T
                          thewild
                          last edited by

                          Back on the case. I upgraded to the latest RC3 (25th July) and did some more testing.

                          It appears that the connection error comes exactly every 127 PASV commands (the 128th fails).
                          I changed the subject of my post because I had written every 100-200 PORT command.

                          That is of course not a coincidence.

                          My client FTP software does a directory tree scanning, and it issues a "PASV" command for every directory in the tree (afterwards it issues an MLSD command).
                          Since the command is very fast to run, my client issues a lot of "PASV" commands in a very short time.

                          The the sequence is :
                          -> PASV
                          <- 227 entering passive mode
                          -> MLSD
                          <- directory information
                          -> PASV

                          …. 127 times

                          -> PASV
                          <- 227 entering passive mode
                          -> MLSD
                          Error, server closed connection.

                          I hope this helps to understand where the problem is ?

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

                            Boy, that sounds like someone is using a signed byte where they shouldn't be…

                            1 Reply Last reply Reply Quote 0
                            • T
                              thewild
                              last edited by

                              @danswartz:

                              Boy, that sounds like someone is using a signed byte where they shouldn't be…

                              I guess I should submit this issue in redmine then ?

                              1 Reply Last reply Reply Quote 0
                              • E
                                eri--
                                last edited by

                                Please try a snapshot from tomorrow and check if is ok.

                                1 Reply Last reply Reply Quote 0
                                • T
                                  thewild
                                  last edited by

                                  @ermal:

                                  Please try a snapshot from tomorrow and check if is ok.

                                  OK, I'll try it ASAP.
                                  Server is in production, so I have to do this outside of business hours.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    thewild
                                    last edited by

                                    @ermal:

                                    Please try a snapshot from tomorrow and check if is ok.

                                    Just tried with the latest snapshot, and it works great !
                                    ~28.000 folders scanned by the FTP client in less than 10 minutes, no deconnection !
                                    That's perfect, thanks a lot !

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