www.ProFTPD.de
13. März 2007, 18:52:59 *
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: Login nur noch von localhost möglich.  (Gelesen 152 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
abra-x-as
Gast
« am: 28. Februar 2005, 13:51:16 »

Hallo zusammen,

Ich habe seit einem halben Jahr einen proftpd server am laufen. Bisher lief er immer einwandfrei doch heute akzeptiert er keine Verbindungen von aussen mehr. Ich kann mich allerdings noch per console lokal an dem Sserver anmelden.

An der Config wurde nichts verändert. Es ist ein Suse 9.1 System und daruaf läuft Confixx 3

Code:

#### CONFIXX PRO-FTPD CONFIG FILE ####
    #### created at Sat Dec 11 00:57:37 2004 ###

# 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      servx.biz
ServerType      standalone
DefaultServer on
ServerAdmin     technik@servx.biz
ServerIdent on "FTP Server ready."
ListOptions "-a"

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

TransferLog     /var/log/xferlog

# Normally, we want files to be overwriteable.
AllowOverwrite                on

#
# Do a chroot for web-users (i.e. public or www group), but
# do not change root if the user is also in the users group...
#
#DefaultRoot ~/public_html       public,!users
#
DefaultRoot ~

# Groups that are not allowed to login
<Limit LOGIN>
DenyGroup poponly
</Limit>


     ### ENDE ####


der prozess läuft und akzeptiert angeblich verbindungen

Code:

root      5194     1  0 12:51 ?        00:00:00 proftpd: (accepting connections)


der Port 21 ist nach wie vor offen

Code:

21/tcp    open  ftp


Ich weiß nicht mehr an was es liegen könnte. Weiß evtl. hier jemand Rat?
[/code]
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #1 am: 28. Februar 2005, 14:11:30 »

Defaultserver = on sollte das eigentlich regeln.
Mmh. k.A. momentan
Firewall verändert?
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
abra-x-as
Gast
« Antwort #2 am: 28. Februar 2005, 14:13:13 »

genau das ist es ja was mich zum wahnsinn treibt Grinsend
Gespeichert
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.05 Sekunden mit 16 Zugriffen.