From owner-freebsd-questions Wed Mar 27 8:14:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-30-249.dsl.crchtx.swbell.net [64.219.30.249]) by hub.freebsd.org (Postfix) with ESMTP id 8AA2E37B41B for ; Wed, 27 Mar 2002 08:13:59 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g2RGDwV35195 for ; Wed, 27 Mar 2002 10:13:58 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020327101356.0170e698@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 27 Mar 2002 10:13:56 -0600 To: freebsd-questions@freebsd.org From: Server Admin Subject: FTP Protocal Question Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Problem with an FTP user connection -- any ideas appreciated. I use ProFTPD for FTP services on FBSD Stable-4.5 and all other private account users from various parts of the globe have no problem logging in to their user accounts, EXCEPT, for one account setup last night in the UK. My server FTPD log shows him logged in successfully, but then --- nothing --- then "FTP no transfer timeout, disconnected". Thus, he logs in, but can't do anything, not even run "dir" list. My firewall log shows some hint in the protocol versus other logins. Below are two lines, one coming in via port 21 (okay - accept), but user machine sends another packet via a closed port - denied. So, methinks that is the reason the machines are not talking. Here are the lines with rule 3000 accept (port 21) & rule 3300 deny (port 3782): --------------------------------------------------------------------- ipfw: 3000 Accept TCP 217.135.3.162:3383 64.xxx.xx.xxx:21 in via tun0 ipfw: 3300 Deny TCP 217.135.3.162:3384 64.xxx.xx.xxx:3782 in via tun0 --------------------------------------------------------------------- The user in the UK is also using UNIX and here are the only differences in the FTP settings that he has and I don't (using FTP status): --------------------------------------------------------------------- Hash mark printing: off; Mark count: 1024; Progress bar: on. Get transfer rate throttle: off; maximum: 0; increment 1024. Put transfer rate throttle: off; maximum: o; increment 1024. Socket buffer sizes: send 65535, receive 65535. Use of PORT cmds: on. Use of EPSV/EPRT cmds for IPv4: on. --------------------------------------------------------------------- .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message