hab mir folgenden server zusammengebastelt!
ServerName "xx.xx.xx.xx"
ServerAdmin
me@myass.netServerIdent on "Hallo du Lusche!"
ServerType standalone
DefaultServer on
AllowForeignAddress on
Port 42
Umask 022
TimeoutStalled 200
TimeoutIdle 300
TimeoutLogin 30
AccessGrantMsg "OK schlappie du hast es mal ausnahmsweise geschafft!"
AccessDenyMsg "Falsches PW, wie du hast keins frag mal GERREG"
Group luschen
Defaultroot ~
RequireValidShell off
MaxInstances 12
MaxLoginAttempts 3
MaxClientsPerHost 4 "ey du lusche, darfst nur 4 mal connecten!"
MaxClients 12 "Verzieh dich, %m User nuckeln bereits am baby"
TransferRate STOR 2000
TransferRate RETR 700
TransferRate on
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %u \"%r\"
ExtendedLog /var/log/proftpd.access_log_luschen WRITE,READ write
ExtendedLog /var/log/proftpd.auth_log_luschen AUTH auth
UseReverseDNS off
IdentLookups off
RootLogin off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
HiddenStor off
<Directory />
AllowOverwrite on
</Directory>
ok jetzt zu meiner frage:
habe 5 user in meiner gruppe "luschen"
lusche1
lusche2
lusche3
lusche4
lusche5
so jetzt ahb ich das prob und muss einigen usern mehr bandbraite und einigen weniger zusichern! und will eigentlich dass ich imme nur einen namen im log habe! hab ich besseren überblick! jetzt möchte ich das ohne mysql ... machen!
So geht es jetzt dass ich jedem user seinen eigenen serverbastle! zb so! habe es schon probiert nur er rafft das nich ab! vielleicht fehlt mir eine einstellung! so hier kommt meine virstellung!
hab mir folgenden server zusammengebastelt!
ServerName "xx.xx.xx.xx"
ServerAdmin
me@myass.netServerIdent on "Hallo du Lusche!"
ServerType standalone
DefaultServer on
AllowForeignAddress on
Port 42
Umask 022
TimeoutStalled 200
TimeoutIdle 300
TimeoutLogin 30
AccessGrantMsg "OK schlappie du hast es mal ausnahmsweise geschafft!"
AccessDenyMsg "Falsches PW, wie du hast keins frag mal GERREG"
User lusche1
Group luschen
Defaultroot ~
RequireValidShell off
MaxInstances 12
MaxLoginAttempts 3
MaxClientsPerHost 4 "ey du lusche, darfst nur 4 mal connecten!"
MaxClients 12 "Verzieh dich, %m User nuckeln bereits am baby"
TransferRate STOR 1000
TransferRate RETR 90
TransferRate on
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %u \"%r\"
ExtendedLog /var/log/proftpd.access_log_lusche1 WRITE,READ write
ExtendedLog /var/log/proftpd.auth_log_lusche1 AUTH auth
UseReverseDNS off
IdentLookups off
RootLogin off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
HiddenStor off
<Directory />
AllowOverwrite on
</Directory>
hab mir folgenden server zusammengebastelt!
ServerName "xx.xx.xx.xx"
ServerAdmin
me@myass.netServerIdent on "Hallo du Lusche!"
ServerType standalone
DefaultServer on
AllowForeignAddress on
Port 42
Umask 022
TimeoutStalled 200
TimeoutIdle 300
TimeoutLogin 30
AccessGrantMsg "OK schlappie du hast es mal ausnahmsweise geschafft!"
AccessDenyMsg "Falsches PW, wie du hast keins frag mal GERREG"
User lusche2
Group luschen
Defaultroot ~
RequireValidShell off
MaxInstances 12
MaxLoginAttempts 3
MaxClientsPerHost 4 "ey du lusche, darfst nur 4 mal connecten!"
MaxClients 12 "Verzieh dich, %m User nuckeln bereits am baby"
TransferRate STOR 2000
TransferRate RETR 700
TransferRate on
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %u \"%r\"
ExtendedLog /var/log/proftpd.access_log_lusche2 WRITE,READ write
ExtendedLog /var/log/proftpd.auth_log_lusche2 AUTH auth
UseReverseDNS off
IdentLookups off
RootLogin off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
HiddenStor off
<Directory />
AllowOverwrite on
</Directory>
...
ist es irgendwie möglich die hintereinander zu hängen?
also wie gesagt möchte eigentlich :
ExtendedLog /var/log/proftpd.access_log_lusche1 WRITE,READ write
TransferRate STOR 1000
TransferRate RETR 90
TransferRate on
ExtendedLog /var/log/proftpd.access_log_lusche2 WRITE,READ write
TransferRate STOR 2000
TransferRate RETR 700
TransferRate on