Re: [LARTC] Problem With Load Balancing the Links

2002-12-23 Thread Julian Anastasov
Hello, On Mon, 23 Dec 2002, hare ram wrote: iam using redhat 8.0 with Latest Kernel 2.4.18-18.0 with iproute [root@pdn root]# rpm -q iproute iproute-2.4.7-5 I'm not sure if 2.4.7-5 covers the desired version but here it is:

Re: [LARTC] Problem With Load Balancing the Links

2002-12-23 Thread hare ram
Hi thanks, for the suggestion let me look and install this latest one as you have mentioned in the documents, the last time should be default, but why iam getting 253 here 0: from all lookup local 50: from all lookup main 201:from 202.63.96.0/24 lookup 201 202:from

Re: [LARTC] Problem With Load Balancing the Links

2002-12-23 Thread Julian Anastasov
Hello, On Mon, 23 Dec 2002, hare ram wrote: as you have mentioned in the documents, the last time should be default, but why iam getting 253 here Table default (253) is always there but we don't use it because we want table main before 201 and 202. 0: from all lookup

Re: [LARTC] Using HTB as an ISP provisioning engine

2002-12-23 Thread raptor
| |Example : |You selled 1.1 Mbps to customer1 and 0.37 (=2.2Mbps/6) to 3 other customers. |So you have a total bandwidth of 2.2Mbps. But you have only 1.2 Mbps |available. |class rate = ceil = 1.2 Mbps | class1 rate = 0.6, ceil = 1.1Mbps | class2 rate = 0.2, ceil = 0.37Mbps | class3 rate =

[LARTC] Multiple rate limited networks and transparent http proxy - tricky problem

2002-12-23 Thread Aaron A. Wolfe
Hello, We have a box with good connectivity which we divide among several internal networks by having a different interface for each internal network and rate limiting outgoing traffic on each of these interfaces. We are using cbq and a u32 match on the destination to organize the packets. This

Re: [LARTC] Multiple rate limited networks and transparent http proxy - tricky problem

2002-12-23 Thread Radoslaw Stachowiak
*** Aaron A. Wolfe [EMAIL PROTECTED] [16:40 Mon 23.Dec]: My problem is that of course the rate limiting applies to *all* traffic going out the internal interfaces, so even objects that are in the squid cache are given to the clients at a fairly slow speed. You can achieve results by using

RE: [LARTC] Multiple rate limited networks and transparent http proxy - tricky problem

2002-12-23 Thread Greg Scott
Wouldn't stuff coming from Squid have a defined source port number? If so, would a fwmark on all packets from that IP Address and Squid's TCP source port do the trick? - Greg Scott -Original Message- From: Aaron A. Wolfe [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 3:40

[LARTC] Confusion...

2002-12-23 Thread Homer Parker
Ok, I've went and confused myself again :( With the following rules: tc qdisc add dev eth0 root handle 1: htb default 255 tc class add dev eth0 parent 1: classid 1:1 htb rate 10mbit tc class add dev eth0 parent 1:1 classid 1:255 htb rate 64kbit ceil 128kbit tc qdisc add dev eth0 parent