www.ProFTPD.de
13. März 2007, 22:12:37 *
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]   Nach unten
  Drucken  
Autor Thema: komme einfach nicht rauf  (Gelesen 325 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
macflei
Gast
« am: 15. August 2004, 17:59:11 »

hoi

habe nen server der irgendwosteht. os = debian
als ftp is proftpd installiert.
leider sieht es so aus als ob er nach außen hin dicht ist. er connected kurz und danach sagt er gleich ....is nicht

Code:
WinSock 2.0
Connecting to xx.xx.xxx.xx
Connected to xx.xx.xxx.xx Port 21
Connection failed
Delaying for 30 seconds before reconnect attempt #1


die proftp.conf sieht folgender maßen aus.....is standart...also noch unverändert

Code:
Nmap run completed -- 1 IP address (1 host up) scanned in 0 seconds
debian:~# vi /etc/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                      "Debian"
ServerType                      standalone
DeferWelcome                    off

ShowSymlinks                    on
MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
LsDefaultOptions                "-l"

DenyFilter                      \*.*/

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Port 21 is the standard FTP port.
Port                            21

# 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 that the server normally runs at.
User                            nobody
Group                           nogroup

# Normally, we want files to be overwriteable.
<Directory /*>
  # Umask 022 is a good standard umask to prevent new files and dirs
  # (second parm) from being group and world writable.
  Umask                         022  022

  AllowOverwrite                on
</Directory>

# A basic anonymous configuration, no upload directories.

## <Anonymous ~ftp>
##   User                               ftp
##   Group                              nogroup
##   # We want clients to be able to login with "anonymous" as well as "ftp"
##   UserAlias                  anonymous ftp
##
##   RequireValidShell          off
##
##   # Limit the maximum number of anonymous logins
##   MaxClients                 10
##
##   # We want 'welcome.msg' displayed at login, and '.message' displayed
##   # in each newly chdired directory.
##   DisplayLogin                       welcome.msg
##   DisplayFirstChdir          .message
##
##   # Limit WRITE everywhere in the anonymous chroot
##   <Directory *>
##     <Limit WRITE>
##       DenyAll
##     </Limit>
##   </Directory>
##
##   # Uncomment this if you're brave.
##   # <Directory incoming>
##   #   # Umask 022 is a good standard umask to prevent new files and dirs
##   #   # (second parm) from being group and world writable.
##   #   Umask                          022  022
##   #            <Limit READ WRITE>
##   #            DenyAll
##   #            </Limit>
##   #            <Limit STOR>
##   #            AllowAll
##   #            </Limit>
##   # </Directory>
##
## </Anonymous>



nmap sagt fpt-dienst is on
Code:
Starting nmap V. 2.54BETA31 ( [url]www.insecure.org/nmap/[/url] )
Interesting ports on localhost (127.0.0.1):
(The 1548 ports scanned but not shown below are in state: closed)
Port State Service
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
111/tcp open sunrpc
113/tcp open auth
515/tcp open printer


warum komm ich nicht auf den server (über ftp)
thx 4 help
macflei
Gespeichert
X-Wing
ProFTPD
*
Offline Offline

Beiträge: 3


Profil anzeigen
« Antwort #1 am: 15. August 2004, 20:21:18 »

Hi,

läuft der Server hinter einem Router oder einer Firewall? Falls ja must Du den Port 20, 21 auch auf den internen Rechner forwarden.

Weiter ist mir aufgefallen das der Eintrag "DefaultServer on" in deiner Conf fehlt. Damit stellst Du sicher das der Server sich auch für alle Anfragen verantwortlich fühlt.

Ich hoffe ich konnte Dir helfen.

Greetz

X-Wing
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #2 am: 16. August 2004, 06:19:03 »

http://www.proftpd.de/MINI_FAQ.13.0.html
http://www.proftpd.de/index.php?id=13&backPID=13&tx_faq_faq=4
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Seiten: [1]   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.053 Sekunden mit 16 Zugriffen.