Displaying 4 results from an estimated 4 matches for "dkik".
Did you mean:
dik
2005 Feb 03
0
Kernel panic when using wrr qd
...s tcp -v -S 222.65.61.222 -D 80.50.31.$i -fSA -w 64800 -T
128 -y $port `;
}
}
exit(0);
--
To kernel panic to occur the subnets 80.50.30.0/24, 80.50.31/24 must be
routed to a router witch runs IMQ.
Generally speaking it looks as the wrr algorithm from the implementation
found at http://wipl-wrr.dkik.dk/wrr/ does not handle larger amounts of
IP adresses generated in a short period of time.
The tests we ran showed up that the problem lies (at 99%) in the WRR.
After running the "router_killer" script in a few seccond the kernel panics.
Changeing the queuing algorithm from WRR to ESFQ (...
2001 Mar 01
5
Bandwidth limiting a MASQed network.
Hi!
I just recently entered the wonderful world of the so called "advanced
routing" and decided to try and limit the bandwidth of a MASQed network
here and ended up in trouble :(.
The setup is (as far as I can tell) pretty straightforward. eth0 is
connected to the "real" network with a proper IP, and eth2 is 192.168.10.x
(the MASQed network). All of it is basicly right out of
2005 May 19
7
equal bandwidth for all IPs
Hi,
How can I set equal bandwidth of 512kbit downlink and 256kbit uplink for
every single IP address of 254 IP addresses I have in my LAN?
Regards,
ro0ot
2004 Apr 21
0
Why cant I see the parent of a qdiscs?
Hi
When I list all the qdisc with tc command it is not possible to see the
parent of the qdisc.
An example by the book.
# tc qdisc add dev eth0 root handle 1: htb default 30
# tc class add dev eth0 parent 1: classid 1:1 htb rate 6mbit burst 15k
# tc class add dev eth0 parent 1:1 classid 1:10 htb rate 5mbit burst 15k
# tc class add dev eth0 parent 1:1 classid 1:20 htb rate 3mbit ceil
6mbit