www.ProFTPD.de
13. März 2007, 19:45:10 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1] 2   Nach unten
  Drucken  
Autor Thema: ftp ins internet  (Gelesen 952 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
B-A
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« 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
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« 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
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« Antwort #2 am: 13. September 2004, 22:00:24 »

ja
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« 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
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« 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
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #5 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
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
B-A
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« 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
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« 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
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« 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
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #9 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
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
B-A
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« 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
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« 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
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« Antwort #12 am: 13. September 2004, 23:23:13 »

ok danke
mfg B-A
Gespeichert
B-A
ProFTPD
*
Offline Offline

Beiträge: 31

16819931
Profil anzeigen WWW E-Mail
« Antwort #13 am: 14. September 2004, 18:03:23 »

kann geschlossen werder


-----------
close
Gespeichert
bustibert
ProFTPD
*
Offline Offline

Beiträge: 3


Profil anzeigen
« 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
Seiten: [1] 2   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.065 Sekunden mit 16 Zugriffen.