search for: 1727b

Displaying 13 results from an estimated 13 matches for "1727b".

Did you mean: 17271
2005 Oct 14
0
tc filter not filtering -or- what am I going wrong?
...his offset ''at 20'' is it decimal or hex??? ''tc add filter'' put it there, not me.)) # tc -s class show dev eth3 |head -5 ; echo sleeping 5 seconds; \ sleep 5 ;tc -s class show dev eth3 |head -5 class htb 1:22 parent 1:1 prio 0 rate 100Kbit ceil 100Kbit\ burst 1727b cburst 1727b Sent 44408169 bytes 58800 pkts (dropped 0, overlimits 0) lended: 58800 borrowed: 0 giants: 0 tokens: 105984 ctokens: 105984 sleeping 5 seconds class htb 1:22 parent 1:1 prio 0 rate 100Kbit ceil 100Kbit\ burst 1727b cburst 1727b Sent 44408169 bytes 58800 pkts (dropped 0, overl...
2003 Oct 27
4
Need help with HTB
Hello, 1. I currently have a 128kbps cable link to the internet..and I''m sharing this connection with others. I''ve made the following script(for alocating bandwidth depending on the services used: browsing, squid, games like counter-strike, icmp, ssh), which unfortunately isn''t working very well as the response times I''m getting upon pinging the server
2004 Apr 04
2
IMQ & NAT
...--------------------------------- I''ve patched the IMQ with the imq-nat patch, but all traffic goes to 1:13 #tc -s class show dev imq0 ------------------------------------------------------------------------- ... class htb 1:13 parent 1:1 leaf 130: prio 3 rate 100Kbit ceil 300Kbit burst 1727b cburst 1983b Sent 8981846847 bytes 18055130 pkts (dropped 99, overlimits 0) lended: 8947767 borrowed: 9107363 giants: 0 tokens: 136320 ctokens: 52265 class htb 1:12 parent 1:1 leaf 120: prio 2 rate 100Kbit ceil 300Kbit burst 1727b cburst 1983b Sent 0 bytes 0 pkts (dropped 0, overlimits 0) le...
2005 Sep 28
4
Re:Does HTB consider PRIO or not? 2
...98506773 bytes 91377 pkt (dropped 0, overlimits 0 requeues 0) rate 336bit 0pps backlog 0b 0p requeues 0 lended: 43850 borrowed: 47527 giants: 0 tokens: 97792 ctokens: 16721 class htb 1:6 parent 1:2 leaf 6: prio 3 quantum 1600 rate 128000bit ceil 256000bit burst 6399b/8 mpu 0b overhead 0b cburst 1727b/8 mpu 0b overhead 0b level 0 Sent 22893201 bytes 33231 pkt (dropped 0, overlimits 0 requeues 0) rate 1144bit 0pps backlog 0b 0p requeues 0 lended: 31243 borrowed: 1988 giants: 0 tokens: 406528 ctokens: 53760 class htb 1:7 parent 1:2 leaf 7: prio 3 quantum 1600 rate 128000bit ceil 256000bit bur...
2004 Jul 20
3
Fw: HTB - Really Big problem
----- Original Message ----- From: Michał Joachimiak To: lartc@mailman.ds9a.nl Sent: Tuesday, July 20, 2004 3:45 PM Subject: HTB - Really Big problem Hello everybody! Since week i dig lists and www and can''t find solution for my problem. I''m using HTB 3.13 kernel 2-4-25 smp iptables 1.2.9. I''ve got situation like this: LAN------Linux Box(routing only)------- Linux
2005 May 06
3
Broken filters?
...1:20 Why I see 3 pkts in default 1:30? How explain it? ### imq0: queueing disciplines qdisc htb 1: r2q 10 default 30 direct_packets_stat 0 Sent 631429 bytes 1812 pkts (dropped 0, overlimits 20) ### imq0: traffic classes class htb 1:20 root prio 0 rate 100Kbit ceil 100Kbit burst 15Kb cburst 1727b Sent 630596 bytes 1809 pkts (dropped 0, overlimits 0) rate 3921bps 10pps lended: 1809 borrowed: 0 giants: 0 tokens: 1121920 ctokens: 31360 class htb 1:30 root prio 7 rate 10Kbit ceil 80Kbit burst 1611b cburst 1701b Sent 833 bytes 3 pkts (dropped 0, overlimits 0) rate 2bps lended: 3 borrowed...
2006 Feb 20
6
HTB, strange capacity distribution
Hello, after spending several hours reading archives, I decided to write new post. I successfully set up packet classification, made some basic HTB setup, made some simple graphical representation from HTB statistics data... BUT, I cannot figure out how to refine HTB to get this behaviour: I need that class "p2p" should be the last one to get some link capacity. If I set both RATE
2005 Oct 16
2
Lost packets and strange "behaviour" of my TC rules
...what was effectively sent from PC1 to PC2, "tc -d -s class show dev eth0" and got the following output: =========================================================================   class htb 1:11 parent 1:1 leaf 30: prio 0 quantum 1000 rate 10Kbit ceil 100Kbit burst 1611b/8 mpu 0b cburst 1727b/8 mpu 0b level 0    Sent 42108 bytes 34 pkts (dropped 0, overlimits 0)    lended: 30 borrowed: 4 giants: 0    tokens: -758272 ctokens: 106496   class htb 1:1 root rate 100Kbit ceil 100Kbit burst 1727b/8 mpu 0b cburst 1727b/8 mpu 0b level 7    Sent 370941 bytes 295 pkts (dropped 0, overlimits 0)...
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
Martin Devera wrote: > If you read the manual, the algorithm will not work correctly > with {,c}burst < MTU ... > devik > I just tried to change {,c}burst to 1600, or leaving them by default but no visible result. here is the latest tc -s -d class show dev eth0 class htb 1:101 parent 1:1 prio 0 rate 40Kbit ceil 40Kbit burst 1599b/8 mpu 0b cburst 1599b/8 mpu 0b quantum 512 level
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan. I configured tcng to shape both download and upload and i got connection loss again. Maybe it is my script fault or it is something bad with packets marking . this is how i mark outgoing packets iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark $ip and this part of my script which is intented
2004 Mar 29
6
bridging shaper
Hello, I have a transparent bridge/firewall setup using linux-2.6.3. My iptables commands for the firewall seem to work fine, but my tc traffic shaper rules dont. The tc rules seem to apply ok, but have no effect. Here are my tc rules. Basically im just trying to limit each IP in my internal /24 to 512k of bandwidth in and out. DEV=eth0 tc qdisc del dev $DEV root tc qdisc add dev $DEV
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''s wrong? tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
...why, the group classes (fxx) don''t borrow from each other when their is unused bandwidth available. The "ceil 10mbit" just seems to be ignored :( e.g.: class htb 1:3003 parent 1:c1 leaf 92f4: prio 0 quantum 1000 rate 64000bit ceil 1024Kbit burst 50Kb/8 mpu 0b overhead 0b cburst 1727b/8 mpu 0b overhead 0b level 0 Sent 22500226 bytes 28784 pkts (dropped 0, overlimits 0) rate 245080bit 39pps lended: 15306 borrowed: 13478 giants: 0 <------------ user borrowed from others tokens: -429574 ctokens: 13314 but: class htb 1:f1 root rate 2048Kbit ceil 10000Kbit burst 50Kb/8 mpu...