www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Depp??? am 08. Januar 2004, 09:59:48



Titel: Kein Connect
Beitrag von: Depp??? am 08. Januar 2004, 09:59:48
Moin Moin,

versucht einem Dummen doch mal zu helfen (bitte). Ich hab den Proftp mit folgender 0815 config gestartet:
Code:
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTP"
DefaultServer on

# Port 21 is the standard FTP port.
Port 40123


# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 000

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30

# Set the user and group under which the server will run.
User root
Group ftp

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite on
</Directory>

<Global>
# Erlaube das Fortsetzen eines abgebrochenen Downloads
AllowRetrieveRestart on

# Erlaube FXP
AllowForeignAddress on

# Erlaube das Fortsetzen eines abgebrochenen Uploads
AllowStoreRestart on

DefaultRoot /home/proftp
DeferWelcome on
AllowOverwrite on
</Global>
DefaultRoot /home/proftp
ServerType standalone



Taucht auch unter laufende Prozesse auf. Listening on port 40123.

Nur connecten ist nicht möglich. Ich habe dann mal einen Portscan gemacht und siehe da Port 40123 ist nicht offen.

Wo liegt nun mein Fehler? Braucht Ihr noch mehr Input? Bin leider in der Hinsicht ein absoluter Newbie.

Muss noch dazu sagen, dass ich parallel glftp laufen hab.

Vielen Dank im Voraus.


Titel: Kein Connect
Beitrag von: Depp??? am 08. Januar 2004, 14:54:17
hat sich erledigt.