View previous topic :: View next topic |
Author |
Message |
vgster n00b
Joined: 02 Oct 2004 Posts: 11
|
Posted: Thu Dec 30, 2004 1:00 am Post subject: Bandwidth usage and VSFTPD |
|
|
Is it possible to limit the download speed of an authenticated client using VSFTPD? I've been through the man page and neither the local or anon settings apply in this situation.
Regards. |
|
Back to top |
|
|
gamera2_00 n00b
Joined: 05 Mar 2003 Posts: 47
|
Posted: Thu Dec 30, 2004 11:05 pm Post subject: |
|
|
(STUPID) Possibly through a tcpd wrapper. Look into xinetd or inetd, and emerge vsftpd with tcpd support to allow that to work. Should create an xinetd service.
(/STUPID)
Update vsfptd if you haven't. See below:
From: man vsftpd.conf
Quote: | local_max_rate
The maximum data transfer rate permitted, in bytes per second, for local authenticated users.
Default: 0 (unlimited)
anon_max_rate
The maximum data transfer rate permitted, in bytes per second, for anonymous clients.
Default: 0 (unlimited)
|
_________________ "Please be aware, that while this message is being broadcast today, you may recive it tommorow, possibly yesterday." |
|
Back to top |
|
|
vgster n00b
Joined: 02 Oct 2004 Posts: 11
|
Posted: Sat Jan 01, 2005 12:34 pm Post subject: |
|
|
Thanks for the reply. I tried but the local and anon maxrate settings and neither seemed to work. I shall keep going!
Regards |
|
Back to top |
|
|
expat_iain Guru
Joined: 09 Jan 2004 Posts: 361 Location: Malta GC
|
Posted: Sat Jan 01, 2005 3:15 pm Post subject: |
|
|
You could always try tc.
Regs.
Iain. |
|
Back to top |
|
|
mrbox n00b
Joined: 26 Apr 2004 Posts: 10
|
Posted: Mon Jan 03, 2005 1:10 pm Post subject: |
|
|
Any progres ? /me got the same problem |
|
Back to top |
|
|
|