PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : proftpd will nicht auf dem server



Cyberbob
12.04.04, 12:12
hi leute

ich hab ein kleines problem mit proftpd. Hab proftpd auf meinem normalen rechner und hab dort auch einen ordner freigegeben für anonymous. und das klappt auch. das ist aber schon was länger her das ich das eingerichtet habe.

Jetzt bin ich grade dabei mir einen Fileserver auf zu bauen und wollte dort jetzt auch proftpd einrichten. (ist ja schon bei slackware dabei) also hab ich die proftpd.conf vom anderen rechner genommen und auf den fileserver geknallt. Wenn ich dann auf den server connecten will kommt immer.


Suche IP Adresse von 192.168.0.1
Versuche 192.168.0.1:21
Verbindung mit 192.168.0.1 erfolgreich:21
220 ProFTPD 1.2.8 Server (Cyberbobs FTP Server) [server.dreamland.org]
USER anonymous

331 Anonymous login ok, send your complete email address as your password.
PASS xxxx
530 Login incorrect.
Beende Verbindung mit Gegenstelle 192.168.0.1

ich hab auch schon aus der /etc/ftpusers den anonymous rausgenommen. klappt aber nicht.

hier meine proftpd.conf --vielleicht findet da ja jemand was-- wie gesagt auf dem anderen rechner klappt es.

vielleicht hab ich auch nur irgendwelche zwischen schritte vergessen.


# This is a basic ProFTPD configuration file.
# It establishes a single server and a single anonymous login.
# It assumes that you have a user/group "nobody" and "ftp"
# for normal/anonymous operation.

ServerName "Cyberbobs FTP Server"
#ServerType standalone
ServerType inetd
DefaultServer on

# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# 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 that the server normally runs at.
User nobody
Group nogroup

# This next option is required for NIS or NIS+ to work properly:
#PersistentPasswd off

SystemLog /var/log/proftpd.log
TransferLog /var/log/xferlog

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

# A basic anonymous FTP server configuration.
# To enable this, remove the user ftp from /etc/ftpusers.
<Anonymous /multimedia/>
RequireValidShell off
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp

# Limit the maximum number of anonymous logins
MaxClients 50

# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message

# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>


hoffe das jemand mir bei diesem problem helfen kann

Svenny
12.04.04, 12:42
was sagen logfiles ?

Cyberbob
12.04.04, 13:18
nicht am datum und der uhrzeit stören. die batterie vom board ist kaputt.


Nov 30 09:22:21 server proftpd[31884] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:22:21 server proftpd[31884] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:22:29 server proftpd[31886] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:22:29 server proftpd[31886] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:22:52 server proftpd[31902] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:22:52 server proftpd[31902] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:24:01 server proftpd[31919] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:24:01 server proftpd[31919] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:24:16 server proftpd[31928] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:24:16 server proftpd[31928] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:25:03 server proftpd[31965] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:25:03 server proftpd[31965] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:26:59 server proftpd[32020] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 09:26:59 server proftpd[32020] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 09:27:13 server proftpd[32030] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:27:13 server proftpd[32030] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 09:27:25 server proftpd[32032] server.dreamland.org: Failed binding to 0.0.0.0, port 21: Address already in use
Nov 30 09:27:25 server proftpd[32032] server.dreamland.org: Check the ServerType directive to ensure you are configured correctly.
Nov 30 10:23:01 server proftpd[393] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.Nov 30 10:23:01 server proftpd[393] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 10:23:16 server proftpd[394] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 10:23:16 server proftpd[394] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'asd'
Nov 30 10:23:16 server proftpd[394] server.dreamland.org (192.168.0.2[192.168.0.2]): USER asd: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21
Nov 30 10:23:22 server proftpd[395] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 10:23:22 server proftpd[395] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 10:23:37 server proftpd[396] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 10:23:37 server proftpd[396] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 10:24:49 server proftpd[425] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 10:24:57 server proftpd[425] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 10:29:29 server proftpd[392] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 10:29:29 server proftpd[392] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp (Login failed): User in /etc/ftpusers
Nov 30 10:59:20 server proftpd[592] server.dreamland.org (server.dreamland.org[192.168.0.1]): FTP session opened.
Nov 30 10:59:27 server proftpd[592] server.dreamland.org (server.dreamland.org[192.168.0.1]): SECURITY VIOLATION: root login attempted.
Nov 30 20:26:36 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 20:26:36 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'ftp'
Nov 30 20:26:36 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21
Nov 30 20:29:04 server proftpd[490] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 20:29:04 server proftpd[490] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'ftp'
Nov 30 20:29:04 server proftpd[490] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21
Nov 30 20:32:35 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 20:32:35 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'ftp'
Nov 30 20:32:35 server proftpd[476] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21
Nov 30 20:45:21 server proftpd[477] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 20:45:21 server proftpd[477] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'ftp'
Nov 30 20:45:21 server proftpd[477] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21
Nov 30 22:11:36 server proftpd[21225] server.dreamland.org (192.168.0.2[192.168.0.2]): FTP session opened.
Nov 30 22:11:36 server proftpd[21225] server.dreamland.org (192.168.0.2[192.168.0.2]): no such user 'ftp'
Nov 30 22:11:36 server proftpd[21225] server.dreamland.org (192.168.0.2[192.168.0.2]): USER ftp: no such user found from 192.168.0.2 [192.168.0.2] to 192.168.0.1:21


VIELLEICHT KANN MIR JEMAND AUCH EINE SCHRITT FÜR SCHRITT ANLEITUNG GEBEN. DANN KANN ICH MAL ÜBERPRÜFEN WAS ICH VERGESSEN HABE. DANKE

Svenny
12.04.04, 14:20
gibts den user ftp und hat er zugriff auf das verzeichnis

da\/id
12.04.04, 14:24
da ist ne gute anleitung
http://www.easy-pinguin.de/linux/proftpd.html

Cyberbob
12.04.04, 15:08
also das mit dem ftp user hat geklappt ich danke für die schnelle hilfe. (ich dachte den hätte ich gestern eingerichtet gehabt) naja gestern war es schon was spät. :D

danke

GotYa
06.04.05, 14:59
da ist ne gute anleitung
http://www.easy-pinguin.de/linux/proftpd.html


Der richtige Link ist aber http://www.easy-pinguin.de/index.php?cat=linux&sub=proftpd

Tomek
06.04.05, 15:04
Du hast gerade einen ein Jahr alten Thread zum Leben erweckt.. ;)