| Forum - Thema | |
| Nächstes Thema -> | |
| Forum -> Öffentlich -> Software -> ProFTPd zickt nach update rum... | |
Antworten: 2
Seite [1] |
|
SlayRAdmin Beiträge: 345 |
# Thema - 02.02.2010 um 09:34 Uhr
Hallo Leutz, ich habe hier nen Debian 5.0 "Lenny" Server, auf dem ProFTPd als FTP Server aufgesetzt ist. Ich war eigentlich immer sehr zufrieden mit dem FTP-Server, habe Ihn auch ganz nach meinen Wünschen gestaltet (Benutzer können als FTP-Verzeichnis Ihr "home" Verzeichnis nutzen, Anonymous Zugang für ein bestimmtes Verzeichnis- nur lesend versteht sich). Doch nach einem update, Fragt mich jetzt bitte nicht auf welche Version, verweigert der FTP den anonymous Zugang. Welche Config könnte er zurückgesetzt haben, bzw. Wo richte ich den anonym-Zugang wieder ein?
Danke im Vorraus... ------------------ Zuletzt editiert von SlayR am 02.02.2010 um 09:35 Uhr (1x Editiert)
|
Offline |
|
Zer0Wannabe poster Beiträge: 24 |
# Antwort: 1 - 02.02.2010 um 18:41 Uhr
Wenn ich das richtig deute, dann sollte es eigentlich in der ProFTPd.conf drin stehen.
Eventuell hilft dir das weiter, falls nicht schon bekannt. http://www.proftpd.org/docs/directives/linked/config_ref_Anonymous.html ------------------ ![]()
|
Inaktiv |
|
SlayRThread-Ersteller Admin Beiträge: 345 |
# Antwort: 2 - 02.02.2010 um 19:22 Uhr
Meine aktuelle proftpd.conf (/etc/proftpd/)
ausklappen... ![]() # 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 "THS Germany FTP-Server" ServerType standalone DefaultServer 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. AllowOverwrite on # A basic anonymous configuration, no upload directories. If you do not # want anonymous users, simply delete this entire section. # 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 DirFakeUser on ftp DirFakeGroup on ftp # We want 'welcome.msg' displayed at login, and '.message' displayed # in each newly chdired directory. DisplayLogin welcome.msg DisplayChdir .message # Limit WRITE everywhere in the anonymous chroot DenyAll RootLogin off AnonRequirePassword off AuthAliasOnly off AuthUsingAlias on RequireValidShell off GroupPassword ftp 12eMC4Wi9/C9o User ftp Group ftp LoginPasswordPrompt off Jedoch scheint vor dem update ein Backup gemacht worden zu sein... ausklappen... ![]() # 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 "THS Germany FTP-Server" ServerType standalone DefaultServer 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. AllowOverwrite on # A basic anonymous configuration, no upload directories. If you do not # want anonymous users, simply delete this entire section. # 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 DisplayChdir .message # Limit WRITE everywhere in the anonymous chroot DenyAll RootLogin off AnonRequirePassword off AuthAliasOnly off AuthUsingAlias on RequireValidShell off GroupPassword ftp 12eMC4Wi9/C9o User ftp Group ftp LoginPasswordPrompt off Ja LOL, so einfach ist das! Das Backup wieder in proftpd.conf umbenannt und schon läufts wieder! Für jeden, den's interessiert, unser FTP-Server ist erreichbar unter: ftp://ftp.ths-germany.de/downloads ------------------ Zuletzt editiert von scinner am 02.02.2010 um 20:06 Uhr (2x Editiert) |
Offline |
|
Dieses Thema wurde von SlayR geschlossen. |
|
Antworten: 2
Seite [1] |
|






