Displaying 20 results from an estimated 4000 matches similar to: "ixp400"
2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
Hey Marek,
I´know that i must to works whith the INGRESS (instead of EGRESS), i´ve well
formed my kernel. My others TC rules for source IP address (not for MAC
address) does work fine...!!!, the problem is whith the MAC because is a not
"IP PROTOCOL" and for that i must to use the "u32/u16 match" to solve it,
and if i make an analogy from my others INGRESS rules applied to Src
2006 Nov 13
0
i have a question with queuing discipline.
i have a question with queuing discipline " if i create many classs with sfq
and cbq and ... i would like to know about qos . which queuing discipline
will be chosen first. ( not use priority )
(queuing discipline)
sfq--------->
packet incoming packet outgoing
cbq-------->
Thank you .
2002 Mar 18
2
Failed to insmod sch_htb
Hi,
I''m new to HTB and CBQ, and i want to try it.
But i failed the first step: load modules.
I patch the kernel 2.4.17 succesfully, add QoS support, and all QoS
scheds in modules instead off kernel. make clean dep bzImage modules
modules_install copy the new kernel
reboot
fine
But when i :
server:~# insmod sch_htb
Using /lib/modules/2.4.17/kernel/net/sched/sch_htb.o
2002 Dec 19
1
linux bridging and htb.init / cbq.init
Hello,
I''am successful using a linux (2.4.20) bridge and the cbq.init_v0.7
script for traffic shaping. But I can only use the queuing discipline
tbf (LEAF=tbf). If I try use queuing discipline sfq or none then tc
applies the rules but no shaping occurs.
Is this problem a normal behavior when using bridging ?
I tried to use htb.init (using patched tc binary). It accepts
the rules but
2006 Jul 19
2
PRIO and CBQ
Hi,
I''m work on traffic shaping and I would like to know if it''s possible to mix
differents Queueing Disciplines ??
I would like to combine the proporties of a PRIO discipline with that of a
CBQ discipline.
I read some documentation and I found nothing about that, can you help me ?
I think to try something like that :
tc qdisc add dev $DEV root handle 1: cbq …
tc class add dev
2006 Sep 07
1
Rate limits whithin rate limits
Hi all,
I''m sure I''m soing something wrong here.
I am trying to set up a rate limit inside another rate limit.
eg. I have a 512K rate limit on a particular VLAN. I am using an IFB so
that packets passing through the bridge are counted at each port.(ie the
throughput is limited to 512K, not just the traffic in one direction.)
This part works OK, but I also want to limit a
2003 Jul 16
1
Problen in cbq , fw
Hi,
In my LAN Iam trying to make following setup:
- All the traffic generated by 10.0.2.1 should go to 10.0.2.11,
If
the destination of this traffic is internet than it should be
placed on its interface eth1. Outgoing traffic on eth1 should be
shaped.For this I am using fw filters and cbq.
_______
10.0.2.1 -------> 10.0.2.11(eth0 )----| A
2005 Jun 10
3
Lamer needs help for basic tc setup
Hi fellows,
i''m just a newbie to use the cool tc and played around
the last 2 weeks.
I''m quite confident - in theory - what''s possible and
the basic difference
between the queuing disciplines.
We''re using a Fedora Core 3 box as Gateway
(iptables,tc,iproute2 with NAT).
Clients are coming in via eth1 and outgouing traffic
(2Mbit/s SDSL) through
eth0.
So we
2006 Aug 13
3
trying to prioritize voip traffick
I am using a server with asterisk and I am trying to prioritize voip
traffick -- I am a newbie at this traffic shaping, so please bear with
me. I used the script below and what happens is thatall traffic in
the bulk class stops after a couple of minutes. Also, should I
include the ports for rtp in the filter statements with the ports 5061
and 4569? Note I have a fairly big pipe -- supposed to
2005 Jan 05
0
Best QoS Policy for VoIP
Hello all,
I''ve got a couple redundant (Spanning Tree Protocol) boxes running FC1
minimal install + bridge-utils and they are working great for QoS + ntop
monitoring. I''m wondering if I should handle the VoIP traffic a little
differently. I don''t mind letting VoIP and Video lend out traffic when it
isn''t being used, so that''s why I gave them such
2002 May 30
3
cbq parameters
If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is
the same of the root cbq qdisc or the rate of the cbq class?
Does exist the parameter rate on the "tc qdisc add" for cbq command?
tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000
cell 8
tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 10mbit rate
50kbit allot 1514 cell 8
2004 Aug 09
2
cbq dosen''t shape on MARK for one host.. strange!
Hello all, this is my first post here. Sorry for my english.
Gentoo LAN router, 2.4.26-hardened-r2
There are 2 WAN links, one LAN link. I am doing some iptables/routing/tc magic
in my scripts. What''s interesting is marking packets traveling from all IP''s
in LAN.
Interesting commands are:
-------------
for ip in `seq 50`;
do
$IPTABLES -t mangle -A FORWARD -o eth2 -d
2004 Aug 06
0
CBQ + 802.1Q VLAN
I need to shape traffic from some IP on one LAN, but I''m in trouble. There is a linux 2.4.26 connected to the Internet (eth0) / LAN(eth1) doing NAT. I''m using VLANs in the LAN Interface, that is connected to a 3Com SuperStack II in a 802.1Q tagged port.
I want to create a class that will limit the traffic at 384Kbit/s.
I want to create two leaf classes that limit the traffic at
2005 May 14
2
New queing discipline
I want to implement a new queuing discipline for the tool tc. The new
queuing discipline would support the application of multiple threads
on the same queue with different kinds of traffic. Each kind of packet
will have its own drop probability but while calculating the average
queue length, the no. of packets in the queue will be equal to the
sum of the individual no. of packets(of the different
2007 May 04
0
Pls help on Shorewall installation
Hi all,
This might be more suitable for the shorewall list, but no one has replied yet
for several days. I'm trying bandwidth management feature of
shorewall-3.4.1-3 on Centos 4.4
with no updates.
I've got this error:
May 4 22:30:14 gateway shorewall: ERROR: Command "tc qdisc add dev eth0
root handle 1: htb default 13" Failed
I've checked the kernel conf (make
2004 Apr 24
9
newbie: TC[NG] with (256kbit/s down and 768kbit/s up) on a router
Hi all,
this is really not really very easy to understand, or, to get in.
Well, I''ve the following configuration on the router box:
LAN
- interface: eth0
- network: 192.168.2.5/24
- bandwidth: 100Mbit/s
INET interface
- interface: ppp0
- network: .dynamic.ip./0
- bandwidth: DOWN=1536kbit/s and UP=256kbit/s
the LAN interface is to serve 6 other clients with internet and
2005 Apr 27
3
invalid argument
Hi All,
I cross compiled and run tc in arm platform.
When I tried executing it I got this error.
tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000 mpu
64
RTNETLINK answers: Invalid argument
Is there something I''m missing here...
Thanks.
Grace
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
2001 Jul 12
4
kernel panic with ext3 and cbq
Hello,
I'm usign Kernel 2.2.19 with ext3 0.0.7b patches. I'm also
using cbq to control bandwidth. The cbq is correctly creating
the classes and queueing disciplines but, whenever I call cbq stop
I get a kernel panic:
> Aiee, killing interrupt handler
> Kernel panic: Attempted to kill idle task!
> In interrupt handler - not syncing
The exact line in cbq script that is
2012 Feb 10
4
qemu-xen qdisk performance
Hello,
I''ve recently setup a Linux Dom0 with a 3.0.17 kernel and Xen 4.1.2,
and since the 3.x series doesn''t have blktap support I''m using qdisk
to attach raw images. I''ve been playing with small images, something
like 1GB, and everything seemed fine, speed was not fantastic but it
was ok. Today I''ve set up a bigger machine, with a 20GB raw hdd and
the
2013 Apr 26
7
BUG 4.2.2: xl cd-insert corrupts xenstore state
$ git checkout RELEASE-4.2.2
$ git clean -ffdx
[do a build, install, reboot]
$ xl create a0
$ xl cd-eject a0 hdc
[However, the guest OS still sees the CD inserted]
$ xl block-list a0
Segmentation fault
$ xl cd-insert a0 hdc file:/images/xs-tools-6.0.0.iso
Segmentation fault
The problem seems to be that xl cd-eject is writing corrupt values to
xenstore. Note that vbd/1/5632 is still there