PDA

View Full Version : connection refused - log list inside -----


fairmorn308
06-10-2007, 08:19 AM
i am currently in europe and trying to connect to a private server using flash FXP i have had no problems using it at home but i have spoke to the guy who owns the server and he is trying to work it out aswell why it wont work.

Here below is a list of the log so if anyone could help me out it would be gr8.


WinSock 2.0 -- OpenSSL 0.9.8b 04 May 2006
[R] Connecting to 83.149.96.10 -> IP=83.149.96.10 PORT=41296
[R] Connected to 83.149.96.10
[R] 220 ME (glFTPd 2.01 Linux+TLS) ready.
[R] USER ecossepug
[R] 331 Password required for ecossepug.
[R] PASS (hidden)
[R] 230 User ecossepug logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211- Extensions supported:
[R] AUTH TLS
[R] AUTH SSL
[R] PBSZ
[R] PROT
[R] CPSV
[R] SSCN
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] SYST
[R] 211 END
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] PASV
[R] 227 Entering Passive Mode (83,149,96,10,54,177)
[R] Opening data connection IP: 83.149.96.10 PORT: 14001
[R] Data Socket Error: Connection refused
[R] List Error
[R] PASV
[R] 227 Entering Passive Mode (83,149,96,10,62,21)
[R] Opening data connection IP: 83.149.96.10 PORT: 15893
[R] Data Socket Error: Connection refused
[R] List Error
[R] PASV mode failed, trying PORT mode.
[R] Listening on PORT: 52287, Waiting for connection.
[R] PORT 192,168,1,66,204,63
[R] 200 PORT command successful.
[R] LIST -al
[R] 421 Timeout (60 seconds): closing control connection.
[R] LIST
[R] Connection lost: 83.149.96.10
[R] List Error
[R] Connecting to 83.149.96.10 -> IP=83.149.96.10 PORT=41296
[R] Connected to 83.149.96.10
[R] 220 ME (glFTPd 2.01 Linux+TLS) ready.
[R] USER ecossepug
[R] 331 Password required for ecossepug.
[R] PASS (hidden)
[R] 230 User ecossepug logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211- Extensions supported:
[R] AUTH TLS
[R] AUTH SSL
[R] PBSZ
[R] PROT
[R] CPSV
[R] SSCN
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] SYST
[R] 211 END
[R] CWD /
[R] 250- --NEWS--
[R] 250-
[R] 250- New Feature: Login with (!)Username to kill ghost connections.
[R] 250-
[R] 250- --=- Type SITE HELP for a nice list of SITE commands -=--
[R] 250-
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/" is current directory.
[R] 421 Timeout (60 seconds): closing control connection.
[R] Connection lost: 83.149.96.10

I have switched off the firewall and also tryed using it with the passive mode on and also tryed using" use site ip for passive mode connection"

Would be gr8 if some computer experts in here help me out.

MxxCon
06-10-2007, 07:18 PM
[R] PASV
[R] 227 Entering Passive Mode (83,149,96,10,54,177)
[R] Opening data connection IP: 83.149.96.10 PORT: 14001
[R] Data Socket Error: Connection refused
[R] List Error
[R] PASV mode failed, trying PORT mode.
[R] Listening on PORT: 52287, Waiting for connection.
[R] PORT 192,168,1,66,204,63
[R] 200 PORT command successful.
[R] LIST -al
[R] 421 Timeout (60 seconds): closing control connection.seems like that server is misconfigured for pasv mode..
and at the same time your setup is misconfigured for PORT mode because it's sending your LAN ip.
to fix your setup in flashfxp press F6, Connection, Data Connection, enable limit local port range, select some range and then forward that same range in your router. also enable 'force active mode to use this ip'. once that is done, Active(PORT) mode should work for you.