www.ProFTPD.de
13. März 2007, 21:39:55 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: FXP funktioniert nicht.  (Gelesen 293 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
b52
ProFTPD
*
Offline Offline

Beiträge: 3


Profil anzeigen E-Mail
« am: 30. April 2006, 19:36:10 »

hab ein problem beim fxpn
mit flashfxp krieg ich immer folgenden fehler
Code:
[L] 150 File status okay; about to open data connection from Burner.
[R] 425 Unable to build data connection: Operation not permitted
[L] ABOR
[L] 426- Connection reset
[L] 426 Connection reset
[L] 226 Closing data connection
[R] ABOR
[R] 226 Abort successful
[R] Transfer Failed!

meine config sieht so aus

Code:
#
# Basic
#
ServerName               xxx
serverType               inetd
ServerAdmin              xxx

#
# Debug Level
#
SyslogLevel              warn
SystemLog                /usr/local/proftpd/log/system.log

#
# Defaults
#
ServerIdent              on       "xxx"
DeferWelcome             on
DefaultServer            on
DelayEngine              off
MultilineRFC2228         on

#
# Display
#
DisplayLogin             .displayLogin
DisplayFirstChdir        .message

ListOptions              "-l"      strict


HiddenStor               off
DirFakeUser              on xxx
DirFakeGroup             on xxx
DirFakeMode              000

# PORT!
Port                     777

#
# Zugangskontrolle
#
SQLAuthTypes             Plaintext
SQLAuthenticate          users*
SQLConnectInfo           xxx@localhost xxx xxx
SQLDefaultGID            65534
SQLDefaultUID            65534
SQLMinUserGID            100
SQLMinUserUID            500
SQLUserInfo              ftp username password uid gid homedir shell
SQLLogFile               /usr/local/proftpd/log/sql.log

#
# FXP
#
AllowForeignAddress      on

Umask                    022
User                     nobody
Group                    nogroup

#
# Maxs
#
MaxClientsPerHost        2       "Not more then %m connections per host allowed!"
MaxClients               5       "Site is full!"

#
# Restart erlauben
#
AllowStoreRestart        on
AllowRetrieveRestart     on

<Directory /var/ftp/*>
  AllowOverwrite         off
  HideNoAccess           on
  <Limit *>
    AllowAll
  </Limit>
</Directory>

MaxInstances             30
UseReverseDNS            off
IdentLookups             off
TimeoutStalled           300
MaxLoginAttempts         3
RequireValidShell        off
DefaultRoot              /var/ftp

#
# TLS
#
TLSEngine                on
TLSLog                   /usr/local/proftpd/log/tls.log
TLSProtocol              SSLv23
TLSOptions               NoCertRequest
TLSRSACertificateFile    /usr/local/proftpd/etc/proftpd.cert.pem
TLSRSACertificateKeyFile /usr/local/proftpd/etc/proftpd.key.pem
TLSVerifyClient          off
TLSRequired              on

LogFormat                default       "%h %l %u %t \"%r\" %s %b"
LogFormat                auth          "%v [%P] %h %t \"%r\" %s"
LogFormat                write         "%h %l %u %t \"%r\" %s %b"

ScoreboardFile           /usr/local/proftpd/var/proftpd.scoreboard
TransferLog              /usr/local/proftpd/log/xfer.log
ExtendedLog              /usr/local/proftpd/log/access.log       WRITE,READ write
ExtendedLog              /usr/local/proftpd/log/auth.log         AUTH auth
ExtendedLog              /usr/local/proftpd/log/paranoid.log     ALL default

schonmal danke
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 01. Mai 2006, 17:30:21 »

bist Du hinter einem Router ? Wenn ja, denn füge mal MasqueradAddress ein...
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
b52
ProFTPD
*
Offline Offline

Beiträge: 3


Profil anzeigen E-Mail
« Antwort #2 am: 02. Mai 2006, 22:52:17 »

nein
damit kommt immer noch dieser error

Code:
[L] 425 Unable to build data connection: Operation not permitted
Gespeichert
b52
ProFTPD
*
Offline Offline

Beiträge: 3


Profil anzeigen E-Mail
« Antwort #3 am: 05. Mai 2006, 23:04:15 »

also nicht das ich mich falsch ausgedrückt habe
ich habe einen router
aber die funktion hat nichts geändert
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.059 Sekunden mit 19 Zugriffen.