B-A
|
|
« am: 13. September 2004, 21:44:52 » |
|
moin Leute
ich habe einen ftp server im netzwerk aufgesetzt jetzt wollte ich den online stellen. habe bei meinem router den port 21 freigegeben nur weiß ich nicht was ich noch machen muss damit der online funzt.
wenn ich connecte kommt folgende meldung: Connecting to ****.mine.nu -> IP=217.237.6.241 PORT=21 (attempt # 7) [R] Connection failed (Connection timed out)
kann mir da jemand weiter helfen
proftpd.conf
# 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 "ProFTPD Default Installation" ServerType standalone DefaultServer on
# Allow FTP resuming. # Remember to set to off if you have an incoming ftp for upload. AllowStoreRestart 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 under which the server will run. User nobody Group nogroup
# 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>
# Needed for NIS.
PersistentPasswd off
# Default root can be used to put users in a chroot environment. # As an example if you have a user foo and you want to put foo in /home/foo # chroot environment you would do this: # # DefaultRoot /home/foo foo Include /etc/proftpd-anonymous.conf
#schnellere login UseReverseDNS off IdentLookups off
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #1 am: 13. September 2004, 21:54:03 » |
|
Haste Port 20 auch freigegeben?
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #2 am: 13. September 2004, 22:00:24 » |
|
ja
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #3 am: 13. September 2004, 22:02:31 » |
|
Ich nehme an du meinst ja. Mal Debug gemacht? Verzeichnisrechte geprüft?
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #4 am: 13. September 2004, 22:03:56 » |
|
1 ja ich meine ja 2 ne ich habe das noch nicht gemacht wie mache ich das? aber ich kann im lan ja auch drauf connecten.
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #5 am: 13. September 2004, 22:23:08 » |
|
1 ja ich meine ja Gut. Das hätten wir geklärt :lol: 2 ne ich habe das noch nicht gemacht wie mache ich das? proftpd -nd5 aber ich kann im lan ja auch drauf connecten. Achso - ja mmmh. Mal AllowForeignAddress on probieren?* *lies aber die Doku dazu
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #6 am: 13. September 2004, 22:35:22 » |
|
da kommt das raus root@localhost root]# proftpd -nd5 - parsing '/etc/proftpd.conf' configuration - <Directory />: adding section for resolved path '/' - parsing '/etc/proftpd-anonymous.conf' configuration localhost - localhost - Config for ProFTPD Default Installation: localhost - ~ftp/ localhost - Limit localhost - DenyAll localhost - UserName localhost - GroupName localhost - UserAlias localhost - MaxClients localhost - RequireValidShell localhost - AnonRequirePassword localhost - DisplayLogin localhost - DisplayFirstChdir localhost - AllowStoreRestart localhost - Umask localhost - AllowForeignAddress localhost - / localhost - AllowOverwrite localhost - AllowStoreRestart localhost - Umask localhost - AllowForeignAddress localhost - DefaultServer localhost - AllowStoreRestart localhost - Umask localhost - UserID localhost - UserName localhost - GroupID localhost - GroupName localhost - IdentLookups localhost - AllowForeignAddress localhost - Failed binding to 0.0.0.0, port 21: Address already in use localhost - Check the ServerType directive to ensure you are configured correctly.
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #7 am: 13. September 2004, 22:43:12 » |
|
Vorher musste natürlich proftpd beenden: killall proftpd dann proftpd -nd5
Und dann versuchen zu verbinden
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #8 am: 13. September 2004, 22:51:27 » |
|
[root@localhost root]# killall proftpd [root@localhost root]# proftpd -nd5 - parsing '/etc/proftpd.conf' configuration - <Directory />: adding section for resolved path '/' - parsing '/etc/proftpd-anonymous.conf' configuration localhost - localhost - Config for ProFTPD Default Installation: localhost - ~ftp/ localhost - Limit localhost - DenyAll localhost - UserName localhost - GroupName localhost - UserAlias localhost - MaxClients localhost - RequireValidShell localhost - AnonRequirePassword localhost - DisplayLogin localhost - DisplayFirstChdir localhost - AllowStoreRestart localhost - Umask localhost - AllowForeignAddress localhost - / localhost - AllowOverwrite localhost - AllowStoreRestart localhost - Umask localhost - AllowForeignAddress localhost - DefaultServer localhost - AllowStoreRestart localhost - Umask localhost - UserID localhost - UserName localhost - GroupID localhost - GroupName localhost - IdentLookups localhost - AllowForeignAddress localhost - ProFTPD 1.2.9 (stable) (built Thu Nov 20 16:14:14 CET 2003) standalone mode STARTUP
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #9 am: 13. September 2004, 22:59:01 » |
|
Vorher musste natürlich proftpd beenden: killall proftpd dann proftpd -nd5
Und dann versuchen zu verbinden
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #10 am: 13. September 2004, 23:01:40 » |
|
ne da kommt nix an wenn ich über lan connecte funzt es aber übers internet geht nix
|
|
|
Gespeichert
|
|
|
|
Wörsty
|
|
« Antwort #11 am: 13. September 2004, 23:08:22 » |
|
Tja. Dann liegt es nicht an proftpd. Biste also schonmal schlauer. Check deine Firewall / den Router.
|
|
|
Gespeichert
|
RedHat 8.0 (2.4er Kernel) proftpd 1.2.10 -mod_sql_mysql -mow_wrap -mod_exec -mod_ifsession[/size]
|
|
|
B-A
|
|
« Antwort #12 am: 13. September 2004, 23:23:13 » |
|
ok danke mfg B-A
|
|
|
Gespeichert
|
|
|
|
B-A
|
|
« Antwort #13 am: 14. September 2004, 18:03:23 » |
|
kann geschlossen werder
----------- close
|
|
|
Gespeichert
|
|
|
|
bustibert
ProFTPD
Offline
Beiträge: 3
|
|
« Antwort #14 am: 23. September 2004, 20:42:06 » |
|
Ich habe das gleiche problem! gibts es dafür denn jetzt schon eine lösung?
|
|
|
Gespeichert
|
|
|
|
|