Displaying 20 results from an estimated 10000 matches similar to: "list of who is using tc in their companies?"
2004 Jul 24
1
tc del filter troubles
hello,
I have working htb system with about 1000 users. Until now I reload all
rules at change, but it take too much time to apply.
I cannot delete applyed filters. There is rules for one user:
#!/bin/bash -v
# Download shaper EX -> 2:20
/sbin/tc class add dev eth2 parent 2:20 classid 2:1775 htb rate 8000Kbit
ceil 10000Kbit quantum 1514
/sbin/tc qdisc add dev eth2 parent 2:1775 sfq perturb
2005 Jun 22
4
tc on a PDA
hello,
i have a 5500 iPaq with familiar 0.8.2 on it and i don''t know how to
install a traffic shaper tool on it.
I installed iproute2 package i found on familiar site and for that i
have the tc and ip commands, but when trying to add a qdisc, as a
dummy example, i get the next answer:
> tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
RTNETLINK answers: Invalid argument
2004 Apr 25
1
tc [htb] performance on 2000 leaves
Hi
I''m going to setup a linux box as a packet shaper for
my company. we''ve got at most 2000 leaves and about 4
to 5 different parent calsses.
i''m just wondering if someone can tell me how much
will be the delay ?!
what is the prefered hardware solution for best
performance with tc in this scenario?!
and about setting up the linux box in bridged mode; i
googled and found
2004 Jan 31
5
tc filter protocol arp question
Hello,
I try to shape dhcp requests, but filter rule don''t work. My script is:
# Init Shaper for dev eth1
tc qdisc del dev eth1 root
# Init shaper root for dev eth1
tc qdisc add dev eth1 root handle 2: htb default 200
# Default shaper for dev eth1
tc class add dev eth1 parent 2:0 classid 2:200 htb rate 10Mbit prio 10
tc qdisc add dev eth1 parent 2:200 sfq perturb 10
# Init DHCPD
2004 Nov 25
4
kernel configuration and tc commands for traffic shaping
Hi,
I wished to shape the traffic that cross my ppp0 interface
so I asked around and google''d a bit and I headed in the
LARTC HOWTO.
As stated in the early in the text, as the title implies,
that is an "Advanced" HOWTO and while by no means rocket
science, some prior knowledge is assumed.
Unfortunately I found myself lost very soon and I''m
writing here in hope
2006 Jan 10
8
tc filter add ... fw returns RTNETLINK answers: Invalid argument
When I run this:
tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw
I get:
RTNETLINK answers: Invalid argument
The traditional interpretation of that gnarly error message is that
cls_fw is missing, but lsmod | grep cls_fw gets me:
cls_fw 2336 4 (autoclean)
I can''t remove it because it''s in use, but all 4 statements that use it
failed, so
2002 Mar 04
3
Fwd: Samba connections
I havent got an answer for this question on netfilter list, maybe you can
help me.
thnx in advance!
Jorge S.
---------- Forwarded Message ----------
Subject: Samba connections
Date: Fri, 1 Mar 2002 11:55:25 -0500
From: Jorge Sarmiento <jsarmiento@ccom.org>
To: netfilter@lists.samba.org
I have a Linux Samba server with the INPUT chain in DROP, and the following
ports accepted: 137,
2004 Sep 28
3
Suggestion.
Hi,
I''m new to the list. I intend to learn about some Linux Networking
features to help myself and others.
I''m looking to control the bandwidth in my office. Basically there are
like 20 computers, a 2MB Adsl Line. And I would love to let them only
use a certain amount of bandwidth. For example let every client use 20KB
of internet bandwidth of the 210KB we can download
2004 Jul 17
9
Re: QoS for Voip.
Hi!
I answer to two messages from this thread (I use digest).
lartc-request@mailman.ds9a.nl wrote:
>
> Message: 3
> Date: Fri, 16 Jul 2004 10:51:37 -0700 (PDT)
> From: ibro tj <ibb_linux@yahoo.com>
> Subject: Re: [LARTC] QoS for Voip.
> To: lartc@mailman.ds9a.nl, alessandro.ren@opservices.com.br
>
> Hi,
>
> the hint from Martin A Brown which I am
2003 Jul 04
6
The Wonder Shaper problem
Hi, i don''t know if anyone can help me.
I Have and Linux RedHat 9.0 machine, where i have installed the wondershaper
script to limit my inbound internet speed.
And on the Linux it works fine, but then i have an Windows machine that uses
the linux machine to get to the internet.
And this on this machine the script does not seam to have any impact.
I''m trying to limit my upload
2006 Sep 02
3
Traffic shaper based on UIDs
Hello!
I need assistance to solve my problem related to traffic shaping based on
the user ids.
The problem: each unix user (of the linux host) has to be limited with
incoming channel (internet) bandwidth. I need this to implement
internet access solution based on ltsp (http://www.ltsp.org).
As far as I know the best way to shape traffic in linux is CBQ.
But there is no filter based on unix
2003 Aug 25
3
QOS and gameserver lags
Dear list,
I have experimented some time now with HTB queues, and have received
a lot of help from this list, especially from Stef. Thank you.
My currect Shaper looks like this:
http://www.designobjekt.de/test/rc.trafficshaper
Unfortunately I still experience lags of this type:
-players from the internet playing on my server feel lags
-I feel lags when I play on a different server on the
2005 Dec 16
2
routing in the same subnet
Hi,
I have IP 64.10.12.64/26 (example)
and there''s gateway 64.10.12.65 and I want doing something like this:
-------------------------------------64.10.12.65 GW
--------------------------- ROUTER ----------- --------------------clients
eth0 64.10.12.66 eth1 64.10.12.66 from 64.10.12.67 to 126
255.255.255.192
2004 Sep 23
2
shaping fails when using p2p apps?
Hi there,
We''re running a small ISP and all the users are shaped to 384/512/768k
both ways (whichever package they choose).
The router is a linux (debian sarge), the kernel is 2.4.25 right now.
All users are getting 10.1.1.* ip addresses (eth1) and eth0 connects
to the isp using ethernet (via a media converter, it''s fiber from
there). They''re nat''s using
2005 Feb 08
21
TCP window based shaping
Does anyone have any pointers on how other people have implemented tcp
window adjustment to do bandwidth shaping?
Granted the basic idea is to set the window size to be RTT * bandwidth,
but a quick squiz at google turns up mostly papers on how to implement
this at the sender end with a view to some new magic TCP
implementation. I''m really interested in notes on how to implement at
2004 Jan 29
2
wonder shaper problems
I just installed Xandros 2.0 Desktop. I used apt-get to install iproute. I
then downloaded wondershaper 1.1a from the website. I edited the script as
the readme says.
I went to console and started the wondershaper script...and i get the
following error messages.
RTNETLINK answers: Invalid Argument
many times.
Any ideas what is wrong?
MArk
_______________________________________________
2004 May 31
2
shaping
Hi!
Is there any way to do just plain vanilla TBF (Token Buck Filter) type
shaping on a group of ips/networks, not an entire interface.
Currently the only way I know how to shape in Linux is to use HTB or CBQ,
but both of these need a total rate and then you need to subdivide that
into classes. That is not what I want. All I want is Cisco generic traffic
shaping style shaping (or similar to how
2004 Jan 29
2
Prioritizing UDP Packets?
Greetings,
I''m new to LARTC and I''m trying to solve a problem with multiple clients
accessing a game server. So I thought I''d give traffic control a shot.
I''ve downloaded Wonder Shaper and have added this to the default script:
tc filter add dev $DEV parent 1:0 protocol ip prio 12 u32 \
match ip protocol 0x6 0xff flowid 1:3
I''m now quite sure
2005 May 14
1
Need some help
Hi all, I have read the larc howto and I need to apply a traffic shaper
with this configuration:
router / two interface etho and eth1
lan
lan is on eth1 and on eth0 I''ve the dsl connection (1.2 Mbit / 256 kbit)
I need to limit the bandwith towards lan and I''ve thought at HTB and
tcng. I write the script belove. I want limit the p2p and ftp (ssh and
irc) connection at 15
2002 Sep 17
1
Problems compiling patched bridge-utils
Hello,
I''ve applied ``bridge-utils-0.9.5-ipmode-1.diff'''' to be able to use my
shaper as bridge and don''t lose the netfilter capabilities, the patch
applies with no error messages, which makes me supose everything is
working fine.
But when i try to recompile the bridge-utils utilities i get the
message transcript below: