Displaying 20 results from an estimated 3000 matches similar to: "problem deleting filters"
2004 Oct 08
2
Delay packets by 50ms
Hi all,
I am trying to solve a tiny problem that is trivial to
solve using dummynet (FreeBSD).
I just want to add a delay of 50ms to each outgoing
packet from an interface. This is to simulate a large
pool of multiple modem users so I also need to add b/w
limits etc (which seems to be easy to do).
From the mailing list I could fine 2 qdiscs that can
simulate latency : "delay" &
2005 May 16
1
Rules OK (?), no filtering...
Hi
I have defined a single HTB qdisc on eth0 with one root class 1:1 further subdivided as below, nothing complicated.
1: (root qdisc)
|
|
1:1 (root class)
/\
/ \
/ \
/ \
/ \
1:10 \
2006 Nov 28
0
using cpu cycle counter on smp
Hi there,
I was wondering if it''s possible to use PSCHED_CPU (cpu cycle counter
as clock source for QoS). Normally kernel menuconfig forbids it due
to lack of synchronization of counters on different cpu, but:
http://uwsg.iu.edu/hypermail/linux/kernel/9902.0/0053.html
and quoting interesting part...
-------------
checking TSC synchronization across CPUs:
BIOS BUG: CPU#0 improperly
2000 Oct 27
0
Segfault in 2.2.0p1 due to connect() changes in Linux 2.4
Hello,
I upgraded (?) one of my machines to Linux kernel 2.4.0-test9, and sshd
started failing. Specifically, the sshd child processes would segfault if
a user requested X11 forwarding. I tracked the problem down to these bits
of code:
channels.c, x11_create_display_inet, line 1738:
sock = socket(ai->ai_family, SOCK_STREAM, 0);
if (sock < 0) {
if (errno != EINVAL) {
2006 Jun 22
0
HP DL360, tg3 driver, bonding and link flapping
Hi *,
I'm running into a problem configuring bonding on an HP DL 360 G4p,
running 4.3 + tg3 driver version 3.43f. I'm connecting eth0 and eth1
to a Cisco 2948 (CatOS 8.1(3)) and receiving flapping notices. The
ethernet address is that of the primary interface. I have tried
several different modes, including balance-rr (0), active-backup (1),
and balance-alb (6). All have the
2002 Oct 16
3
flowid - classid ?
root@Delta:~# tc filter add dev ppp0 parent 1:1 flowid 1:5 protocol ip
Unknown filter "flowid", hence option "1:5" is unparsable
root@Delta:~# tc filter add dev ppp0 parent 1:1 classid 1:5 protocol ip
Unknown filter "classid", hence option "1:5" is unparsable
I don''t understand why it does not work. Can anybody explain me this problem?
--
2003 Oct 04
2
htb errors, wrong patch?
I downloaded iproute2-2.4.7-now-ss010824.tar.gz and I did patched tc with
the htb3.6_tc.diff from htb3.6-020525.tgz and when I try to use a htb script
I get just errors. I did not patch the kernel, since I use kernel 2.4.21 and
I saw on - HTB Homepage that I need to patch it only if I run version 2.4.20
or earlier. Do also need the kernel patch ? Or maybe is something else
wrong?
RTNETLINK
2003 May 11
1
what''s wrong with the last line ?
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 10: prio bands 6
tc qdisc add dev eth1 parent 10:1 handle 20: bfifo
tc qdisc add dev eth1 parent 10:2 handle 30: bfifo
tc qdisc add dev eth1 parent 10:3 handle 40: bfifo
tc qdisc add dev eth1 parent 10:4 handle 50: bfifo
tc qdisc add dev eth1 parent 10:5 handle 60: bfifo
tc qdisc add dev eth1 parent 10:6 handle 70: bfifo
# www traffic
2007 Jul 24
2
about default filter command
Hi,
here I have another newcomer question :-)
in the section 9.6.1 of this how too
http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html
we can read commands about filters :
------------------------------------------
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
ip dport 22 0xffff flowid 10:1
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
2005 Jul 22
2
tc filter matching anything
Hey,
I have a problem adding a filter matching anything, here is my setup:
###############
tc qdisc add dev eth0 handle 1: root prio
tc qdisc add dev eth0 parent 1:1 handle 10: pfifo
tc qdisc add dev eth0 parent 1:2 handle 20: tbf latency 50ms rate \
128kbit burst 256kbit
tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 666 fw \
flowid 1:2
tc filter add dev eth0 protocol ip parent
2004 Aug 24
1
problems with tc
People,
I''m trying to set up the tc filters for a PRIO queue. I''m basing it off
of marked traffic via iptables. For example, I''ve marked two classes of
traffic with ids "2" and "4", and now I''m filtering those to bands 1 and
2.
tc filter add dev eth0 parent 1: prio 0 protocol ip \
handle 2 fw flowid 10:1
tc filter add dev eth0 parent 1:
2007 Mar 20
1
TC Filter matching all
Hello!
I was always using "default" in HTB to choose default class, but now I
need to do it with filters. Tried following command:
# tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2
Unknown filter "flowid", hence option "10:2" is unparsable
It is from example in LARTC Howto.
My question is then - how to make a filter matching all without eating
2004 Aug 18
0
Errors when running wondershaper
I''m trying to run wondershaper in my suse 9.1 box. However, I''m getting
these errors:
# /etc/init.d/wondershaper restart
Shutting down wondershaper
Starting wondershaper
Cannot find device "root"
Error: Qdisc "1:" is classless.
Error: Qdisc "1:1" is classless.
Error: Qdisc "1:1" is classless.
Error: Qdisc "1:1" is classless.
2004 Aug 24
0
Filter problem
Hi !
I want to share my bandwidth between 10 computers. I want to redirect
computer A(192.168.1.4) to htb class 1:2 and the others to htb class 1:3.
But the
last tc filter doesn''t work :
Error message : "Unknown filter "flowid", hence option "1:3" is unparsable.
"
I know the option "default" for htb but I don''t want to use it for some
2002 Nov 21
3
Problem with flowid filter example from howto
For simplicity, I tried this:
tc qdisc add dev eth0 root handle 1: prio
tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10
tc qdisc add dev eth0 parent 1:2 handle 20: sfq perturb 10
tc qdisc add dev eth0 parent 1:3 handle 30: sfq perturb 10
tc filter add dev eth0 protocol ip parent 1: prio 2 flowid 1:1
The last line prints:
Unknown filter "flowid", hence option "1:1"
2005 Jun 12
3
Is it possible to throw all not matched traffic to selected class?
I have some filters.. like this:
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 3 u32 match ip
protocol 6 0xff match ip sport $prt 0xffff flowid 3:2
I throw only few types of packets to 3:2, all other traffic I want to
put on 3:3, but this doesn''t work(!):
$TC filter add dev $dev_isp protocol ip parent 3:0 pref 4 flowid 3:2
When type that command I have this:
Unknown filter
2007 Jul 26
2
Rép : about default filter command
Le 26 juil. 07 à 13:55, Georgi Alexandrov a écrit :
> Vincent Dautremont wrote:
>
>> Hi,
>> here I have another newcomer question :-)
>> in the section 9.6.1 of this how too
>> http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html
>> we can read commands about filters :
>> ------------------------------------------
>>
>> # tc
2004 Nov 22
8
Strange error!?
I was using this setup and it worked fine untill i executed up2date in
Redhat and updated a lot of the packages in linux.
When i run the following script i get an error, which i pasted bellow.
Script i run:
iptables -t mangle -A FORWARD -s 171.100.20.110 -j
MARK --set-mark 28
iptables -t mangle -A POSTROUTING -s ! 171.100.20.96/27 -d
171.100.20.110 -j MARK --set-mark 29
2005 Jul 26
0
scp filename quoting
Hi,
I just made a patch to "correctly" support special characters in scp at
the remote side. First let me explain the problem:
# cd /tmp
# touch this is a test
# cp this\ is\ a\ test a\ test
# scp localhost:$PWD/a\ test this\ is\ a\ test
scp: /tmp/a: No such file or directory
scp: test: No such file or directory
but
# scp localhost:$PWD/a\\\ test this\ is\ a\ test
a test
2003 Dec 11
0
"Errror - group names should not be multihomed."
Hello,
I'm getting these errors on a samba 2.2.8a wins server in a NT4 network:
[2003/11/25 09:41:00, 0] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request (1022)
wins_process_multihomed_name_registration_request: group name
registration request received for name DOMAIN<00> from IP 192.168.10.5 on
subnet WINS_SERVER_SUBNET. Errror - group names should not be