LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 630|回复: 1

我的proftpd限制流量怎么不行?

[复制链接]
发表于 2005-8-27 22:55:28 | 显示全部楼层 |阅读模式
.
.
.
.
.
.
ServerType                      standalone
DefaultServer                   on
ServerAdmin                     zhaobing8181@163.com

IdentLookups                    off
UseReverseDNS                   off
TimeoutIdle                     120
AllowRetrieveRestart            on
AllowStoreRestart               on
WtmpLog                 off

Port                            21
Umask                           022
MaxInstances                    2000
User                            nobody
Group                           nobody
DefaultRoot ~
DefaultChdir                   /
AllowOverwrite          on
TransferRate RETR 500 group ftp
<Limit SITE_CHMOD>
  DenyAll
</Limit>


<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                    1000

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg

.
.
.
.
.
.

我加了TransferRate RETR 500 group ftp ,目的是想对ftp组的用户限制成500KB/S的流量,但是实际监测来看并没有起效。怎么回事呢?
发表于 2005-8-30 22:16:33 | 显示全部楼层
我的设置文件里是这样的:

TransferRate RETR 8.0 group wheel

没有问题。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表