www.ProFTPD.de
13. März 2007, 22:02:36 *
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: Fatal: AllowForeignAddress: directive not allowed in contex  (Gelesen 144 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
lxxy
Gast
« am: 24. November 2003, 09:34:32 »

hab n kleines problem! hab proftpd mit webmin konviguriert! aba diese meldung kommt kann mir jemand weiterhelfen? kuss hdl
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 24. November 2003, 09:46:08 »

Zitat von: "lxxy"
hab n kleines problem! hab proftpd mit webmin konviguriert! aba diese meldung kommt kann mir jemand weiterhelfen? kuss hdl


nein !
a) meine Kristallkugel ist in Urlaub, b) meine Voodoo Puppe gerade anders in Beschlag, c) mein Hellseher macht einen auf krank.

Wie waere es den, wenn Du a) auf Webmin verzichtest und b) uns mal Deine Config hier posten wuerdest ?

cu
stonki
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
Anonymous
Gast
« Antwort #2 am: 24. November 2003, 10:01:58 »

#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#
# 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         "66.79.xxx.zz"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 2000

# 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 lxxy
Group nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot /usr/upload

# Normally, we want files to be overwriteable

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
#########################################################################
#                                                                       #
# Uncomment lines with only one # to allow basic anonymous access       #
#                                                                       #
#########################################################################

#<Anonymous ~ftp>
#   User            ftp
#   Group            ftp

  ### We want clients to be able to login with "anonymous" as well as "ftp"
  # UserAlias         anonymous ftp

  ### 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
  # <Limit WRITE>
  #   DenyAll
  # </Limit>
#</Anonymous>
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
RootLogin off
DeferWelcome on
<Global>
LoginPasswordPrompt on
AllowOverwrite on
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeferWelcome on
ServerIdent on "hiho"
DefaultChdir /home/lxxy
DeleteAbortedStores off
HiddenStor off
AccessGrantMsg "baby"
GroupPassword nogroup xxxxxxxxxxxxxxxx
MaxLoginAttempts 3
RequireValidShell off
UserPassword lxxy xxxxxxxxxxxxxxxxxxx
</Global>


*g* kuss hdgdl
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #3 am: 24. November 2003, 10:21:26 »

Raeumen wir doch den scheiss mal auf:

Code:


ServerName "66.79.xxx.zz"
ServerType standalone
DefaultServer on
ServerIdent on "hiho"
DeferWelcome on
AccessGrantMsg "baby"

# Port 21 is the standard FTP port.
Port 2000

# 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
MaxInstances 30

# Set the user and group under which the server will run.
User lxxy
Group nogroup

#DefaultRoot /usr/upload

# Resuming
AllowRetrieveRestart on
AllowStoreRestart on
AllowOverwrite on
HiddenStor off

# FXP
AllowForeignAddress on

# Password
LoginPasswordPrompt on
UserPassword lxxy xxxxxxxxxxxxxxxxxxx
GroupPassword nogroup xxxxxxxxxxxxxxxx
RequireValidShell off

# Sonstiges
DefaultChdir /home/lxxy
MaxLoginAttempts 3



Dann ProFTPD mit proftpd -n -d5 neu starten, sich die Ausgabe anschauen und ggf. reagieren. Lass von Webmin die Finger, sowas hat auf einem Server nix zu suchen,

http://www.google.com/search?q=exploit+webmin&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8

cu
stonki
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
Anonymous
Gast
« Antwort #4 am: 24. November 2003, 11:33:28 »

hehe jawohl hab verstanden! aba webmin is halt kostenlos für cpannel muss ich kohle zahlen kussi hdl
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.067 Sekunden mit 19 Zugriffen.