Titel: ftp ins internet Beitrag von: 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 Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 21:54:03 Haste Port 20 auch freigegeben?
Titel: ftp ins internet Beitrag von: B-A am 13. September 2004, 22:00:24 ja
Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 22:02:31 Ich nehme an du meinst ja.
Mal Debug gemacht? Verzeichnisrechte geprüft? Titel: ftp ins internet Beitrag von: B-A 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. Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 22:23:08 Zitat von: "B-A" 1 ja ich meine ja Gut. Das hätten wir geklärt :lol: Zitat von: "B-A" 2 ne ich habe das noch nicht gemacht wie mache ich das? proftpd -nd5 Zitat von: "B-A" aber ich kann im lan ja auch drauf connecten. Achso - ja mmmh. Mal AllowForeignAddress on probieren?* *lies aber die Doku dazu Titel: ftp ins internet Beitrag von: B-A 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. Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 22:43:12 Vorher musste natürlich proftpd beenden:
killall proftpd dann proftpd -nd5 Und dann versuchen zu verbinden Titel: ftp ins internet Beitrag von: B-A 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 Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 22:59:01 Zitat von: "Wörsty" Vorher musste natürlich proftpd beenden: killall proftpd dann proftpd -nd5 Und dann versuchen zu verbinden Titel: ftp ins internet Beitrag von: B-A am 13. September 2004, 23:01:40 ne da kommt nix an wenn ich über lan connecte funzt es aber übers internet geht nix
Titel: ftp ins internet Beitrag von: Wörsty am 13. September 2004, 23:08:22 Tja. Dann liegt es nicht an proftpd.
Biste also schonmal schlauer. Check deine Firewall / den Router. Titel: ftp ins internet Beitrag von: B-A am 13. September 2004, 23:23:13 ok danke
mfg B-A Titel: ftp ins internet Beitrag von: B-A am 14. September 2004, 18:03:23 kann geschlossen werder
----------- close Titel: ftp ins internet Beitrag von: bustibert am 23. September 2004, 20:42:06 Ich habe das gleiche problem! gibts es dafür denn jetzt schon eine lösung?
Titel: ftp ins internet Beitrag von: DiWoWo am 27. September 2004, 17:20:00 Zitat von: "bustibert" Ich habe das gleiche problem! gibts es dafür denn jetzt schon eine lösung? Es lag an seiner Firewall wenn ich das richtig verstanden habe |