proftp 流量控制

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

proftp 流量控制

文章kahn » 週三 3月 19, 2003 9:32 pm

/etc/proftpd.conf
### 流量控管 (25KB/Sec) ########
RateReadBPS 25600
RateReadFreeBytes 5120
RateReadHardBPS on


增加了這幾行,但似乎不能控制ftp 的流量
頭像
kahn
活潑的高中生
活潑的高中生
 
文章: 350
註冊時間: 週三 9月 04, 2002 10:52 pm
來自: 彰化

re:proftp 流量控制

文章genie » 週五 3月 21, 2003 10:16 pm

我的方法如下
我的預設ftp登入後的路徑是/var/ftp
在proftpd.conf設定為

<Directory /var/ftp/*>
RateReadBPS 25600
RateReadHardBPS on
</Directory>

這樣就可以限制流量了~~~^^
genie
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週一 3月 17, 2003 8:43 am

re:proftp 流量控制

文章kahn » 週四 3月 27, 2003 3:44 pm

genie 兄:
剛剛試了一下您的方法,在小弟的這台linux 是不行的
可否將你的 /etc/proftpd.conf 給 post 上來讓小弟參考呢?
頭像
kahn
活潑的高中生
活潑的高中生
 
文章: 350
註冊時間: 週三 9月 04, 2002 10:52 pm
來自: 彰化

re:proftp 流量控制

文章訪客 » 週五 3月 28, 2003 9:43 am

ok~~~

ServerName "My Ftp Server"
ServerType standalone
DeferWelcome off

ShowSymlinks on
MultilineRFC2228 on
DefaultServer on
AllowOverwrite on

TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 120

DisplayLogin welcome.msg
DisplayFirstChdir .message
LsDefaultOptions "-l"

DenyFilter \*.*/

#PersistentPasswd off

Port 21

MaxInstances 50

User nobody
Group nogroup

<Directory /*>
Umask 022 022
AllowOverwrite on
</Directory>

<Anonymous /var/ftp/pub>
User ftp
Group nogroup
UserAlias anonymous ftp

RequireValidShell off

MaxClients 50

DisplayLogin welcome.msg
DisplayFirstChdir .message

<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>

# Download limit
<Directory /var/ftp/*>
RateReadBPS 51200
</Directory>


</Anonymous>
訪客
 

re:proftp 流量控制

文章kahn » 週五 3月 28, 2003 11:02 am

genie兄:
謝啦! 小弟的ftp 能限流了,原因是沒注意到RateReadBPS x MaxClients = 總流量.另外提供個允許x個ip登入參數
MaxClientsPerHost 1 表示同一個ip只能有一個
----------------------------------------------------------------
ftp 的指令:
ftpstats 歷史流量
ftpwho 可以看到誰在線上ip ,id還有下載的檔案
頭像
kahn
活潑的高中生
活潑的高中生
 
文章: 350
註冊時間: 週三 9月 04, 2002 10:52 pm
來自: 彰化


回到 debian server

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客