Code:
christian@rudi:~$ ftp 10.0.1.4
Connected to 10.0.1.4.
220 ProFTPD 1.2.10 Server (Debian) [10.0.1.4]
Name (10.0.1.4:christian): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password:
230-Welcome, archive user anonymous@10.0.1.101 !
230-
230-The local time is: Sun Jan 29 14:12:41 2006
230-
230-This is an experimental FTP server. If have any unusual problems,
230-please report them via e-mail to <root@localhost.localdomain>.
230-
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
Connected to 10.0.1.4.
220 ProFTPD 1.2.10 Server (Debian) [10.0.1.4]
Name (10.0.1.4:christian): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password:
230-Welcome, archive user anonymous@10.0.1.101 !
230-
230-The local time is: Sun Jan 29 14:12:41 2006
230-
230-This is an experimental FTP server. If have any unusual problems,
230-please report them via e-mail to <root@localhost.localdomain>.
230-
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
Aber leider geht es außerhalb noch nicht:
Code:
christian@rudi:~$ ftp christiankloimuellner.gnx.at
Connected to christiankloimuellner.gnx.at.
220 ProFTPD 1.2.9 Server (Debian) [s-ar4.arweb.at]
Name (christiankloimuellner.gnx.at:christian): anonymous
331 Password required for anonymous.
Password:
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Connected to christiankloimuellner.gnx.at.
220 ProFTPD 1.2.9 Server (Debian) [s-ar4.arweb.at]
Name (christiankloimuellner.gnx.at:christian): anonymous
331 Password required for anonymous.
Password:
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Leider weiß ich jetzt nicht was ich ändern kann damit es funktioniert. Am Router hab ich eine DMZ eingeschalten. Also sollten alle Ports auf meinen Server weitergeleitet werden und daher sollte es auch funktionieren. Komisch kommt mir vor, dass er immer sagt, Password required for anonymous. aber warum?
Hier nochmal meine neue config:
Code:
server:/home/ftp# cat /etc/proftpd.conf
ServerName "Debian"
ServerType inetd
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
ListOptions "-l"
DenyFilter \*.*/
Port 21
MaxInstances 30
User nobody
Group nogroup
Umask 022 022
AllowOverwrite on
<Anonymous ~ftp>
User ftp
Group nogroup
UserAlias anonymous ftp
RequireValidShell off
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
</Anonymous>
ServerName "Debian"
ServerType inetd
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
ListOptions "-l"
DenyFilter \*.*/
Port 21
MaxInstances 30
User nobody
Group nogroup
Umask 022 022
AllowOverwrite on
<Anonymous ~ftp>
User ftp
Group nogroup
UserAlias anonymous ftp
RequireValidShell off
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
</Anonymous>
Danke!
lg,
Christian.