• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Vsftpd

Karabela

Newbie
Hallo Leute ,
habe endlich geschafft vsftpd zu installieren usw.
Nur mein problem ist wenn ich "Anonymous_enable=NO" mache komm ich überhaupt nicht rein bekomme folgenden fehler:
[R] Connecting to 85.179.42.229 -> IP=85.179.42.229 PORT=21
[R] Connected to 85.179.42.229
[R] 500 OOPS: vsftpd: both local and anonymous access disabled!
[R] Connection failed"
und wenn ich Anonymous yes mache komm ich fast rein dann bekomme ich folgenden fehler:[R] Opening data connection IP: 85.179.42.229 PORT: 54572"
und wenn ich den port öffne versucht er sich mit einen andern port zu verbinden ..ja beim verbinden habe ich als port 21 eingegebn aber geht nicht ...
Ich will/wollte auf dem ftp-server mit ein pc im netzwerk verbinden geht aber nicht ich bitte um eure hilfe ...


Mit freundlichen Grüßen

Karabela
 
Karabela schrieb:
[R] 500 OOPS: vsftpd: both local and anonymous access disabled!
[R] Connection failed"
Code:
local_enable
'YES' oder 'NO'
Mit dieser Option können, sofern per YES aktiviert, normale Systemuser sich mit ihren Usernamen und Passwörtern wie sie in /etc/passwd + /etc/shadow bekannt sind einloggen.

Karabela schrieb:
und wenn ich Anonymous yes mache komm ich fast rein dann bekomme ich folgenden fehler:[R] Opening data connection IP: 85.179.42.229 PORT: 54572"
und wenn ich den port öffne versucht er sich mit einen andern port zu verbinden ..ja beim verbinden habe ich als port 21 eingegebn aber geht nicht ...
Code:
pasv_enable
'YES' oder 'NO'
Hier kann PASV erlaubt oder verboten werden.
Code:
pasv_max_port
Die maximalen zuzuteilenden Ports für PASV Daten Anschluss. Kann verwendet werden, um eine schmale Portstrecke zu spezifizieren, beim Firewalling zu unterstützen.
Code:
pasv_min_port
Das Minimum der zuzuteilenden Ports für PASV Daten Anschluss. Kann verwendet werden, um eine schmale Portstrecke zu spezifizieren, beim Firewalling zu unterstützen.
Und den Portbereich auch in der Firewall freigben.

Steht übrigens auch in dem WIKI-Artikel (auf den du jetzt schon mehrmals hingewiesen wurdest).

Es wäre also schön, wenn du ab jetzt erstmal selbst lesen würdest.
 
OP
K

Karabela

Newbie
Hallo ,
Ich poste am besten mein vsftpd.conf bitte nicht hart ran gehen bin neu in sache Linux .
http://phpfi.com/248202
 
Und was sagen die Server-Logs dazu?

Hast du die Verbindung mal ohne FW getestet?


[edit]
Schön, dass du nachträglich noch Informationen lieferst, aber du solltest das Problemstellung/Fehlermeldung schon stehen lassen ... :wink:
 
OP
K

Karabela

Newbie
Fehler Meldung:
[R] Connected to 85.179.156.101
[R] Error: 10054: Connection reset by peer


Verbindung ohne FW?
Welche server Logs?
 
OP
K

Karabela

Newbie
Code:
Jul 12 22:51:15 igdiri-hosting gconfd (igdirli1990-4126): (Version 2.14.0) wird gestartet, Prozesskennung 4126, Benutzer »igdirli1990«
Jul 12 22:51:15 igdiri-hosting gconfd (igdirli1990-4126): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Jul 12 22:51:15 igdiri-hosting gconfd (igdirli1990-4126): Die Adresse »xml:readwrite:/home/igdirli1990/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Jul 12 22:51:15 igdiri-hosting gconfd (igdirli1990-4126): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Jul 12 22:51:15 igdiri-hosting gconfd (igdirli1990-4126): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.schemas« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Jul 12 22:51:28 igdiri-hosting gconfd (igdirli1990-4126): Die Adresse »xml:readwrite:/home/igdirli1990/.gconf« wurde an der Position 0 zu einer schreibbaren Konfigurationsquelle aufgelöst
Jul 12 22:51:30 igdiri-hosting bonobo-activation-server (igdirli1990-4174): Passing command-line arguments in .server files is deprecated: "/usr/bin/tomboy --panel-applet"
Jul 12 22:52:13 igdiri-hosting su: FAILED SU (to root) igdirli1990 on /dev/pts/0
Jul 12 22:52:20 igdiri-hosting su: (to root) igdirli1990 on /dev/pts/0
Jul 12 22:56:20 igdiri-hosting su: (to root) igdirli1990 on /dev/pts/1

Hallo Leute ,
Das steht im Log drinne ,
ich muss euch noch was dazu sagen ...
Ich habe Vsftpd nur gestartet und natürlich was an vsftpd.conf geändert ..
Sollte ich auch was anderes abändern ?
Wenn ja ,was sollte ich abändern???

mfg

Karabela
 

cero

Guru
Hast Du mal probiert, kurzzeitig für einen Test, die Firewall (FW) abzuschalten? So kannst Du schnell die Ursache eingrenzen.
 
OP
K

Karabela

Newbie
Firewall ist aus funktioniert immer noch nicht :(

noch was welchen verzeichnis muss ich schreibrecht geben??
Es steht auch nirgendswo wo der user seine datein hochladen soll?

dieses Datei gibt es nicht bei mir ist es normal "/etc/vsftpd.user_list?

mfg
Karabela
 
Wie wäre es denn, wenn du mal den Auszug aus den Logs zum Zeitpunkt des Verbindungsaufbaus postest. :roll:

... oder besser:
Code:
grep vsftpd /var/log/messages
Dazu sollte auch syslog_enable=YES in der /etc/vsftpd.conf gesetzt sein.
 
OP
K

Karabela

Newbie
Code:
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5866] CONNECT: Client "192.168.0.1"
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5865] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5076] CONNECT: Client "127.0.0.1"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5075] [ftp] OK LOGIN: Client "127.0.0.1", anon password "mozilla@example.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:24 igdiri-hosting vsftpd: Thu Jul 12 22:59:24 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:42 igdiri-hosting vsftpd: Thu Jul 12 22:59:42 2007 [pid 5081] CONNECT: Client "127.0.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5274] CONNECT: Client "192.168.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5273] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5333] CONNECT: Client "192.168.0.1"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5336] CONNECT: Client "192.168.0.1"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5335] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12646] CONNECT: Client "192.168.0.1"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12645] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12649] CONNECT: Client "192.168.0.1"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12648] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:05:13 igdiri-hosting vsftpd: Fri Jul 13 00:05:13 2007 [pid 12996] CONNECT: Client "192.168.0.1"
Jul 13 00:05:14 igdiri-hosting vsftpd: Fri Jul 13 00:05:14 2007 [pid 12995] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13317] CONNECT: Client "192.168.0.1"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13316] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13320] CONNECT: Client "192.168.0.1"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13319] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13648] CONNECT: Client "192.168.0.1"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13647] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13874] CONNECT: Client "192.168.0.1"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13873] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13908] CONNECT: Client "192.168.0.1"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13907] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14223] CONNECT: Client "192.168.0.1"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14222] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14324] CONNECT: Client "192.168.0.1"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14323] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14327] CONNECT: Client "192.168.0.1"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14326] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14330] CONNECT: Client "192.168.0.1"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14329] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14333] CONNECT: Client "192.168.0.1"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14337] CONNECT: Client "192.168.0.1"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14336] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14360] CONNECT: Client "192.168.0.1"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14359] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14364] CONNECT: Client "192.168.0.1"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14363] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14367] CONNECT: Client "192.168.0.1"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14366] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14370] CONNECT: Client "192.168.0.1"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14369] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15774] CONNECT: Client "192.168.0.1"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15773] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16164] CONNECT: Client "192.168.0.1"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16163] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16167] CONNECT: Client "192.168.0.1"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16166] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16170] CONNECT: Client "192.168.0.1"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16169] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:35:34 igdiri-hosting vsftpd: Fri Jul 13 01:35:34 2007 [pid 16203] CONNECT: Client "127.0.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16347] CONNECT: Client "192.168.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16346] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
igdiri-hosting:/etc # grep vsftpd /var/log/messages
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5866] CONNECT: Client "192.168.0.1"
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5865] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5076] CONNECT: Client "127.0.0.1"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5075] [ftp] OK LOGIN: Client "127.0.0.1", anon password "mozilla@example.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:24 igdiri-hosting vsftpd: Thu Jul 12 22:59:24 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:42 igdiri-hosting vsftpd: Thu Jul 12 22:59:42 2007 [pid 5081] CONNECT: Client "127.0.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5274] CONNECT: Client "192.168.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5273] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5333] CONNECT: Client "192.168.0.1"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5336] CONNECT: Client "192.168.0.1"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5335] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12646] CONNECT: Client "192.168.0.1"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12645] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12649] CONNECT: Client "192.168.0.1"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12648] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:05:13 igdiri-hosting vsftpd: Fri Jul 13 00:05:13 2007 [pid 12996] CONNECT: Client "192.168.0.1"
Jul 13 00:05:14 igdiri-hosting vsftpd: Fri Jul 13 00:05:14 2007 [pid 12995] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13317] CONNECT: Client "192.168.0.1"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13316] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13320] CONNECT: Client "192.168.0.1"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13319] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13648] CONNECT: Client "192.168.0.1"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13647] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13874] CONNECT: Client "192.168.0.1"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13873] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13908] CONNECT: Client "192.168.0.1"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13907] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14223] CONNECT: Client "192.168.0.1"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14222] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14324] CONNECT: Client "192.168.0.1"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14323] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14327] CONNECT: Client "192.168.0.1"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14326] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14330] CONNECT: Client "192.168.0.1"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14329] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14333] CONNECT: Client "192.168.0.1"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14337] CONNECT: Client "192.168.0.1"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14336] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14360] CONNECT: Client "192.168.0.1"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14359] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14364] CONNECT: Client "192.168.0.1"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14363] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14367] CONNECT: Client "192.168.0.1"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14366] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14370] CONNECT: Client "192.168.0.1"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14369] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15774] CONNECT: Client "192.168.0.1"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15773] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16164] CONNECT: Client "192.168.0.1"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16163] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16167] CONNECT: Client "192.168.0.1"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16166] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16170] CONNECT: Client "192.168.0.1"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16169] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:35:34 igdiri-hosting vsftpd: Fri Jul 13 01:35:34 2007 [pid 16203] CONNECT: Client "127.0.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16347] CONNECT: Client "192.168.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16346] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
igdiri-hosting:/etc # grep vsftpd /var/log/messages
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5866] CONNECT: Client "192.168.0.1"
Jul  9 02:58:15 igdiri-hosting vsftpd: Mon Jul  9 02:58:15 2007 [pid 5865] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5076] CONNECT: Client "127.0.0.1"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5075] [ftp] OK LOGIN: Client "127.0.0.1", anon password "mozilla@example.com"
Jul 12 22:59:23 igdiri-hosting vsftpd: Thu Jul 12 22:59:23 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:24 igdiri-hosting vsftpd: Thu Jul 12 22:59:24 2007 [pid 5077] [ftp] FAIL DOWNLOAD: Client "127.0.0.1", "/", 0.00Kbyte/sec
Jul 12 22:59:42 igdiri-hosting vsftpd: Thu Jul 12 22:59:42 2007 [pid 5081] CONNECT: Client "127.0.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5274] CONNECT: Client "192.168.0.1"
Jul 12 23:30:11 igdiri-hosting vsftpd: Thu Jul 12 23:30:11 2007 [pid 5273] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5333] CONNECT: Client "192.168.0.1"
Jul 12 23:31:13 igdiri-hosting vsftpd: Thu Jul 12 23:31:13 2007 [pid 5332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5336] CONNECT: Client "192.168.0.1"
Jul 12 23:31:28 igdiri-hosting vsftpd: Thu Jul 12 23:31:28 2007 [pid 5335] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12646] CONNECT: Client "192.168.0.1"
Jul 13 00:01:12 igdiri-hosting vsftpd: Fri Jul 13 00:01:12 2007 [pid 12645] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12649] CONNECT: Client "192.168.0.1"
Jul 13 00:01:27 igdiri-hosting vsftpd: Fri Jul 13 00:01:27 2007 [pid 12648] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:05:13 igdiri-hosting vsftpd: Fri Jul 13 00:05:13 2007 [pid 12996] CONNECT: Client "192.168.0.1"
Jul 13 00:05:14 igdiri-hosting vsftpd: Fri Jul 13 00:05:14 2007 [pid 12995] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13317] CONNECT: Client "192.168.0.1"
Jul 13 00:06:01 igdiri-hosting vsftpd: Fri Jul 13 00:06:01 2007 [pid 13316] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13320] CONNECT: Client "192.168.0.1"
Jul 13 00:06:10 igdiri-hosting vsftpd: Fri Jul 13 00:06:10 2007 [pid 13319] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13648] CONNECT: Client "192.168.0.1"
Jul 13 00:10:27 igdiri-hosting vsftpd: Fri Jul 13 00:10:27 2007 [pid 13647] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13874] CONNECT: Client "192.168.0.1"
Jul 13 00:11:19 igdiri-hosting vsftpd: Fri Jul 13 00:11:19 2007 [pid 13873] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13908] CONNECT: Client "192.168.0.1"
Jul 13 00:23:46 igdiri-hosting vsftpd: Fri Jul 13 00:23:46 2007 [pid 13907] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14223] CONNECT: Client "192.168.0.1"
Jul 13 00:25:01 igdiri-hosting vsftpd: Fri Jul 13 00:25:01 2007 [pid 14222] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14324] CONNECT: Client "192.168.0.1"
Jul 13 00:25:53 igdiri-hosting vsftpd: Fri Jul 13 00:25:53 2007 [pid 14323] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14327] CONNECT: Client "192.168.0.1"
Jul 13 00:26:05 igdiri-hosting vsftpd: Fri Jul 13 00:26:05 2007 [pid 14326] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14330] CONNECT: Client "192.168.0.1"
Jul 13 00:26:29 igdiri-hosting vsftpd: Fri Jul 13 00:26:29 2007 [pid 14329] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14333] CONNECT: Client "192.168.0.1"
Jul 13 00:26:40 igdiri-hosting vsftpd: Fri Jul 13 00:26:40 2007 [pid 14332] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14337] CONNECT: Client "192.168.0.1"
Jul 13 00:28:11 igdiri-hosting vsftpd: Fri Jul 13 00:28:11 2007 [pid 14336] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14360] CONNECT: Client "192.168.0.1"
Jul 13 00:31:30 igdiri-hosting vsftpd: Fri Jul 13 00:31:30 2007 [pid 14359] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14364] CONNECT: Client "192.168.0.1"
Jul 13 00:31:52 igdiri-hosting vsftpd: Fri Jul 13 00:31:52 2007 [pid 14363] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14367] CONNECT: Client "192.168.0.1"
Jul 13 00:32:03 igdiri-hosting vsftpd: Fri Jul 13 00:32:03 2007 [pid 14366] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14370] CONNECT: Client "192.168.0.1"
Jul 13 00:32:46 igdiri-hosting vsftpd: Fri Jul 13 00:32:46 2007 [pid 14369] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15774] CONNECT: Client "192.168.0.1"
Jul 13 01:31:18 igdiri-hosting vsftpd: Fri Jul 13 01:31:18 2007 [pid 15773] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16164] CONNECT: Client "192.168.0.1"
Jul 13 01:32:24 igdiri-hosting vsftpd: Fri Jul 13 01:32:24 2007 [pid 16163] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16167] CONNECT: Client "192.168.0.1"
Jul 13 01:32:30 igdiri-hosting vsftpd: Fri Jul 13 01:32:30 2007 [pid 16166] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16170] CONNECT: Client "192.168.0.1"
Jul 13 01:32:39 igdiri-hosting vsftpd: Fri Jul 13 01:32:39 2007 [pid 16169] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"
Jul 13 01:35:34 igdiri-hosting vsftpd: Fri Jul 13 01:35:34 2007 [pid 16203] CONNECT: Client "127.0.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16347] CONNECT: Client "192.168.0.1"
Jul 13 02:02:47 igdiri-hosting vsftpd: Fri Jul 13 02:02:47 2007 [pid 16346] [ftp] OK LOGIN: Client "192.168.0.1", anon password "flashfxp-user@flashfxp.com"

Uhrzeit ist falsch aber ist von gerade ebend :)
 
Oben