Freesco, NND, CDN, EOS
http://forum.freesco.pl/

proftpd ???? rozlacza ???
http://forum.freesco.pl/viewtopic.php?f=35&t=858
Strona 1 z 1

Autor:  Anonymous [ sobota, 16 listopada 2002, 14:48 ]
Tytuł:  proftpd ???? rozlacza ???

moze ktos mi powie co moze byc przyczyna ze serwer ftp proftpd dziala roznie raz sie polacze raz mnei rozlacza kopiuje cos i mnei rozplacza przy polaczeniu mnie rozlacza ?? wsystko jest w sieci lokalnej ???

oto moj konfig

BOF
#
# Doc Nielsen's Custom made proftpd.conf
# Should work on all Freesco Systems
# This file was created while my winamp was playing
# Britney Spears - I Love Rock'n'Roll
# And therefore might be a bit girlish ;o)
#
# Server Main Variables
ServerName "ProFTPD by VanSik FTP"
ServerType standalone
ServerIdent on "ProFTPD by VanSik FTP"
ServerAdmin " vansik@tlen.pl " # Change to your email address
Port 21
DefaultServer on
DeferWelcome on
RootLogin on
Identlookups off
UseReverseDNS off # Names can be spoofed. IP's can't be spoofed that easily
LoginPasswordPrompt off
#PassivePorts 60000 60050
#MasqueradeAddress ftp.docnielsen.dk # Change to your dyndns name
#
# AUTH and FILE Settings
Umask 0133 0022
User nobody
Group nobody
DefaultRoot ~
DefaultChdir /mnt/home
AuthUserFile /mnt/router/etc/passwd
AuthGroupFile /etc/group
UseFtpUsers off
PersistentPasswd on
AccessGrantMsg "Access granted! Welcome %u!"
#
# Load Balancing
MaxClientsPerHost 10 "Sorry, you may not connect more than 10 times."
MaxClients 30 "Sorry, the maximum number of allowed users are already connected (%m)"
MaxLoginAttempts 5
MaxInstances 50
MaxLoad 10.0 "Server is busy. Seek life elsewhere..."
#
# Timeouts
TimeoutIdle 999
TimeoutLogin 10
TimeoutNoTransfer 999
TimeoutStalled 60
TimesGMT on
#
# Speed Limits
RateReadBPS 1048000
RateWriteBPS 1048000
RateReadFreeBytes 1048000
RateWriteFreeBytes 1048000
RateReadHardBPS on
RateWriteHardBPS on
#
# Please check the mod_time config webpage for config tips
# http://www.castaglia.org/proftpd/modules/mod_time.html
#DisplayAfterHours /var/proftpd/AfterHours.txt
#NamedTime all-hours 00:00:00-23:59:59 * # from midnight to midnight
#NamedTime normal-hours 08:00:00-17:00:00 1-5 # from 8am to 5pm
#NamedTime after-hours !08:00:00-17:00:00 0,6 # from 5pm to 8am
#CommandTimes all normal-hours # evryone may log in 8am to 5pm
#GroupCommandTimes users all all-hours # users may log in at all times
#UserCommandTimes root all all-hours # root may log in at all times
#UserCommandTimes nobody NONE all-hours # anonymous may do nothing at all times
#
# Please check the mod_quotatab config webpag for help
# http://www.castaglia.org/proftpd/module ... tatab.html
# http://www.castaglia.org/proftpd/modules/ftpquota.html
# the ftpquota script is a perl-script (thus requires the perl package)
# QuotaTab settings
#QuotaEngine off
#QuotaLimitTable file /var/proftpd/FTPQuota.DB
#QuotaLog /var/proftpd/FTPquota.log
#QuotaTallyTable file /var/proftpd/FTPTally.DB
#QuotaDisplayUnits "Kb"
#
# Quota settings
#Quotas off
#DefaultQuota 1024
#QuotaType soft
#QuotaCalc off
#QuotaExempt 0 #no quota for uid 0 (root)
#QuotaBlockSize 1
#QuotaBlockName "byte"
#
# Ratio settings
#Ratios off
#SaveRatios off
#RatioFile /etc/proftpd.ratio
#RatioTempFile /etc/proftpd.ratio.temp
#CwdRatioMsg "Please upload!"
#FileRatioErrMsg "Come on, you can send more files than that...."
#ByteRatioErrMsg "This file is %i big, you know...."
#LeechRatioMsg "You have Unlimited Leech Access!"
#UserRatio root 0 0 0 0 # Leech Access to root
#HostRatio 192.168.1.10 100 10 5 100000 # 100:1 files, 10 file credit, 5:1 bytes, 100k byte credit
#GroupRatio 0 4 100 105 100000
#AnonRatio billyg@microsoft.com 1 0 1 0 # 1:1 ratio, no credits
#
# Logging (makes 1 big logfile, and outputs logins to tty7)
SystemLog /dev/tty7
SyslogLevel warn
TransferLog NONE
LogFormat xfer_fmt "%t %a %u (%r) %f"
ExtendedLog /var/proftpd/proftpd.log auth,read,write xfer_fmt
ScoreboardPath /var/proftpd/score/
#
<Global>
<Limit LOGIN>
Allow from All
IgnoreHidden on
</Limit>
AllowForeignAddress on
PathDenyFilter "(^|/)[-.~]" # ignore+hide files starting with - . ~
AllowOverwrite on
UseGlobbing off
ShowSymlinks on
</Global>
#
<Directory ~>
AllowStoreRestart on
AllowRetrieveRestart on
HideNoAccess on
</Directory>

# Disable Anonymous completely
<Anonymous /tmp>
User nobody
Group nobody
UserAlias anonymous nobody
MaxClients 10
<Limit All Login>
Deny From All
DenyAll
</Limit>
</Anonymous>

# EOF

Strona 1 z 1 Strefa czasowa UTC+2godz.
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/