FTP Problems (probably my firewall)

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default FTP Problems (probably my firewall)

    Hello list,

    I'm trying to get FTPD working, but I think I'm not opening the correct
    ports for it in my firewall. I've got 20 and 21 open, and I get the
    login prompt and such, but only after a 10 to 20 second delay. After
    that, everything seems to work fine, until I try to upload to the
    incoming directory, which is disabled right now. The error takes
    another 10 to 20 seconds to pop up. when I have a rule such as:

    ipfw add 1 allow log all from any to any

    Everything works as fast as it normally should.

    Thanks.

    __________________________________________________ _____
    Eric F Crist "I am so smart, S.M.R.T!"
    Secure Computing Networks -Homer J Simpson

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.4 (Darwin)

    iEYEARECAAYFAkIYsGkACgkQRAAY9knOW+pnNgCfSHvZ1UBpWa X7IucOogKy6n1J
    MrUAn0tvdYo9/EDPm+IPwGPeuT0ogw78
    =H4sW
    -----END PGP SIGNATURE-----

    Eric F Crist Guest

  2. Similar Questions and Discussions

    1. Firewall problems
      I have a very simple webservice that I want to access. It works fine when there is no firewall in the way, but when there is a firewall I have a...
    2. Firewall and Proxy Problems
      In the fall, my company began development on a new delivery system for our online courses: a Flash based player that utilized a FlashCom server to...
    3. Problems connecting through a firewall
      Hi, We are testing contribute with a client of ours. I've set up a simple test site which works fine with Contribute from our offices. The client...
    4. CFFTP problems with firewall
      I'm working with ColdFusion MX 2004. Currently I'm trying to use CFFTP to go out to my production web server (running Serv-U for the FTP server) and...
    5. Internet connection/firewall problems
      In article <071c01c34b79$f9cd4050$a601280a@phx.gbl>, "Per Bylund" <per@anarchism.net> wrote: The problem could be that XP is turning off the...
  3. #2

    Default Re: FTP Problems (probably my firewall)

    Eric F Crist wrote:
    > Hello list,
    >
    > I'm trying to get FTPD working, but I think I'm not opening the correct
    > ports for it in my firewall. I've got 20 and 21 open, and I get the
    > login prompt and such, but only after a 10 to 20 second delay. After
    > that, everything seems to work fine, until I try to upload to the
    > incoming directory, which is disabled right now. The error takes
    > another 10 to 20 seconds to pop up. when I have a rule such as:
    >
    > ipfw add 1 allow log all from any to any
    >
    > Everything works as fast as it normally should.
    >
    > Thanks.
    Try this:

    ipfw add 1 allow log all from any to me 20,21


    --
    Best regards,
    Chris

    Keep emotionally active,
    cater to your favorite neurosis.
    Chris Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139