PDA

View Full Version : 426 Accept timed out on FXP


JazzMatazz
03-21-2007, 04:51 PM
Hi,

this is the second time im installing ioftpd. I messed up the first installation with a few too many scripts, and now im just installing the basic ftpd, and am already facing this problem:


(22:40:37) [2] PRET RETR *
(22:40:37) [2] 200 OK, will use * for upcoming transfer
(22:40:37) [2] CPSV
(22:40:37) [2] 227 Entering Passive Mode (*,*,*,*,*,*).
(22:40:37) [1] PORT *,*,*,*,*,*
(22:40:37) [1] 200 PORT command successful.
(22:40:37) [1] STOR *
(22:40:37) [1] 150 Opening ASCII mode data connection for *.
(22:40:37) [2] RETR *
(22:40:38) [2] 150 File status okay; about to open data connection from *.
(22:40:48) [2] 426- Accept timed out
(22:40:48) [2] 426 Accept timed out


This is happening when i fxp to the server. Uploading is okay. I tested it on 3 sites, all giving the same result.

Host.rules:
POLICY ACCEPT 2
CLASS ANONYMOUS 0
CLASS ADMIN -1
ACCEPT I 127.0.0.1 ADMIN -1
(I only fxp to myself locally, and yes it worked before :) )

Thansk for any ideas,

kind regards,

Jazz

JazzMatazz
03-22-2007, 08:45 AM
i found teh solution myself.
and it was actually quite stupid in the end.

as and ip i set 127.0.0.1. So obviously when fxping you wanna create a connection from an external ip, which cannot find 127.0.0.1.
The solution is to set 0.0.0.0 as the Host in the ioftpd.ini and its all golden.