search for: lihpc

Displaying 5 results from an estimated 5 matches for "lihpc".

Did you mean: lihp
2002 Oct 09
2
imq in 2.2.17 and ipchains?
Hi stef; imq patch of 2.2.17 form http://luxik.cdi.cz/~devik/qos/imq.htm diff against 2.2.17 Can you tell me how imq work with ipchains? thanks for your help regards, haipe _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Oct 21
9
help, a children can not borrow from a parent?
Hi ; MY script: tc-htb3 qdisc del dev eth2 root ipchains -F tc-htb3 qdisc add dev eth2 root handle 10: htb default 20 r2q 40 tc-htb3 class add dev eth2 parent 10: classid 10:1 htb rate 50Mbit burst 2000 tc-htb3 class add dev eth2 parent 10:1 classid 10:100 htb rate 12mbit ceil 50mbit prio 1 tc-htb3 class add dev eth2 parent 10:1 classid 10:20 htb rate 38mbit ceil 50Mbit prio 8 ipchains
2002 Nov 06
1
help, strange question about tcp and udp traffic control?
Hi ; +--------+ +-----------+ +--------+ | server |---------- | linux box |---------------------| Client | +--------+ +-----------+ +--------+ MY script: tc-htb3 qdisc del dev eth1 root ipchains -F tc-htb3 qdisc add dev eth1 root handle 10: htb default 20 r2q 40 tc-htb3 class add dev eth1 parent 10: classid 10:1 htb
2002 Oct 14
1
help, HTB2 and filter ?
Hi ; HTB2 patch for kernel 2.2.17 HTB2 patch for iproute2 Here is my script : tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: htb default 20 tc class add dev eth0 parent 10: classid:10:1 htb rate 90mbit ceil 90mbit burst 2000 tc class add dev eth0 parent 10:1 classid 10:100 htb rate 10mbit ceil 30mbit prio 1 tc class add dev eth0
2002 Oct 14
1
答复: Re: help, HTB2 and filter ?
>> BUT: >> >> tc filter add dev eth1 protocol ip parent 10:1 prio 1 handle 100 fw >> classid 10:100 >> >> OUTPUT : "RTNETLINK answers: Invaid argument" > >cls_fw is not loaded ? (quick guess only). > devik tc filter add dev eth1 protocol ip parent 10:1 prio 1 fw can run !! _______________________________________________