[LARTC] tc filter information

2006-03-29 Thread Ian Hogben
Hello list, I guess I am jumping in here at the deep end... I have had a look at the lartc web pages, found the wondershaper script, read through as much of the HOWTO as possible without my brain exploding, and I feel that I get the concepts kinda OK. The thing that I am having trouble with are

[LARTC] qdisc prio problem

2006-03-29 Thread Fabio
Hi to all! I'm studying qdisc prio but I have some problems. I want to create 3 queue (3 bands prio), each one associated to a workstation. I mark (with iptables) packets using workstation mac address and then send all packets in a particular queue. qdisc prio with handle 10: (default priomap)

Re: [LARTC] Load-banancing. two ip's from one isp - solution

2006-03-29 Thread sAwAr
hi for those who was fallowing this topic I can say that IP_ROUTE_MULTIPATH_CACHED must be disabled! After few tests I'm quite sure that this was cousing my problems. Now I'm using 2.5.15 kernel without patch of Julian Anastasov and load-balancing is working. lartc split-access how to and

Re: [LARTC] Load-banancing. two ip's from one isp - solution

2006-03-29 Thread William L. Thomson Jr.
On Wed, 2006-03-29 at 19:12 +0200, sAwAr wrote: hi for those who was fallowing this topic I can say that IP_ROUTE_MULTIPATH_CACHED must be disabled! After few tests I'm quite sure that this was cousing my problems. Now I'm using 2.5.15 kernel without patch of Julian Anastasov and

Re: [LARTC] Load-banancing. two ip's from one isp - solution

2006-03-29 Thread Szymon Mroofka
Dnia środa, 29 marca 2006 20:18, William L. Thomson Jr. napisał: On Wed, 2006-03-29 at 19:12 +0200, sAwAr wrote: hi for those who was fallowing this topic I can say that IP_ROUTE_MULTIPATH_CACHED must be disabled! After few tests I'm quite sure that this was cousing my problems. Now I'm

[LARTC] How to define class type hierarchy of speeds?

2006-03-29 Thread Beat Meier
Hi I'm very very new to tc iproute etc and have read the LARTC howto. What I want to do is create some master classes of bandwidth limit and below that per ip address which inherits from this master class. Example: one queue for 128Kbps other queue for 256Kbps What I want now is that for

[LARTC] linux bridging vlans?

2006-03-29 Thread Andraz Sraka
re can somebody tell me what am I doing wrong (at this late night hour), because vlan are not getting bridged at all. ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up brctl addbr br0 brctl addif br0 eth0 brctl addif br0 eth1 ifconfig br0 up vconfig add br0 X vconfig add

Re: [LARTC] How to define class type hierarchy of speeds?

2006-03-29 Thread Andreas Klauer
On Thu, Mar 30, 2006 at 01:17:00AM +0200, Beat Meier wrote: What I want now is that for example in class 128Kbps the ip 10.0.0.5, 10.0.0.8 etc. goes BUT every ip adress will have 128Kbps. The same for 256Kbps. 128Kbps |_ 10.0.0.5 |_ 10.0.0.8 256Kbpss |_ 10.0.0.6 |_ 10.0.0.7 I