Hey, ik draai Bulletproof FTP server en dat werkt allemaal goed. Maar als ik mijn externe ip adres gebruik, dus niet het locale (192.168.1.x) krijg ik een list error. Zie hieronder de log:
[18:27:03] SmartFTP v2.0.996.10
[18:27:04] Resolving host name "xxxxxx"
[18:27:04] Connecting to x.x.x.x Port: 21
[18:27:04] Connected to xxxxxx.
[18:27:04] 220 xxxxx
[18:27:04] USER 1
[18:27:04] 331 Password required for 1.
[18:27:04] PASS (hidden)
[18:27:04] 230 User 1 logged in.
[18:27:04] SYST
[18:27:04] 215 UNIX Type: L8
[18:27:04] FEAT
[18:27:04] 211-Extensions supported:
[18:27:04] CLNT
[18:27:04] MDTM
[18:27:04] PASV
[18:27:04] REST STREAM
[18:27:04] SIZE
[18:27:04] 211 End.
[18:27:04] CLNT SmartFTP 2.0.996
[18:27:04] 200 "SmartFTP 2.0.996" noted.
[18:27:04] PWD
[18:27:04] 257 "/" is current directory.
[18:27:04] TYPE A
[18:27:04] 200 Type set to A.
[18:27:04] PORT 192,168,1,102,10,0
[18:27:04] 530 PORT command only accepts client IP address (x.x.x.x!=192.168.1.102).
[18:27:04] Automatic failover of data connection mode from "Active Mode (PORT)" to "Passive Mode (PASV)".
[18:27:04] PASV
[18:27:04] 227 Entering Passive Mode (192,168,1,101,168,46)
[18:27:04] Opening data connection to 192.168.1.101 Port: 43054
[18:27:04] LIST -aL
Moet ik misschien nog een port openzetten, behalve port 21? Als ik de passive mode uitzet in mijn client, krijg ik iig hetzelfde..
[18:27:03] SmartFTP v2.0.996.10
[18:27:04] Resolving host name "xxxxxx"
[18:27:04] Connecting to x.x.x.x Port: 21
[18:27:04] Connected to xxxxxx.
[18:27:04] 220 xxxxx
[18:27:04] USER 1
[18:27:04] 331 Password required for 1.
[18:27:04] PASS (hidden)
[18:27:04] 230 User 1 logged in.
[18:27:04] SYST
[18:27:04] 215 UNIX Type: L8
[18:27:04] FEAT
[18:27:04] 211-Extensions supported:
[18:27:04] CLNT
[18:27:04] MDTM
[18:27:04] PASV
[18:27:04] REST STREAM
[18:27:04] SIZE
[18:27:04] 211 End.
[18:27:04] CLNT SmartFTP 2.0.996
[18:27:04] 200 "SmartFTP 2.0.996" noted.
[18:27:04] PWD
[18:27:04] 257 "/" is current directory.
[18:27:04] TYPE A
[18:27:04] 200 Type set to A.
[18:27:04] PORT 192,168,1,102,10,0
[18:27:04] 530 PORT command only accepts client IP address (x.x.x.x!=192.168.1.102).
[18:27:04] Automatic failover of data connection mode from "Active Mode (PORT)" to "Passive Mode (PASV)".
[18:27:04] PASV
[18:27:04] 227 Entering Passive Mode (192,168,1,101,168,46)
[18:27:04] Opening data connection to 192.168.1.101 Port: 43054
[18:27:04] LIST -aL
Moet ik misschien nog een port openzetten, behalve port 21? Als ik de passive mode uitzet in mijn client, krijg ik iig hetzelfde..
[ Voor 6% gewijzigd door Verwijderd op 12-07-2006 18:29 ]