Re: Bandwidth limiting

2002-02-22 Thread Nick Jennings
Hi, I am running into the same problem and would like to know if you
could provide a reference URL to some documentation on the various
uses of 'tc' (or iproute in general).

On Wed, Feb 13, 2002 at 07:33:29PM -0500, Guillaume wrote:
 
 Thank you all,
 iproute was what I was looking for so long.
 
 just with this I reduce a little my outgoing bandwidth, but
 interactivity is greatly increased as well as my ping and DL bandwidth !
 
 # tc qdisc add dev ppp0 root tbf rate 240kbit latency 30ms burst 1700
 
 Raising the burst (=bucket) increases the outgoing bandwidth to the
 depends of interactivity. Also possible to do this by increasing the
 priority of the small packets.
 
 Guillaume
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

-- 
  Nick Jennings




Re: Bandwidth limiting

2002-02-13 Thread Christofer Algotsson


You should have a look at

http://my.netfilter.se/


 My users are using all the outgoing bandwidth by downloading files thru
 FTP, port 20. This results in the eMail and Web being unusable, even if
 they really don't need much by themselves.
 
 I head BSD has this kind of bandwidth limiting possibilities.
 What about Deb ? 
 
 I tried limiting the packet size, but it really doesn't do much.
 Hope there is a solution somewhere, besides shutting down the FTP.


-- 

Christofer,


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Bandwidth limiting

2002-02-13 Thread Guillaume


Thank you all,
iproute was what I was looking for so long.

just with this I reduce a little my outgoing bandwidth, but
interactivity is greatly increased as well as my ping and DL bandwidth !

# tc qdisc add dev ppp0 root tbf rate 240kbit latency 30ms burst 1700

Raising the burst (=bucket) increases the outgoing bandwidth to the
depends of interactivity. Also possible to do this by increasing the
priority of the small packets.

Guillaume


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bandwidth limiting

2002-02-13 Thread Guillaume
Hello,

My users are using all the outgoing bandwidth by downloading files thru
FTP, port 20. This results in the eMail and Web being unusable, even if
they really don't need much by themselves.

I head BSD has this kind of bandwidth limiting possibilities.
What about Deb ? 

I tried limiting the packet size, but it really doesn't do much.
Hope there is a solution somewhere, besides shutting down the FTP.

Guillaume




Re: Bandwidth limiting

2002-02-13 Thread Denis A. Kulgeyko

 My users are using all the outgoing bandwidth by downloading files thru
 FTP, port 20. This results in the eMail and Web being unusable, even if
 they really don't need much by themselves.

 I head BSD has this kind of bandwidth limiting possibilities.
 What about Deb ?

 I tried limiting the packet size, but it really doesn't do much.
 Hope there is a solution somewhere, besides shutting down the FTP.

I'm redirecting some outgoing traffic (with dest. ports 80:81 and so on to 
squid and with dest. ports 20:21 to frox) via firewall and using squid with 
delay_pools + frox with redirecting traffic to squid (where it goes through 
delay_pools).
One moment - frox seems to be unstable.

-- 
With Best Regards,
Denis A. Kulgeyko
DK666-UANIC
e-mail: [EMAIL PROTECTED]
ICQ: 81607525
SMS: [EMAIL PROTECTED]
--
UNIXes ... they are VERY friendly.
But .. they chooses their friends VERY carefully ... :)
^]:wq!




Re: Bandwidth limiting

2002-02-13 Thread Christofer Algotsson

You should have a look at

http://my.netfilter.se/


 My users are using all the outgoing bandwidth by downloading files thru
 FTP, port 20. This results in the eMail and Web being unusable, even if
 they really don't need much by themselves.
 
 I head BSD has this kind of bandwidth limiting possibilities.
 What about Deb ? 
 
 I tried limiting the packet size, but it really doesn't do much.
 Hope there is a solution somewhere, besides shutting down the FTP.


-- 

Christofer,




Re: Bandwidth limiting

2002-02-13 Thread Guillaume

Thank you all,
iproute was what I was looking for so long.

just with this I reduce a little my outgoing bandwidth, but
interactivity is greatly increased as well as my ping and DL bandwidth !

# tc qdisc add dev ppp0 root tbf rate 240kbit latency 30ms burst 1700

Raising the burst (=bucket) increases the outgoing bandwidth to the
depends of interactivity. Also possible to do this by increasing the
priority of the small packets.

Guillaume




Bandwidth limiting

2002-02-12 Thread Guillaume

Hello,

My users are using all the outgoing bandwidth by downloading files thru
FTP, port 20. This results in the eMail and Web being unusable, even if
they really don't need much by themselves.

I head BSD has this kind of bandwidth limiting possibilities.
What about Deb ? 

I tried limiting the packet size, but it really doesn't do much.
Hope there is a solution somewhere, besides shutting down the FTP.

Guillaume


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]