Re: [LARTC] Bandwidth allocation by IP

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	Hi there!

On Wed, 05 Jun 2002 16:19:41 +0500
"Alexey Talikov" <alexey_talikov@texlab.com.uz> wrote:

> I rename files gzip its and attach to this mail but don't change
> anything patch kernel and tc

	I'll put them somewhere on the web tonight and provide an url.

> Note it give you equal division for a long term not at the moment 
> Example: 
> 
> tc qdisc add dev eth1 root handle 1:0 esfq hash src
> 
> It make equal priority for session based on ip address not tcp session
> like classic SFQ For detail see SFQ 

	Note that sfq is on egress and client IPs are destinations, not sources,
so you should use dst hash to divide bandwidth between clients, if you use src hash you have equal priority on server flows not on clients ones: client A downloads from server X and from server Y, client B downloads from server Z - you have bandwidth devided to X:Y:Z, not A:B, since downloads are coming from X/Y/Z(source) to A/B(destination).
	
--
have fun,
alex
P.S. Thank you for the feedback and trying it. :)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux