search for: artura

Displaying 4 results from an estimated 4 matches for "artura".

Did you mean: artur
2004 Apr 09
1
HTB
...XT_IF protocol ip parent 1:0 prio 1 u32 match ip src x.x.x.x flowid 1:2002 ================================================================================================ linux 2.4.25 network cards: eepro100 HTB 3 Xeon 2.4GHz Maybe I need to tune kernel, HZ or smth? sorry for bad english -- Arturas _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 06
2
Huge system load using HTB
Hi! I have some problems with htb performance. THE SETUP: I have a network with 3 ISP uplinks and 1 local network uplink. There are about 1700 clients. I was shaping their bandwidth with HTB using iptables mangling in a manner: tc class add dev $DEV parent 1:10 classid 1:${CLASS_ID} htb rate \ 16kbit ceil 512kbit burst 2kb prio 2 quantum 1500 tc qdisc add dev $DEV parent 1:${CLASS_ID}
2009 Dec 07
7
Name Resolution Broken for One Address
I seem to have broken my laptop and have been unable to figure it out. Name resolution works great, except one address, which seems to be resolving to 0.0.0.1. Could you help me figure out what I have done and fix it? The following lines are in /etc/hosts 192.168.11.1 dev.example.com 192.168.11.1 dev1.example.com Pinging any other address that I try works, except dev.example.com.
2005 Jul 06
1
HFSC default upper-limit trouble
Hello, I''m having such problem with HFSC with following config: + tc qdisc del dev eth3 root + tc qdisc add dev eth3 root handle 1: hfsc default 2 + tc class add dev eth3 parent 1: classid 1:1 hfsc ls rate 512kbit ul rate 512kbit + tc class add dev eth3 parent 1:1 classid 1:2 hfsc ls rate 2kbit ul rate 400kbit + tc class add dev eth3 parent 1:1 classid 1:3 hfsc ls rate 32kbit ul rate