search for: 3kbit

Displaying 12 results from an estimated 12 matches for "3kbit".

Did you mean: 32bit
2005 Mar 15
1
how to bring down htb rate to 3kbit?
Hello Everybody, I am successful in throttling down the Bandwidth to 8kbit using HTB. Below that I get report to change r2q. I want to bring down the Leaf class Bandwidth to 3kbit. My script is as below: Tc Script to throttle down the Bandwidth to 8kbit based on MAC address and IP address tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0 htb default 30 r2q 1 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 24kbit ceil 24kbit quantum 1514 tc...
2007 Jun 08
5
CBQ + Layer7 x Emule
....168.253.3 LEN=40 TOS=0x00 PREC=0x00 TTL=116 ID=7042 PROTO=TCP SPT=50675 DPT=4662 WINDOW=64952 RES=0x00 ACK FIN URGP=0 So it''s look like mark is working . So now I use the cbq.init script with that configuration : cat /etc/sysconfig/cbq/cbq-0002.emule_in DEVICE=eth0,100Mbit,10Mbit RATE=3Kbit WEIGHT=1Kbit PRIO=5 BOUNDED=yes ISOLATED=yes MARK=2 cat /etc/sysconfig/cbq/cbq-0002.emule_out DEVICE=eth1,100Mbit,10Mbit RATE=3Kbit WEIGHT=1Kbit PRIO=5 BOUNDED=yes ISOLATED=yes MARK=2 that generate this tc codes . /sbin/tc qdisc add dev eth0 root handle 1 cbq bandwidth 100Mbit avpkt 3000 cell 8...
2005 Mar 12
0
I want to bring down the HTB rate to 3kbit-r2q? quantum?
...running tc commands in /tcng/bin and they are working. But is there a way out to classify packets based on MAC address using TCNG. And, I am successful in throttling down the Bandwidth to 8kbit using HTB. Below that I get report to change r2q. I want to bring down the Leaf class Bandwidth to 3kbit.My script is as below: Tc Script to throttle down the Bandwidth to 8kbit based on MAC address and IP address tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0 htb default 30 r2q 1 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 24kbit ceil 24kbit quantum 1514...
2006 Mar 31
2
__Very__ Low Bandwidth
...this because the delay is so great that things are getting thrown away by the kernel? Could I munge the packets to turn up the TTL or something similar? Many thanks for some excellent tools. Matthew Pearson #!/bin/bash CLIENT1=192.168.1.190/32 CLIENT2=192.168.1.191/32 OPER=add; DEV=eth0 RATE=3kbit PEAKRATE=3kbit BUFFER1=10kb BUFFER2=10kb echo -e "Attach Egress policy..." tc qdisc $OPER dev $DEV root handle 1:0 htb default 15 tc class $OPER dev $DEV parent 1:0 classid 1:1 htb rate 240kbit tc class $OPER dev $DEV parent 1:1 classid 1:2 htb rate 240kbit ceil 240kbit tc class $OPER d...
2004 Sep 30
3
iproute2-2.2.4
I was trying to install iproute2-2.2.4. I get an error when i run the makefile. I get a parse error in /usr/include/arpa/inet.h. Can someone help me? Thanks. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Dec 17
0
Need help with this simple CBQ setup NEWBIE
...ip handle 4 fw flowid 11:1 iptables -t mangle -A POSTROUTING -s ! 192.168.128.16/28 -d \ 192.168.128.16/28 -j MARK --set-mark 4 #Upload Section tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt \ 1000 mpu 64 tc class add dev eth0 parent 10:0 classid 10:1 cbq rate 30Kbit \ weight 3Kbit allot 1514 prio 1 avpkt 1000 bounded tc filter add dev eth0 parent 10:0 protocol ip handle 3 fw flowid 10:1 iptables -t mangle -A FORWARD -s 192.168.128.16/28 -j MARK --set-mark 3 -- With Regards Ali Jawad
2006 Dec 20
0
Need Help with this simple CBQ scripts
...ip handle 4 fw flowid 11:1 iptables -t mangle -A POSTROUTING -s ! 192.168.128.16/28 -d \ 192.168.128.16/28 -j MARK --set-mark 4 #Upload Section tc qdisc add dev eth0 root handle 10: cbq bandwidth 10Mbit avpkt \ 1000 mpu 64 tc class add dev eth0 parent 10:0 classid 10:1 cbq rate 30Kbit \ weight 3Kbit allot 1514 prio 1 avpkt 1000 bounded tc filter add dev eth0 parent 10:0 protocol ip handle 3 fw flowid 10:1 iptables -t mangle -A FORWARD -s 192.168.128.16/28 -j MARK --set-mark 3 -- With Regards Ali Jawad
2005 Apr 11
0
HTB / ingress diffrence
...was very low Donkey doesn''t get any data or take only a little, outgoing traffic was about 1-2K, but In HTB trafic I have full outgoing bandwich. I change outgoing trafic queue to ingress and limit it to 35kbit. (less than in HTB) WOW... Donkey gets data fullspeed and outgoing was about 2-3Kbit!!! I think that the problem is in ACK packets. Why HTB block all data, ingress not?? I try make other queue for ACK and SYN packets for client and test it. -- EW
2004 Aug 04
10
htb and fw problems
...ceil 320Kbit burst 1834b cburst 2008b Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended: 0 borrowed: 0 giants: 0 tokens: 79781 ctokens: 50224 class htb 1:80 parent 1:1 leaf 80: prio 4 rate 64Kbit ceil 80Kbit burst 1680b cburst 1701b Sent 58744 bytes 152 pkts (dropped 0, overlimits 0) rate 3Kbit 1pps lended: 148 borrowed: 4 giants: 0 tokens: 202125 ctokens: 163799 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2015 May 23
2
Weak DH primes and openssh
> Can this be addressed in ssh_config/sshd_config with the KexAlgorithms setting? weakdh.org/sysadmin.html recommends adding: KexAlgorithms curve25519-sha256 at libssh.org But this thread makes it sound as if it's not necessary. Can anyone confirm? Personally I'm on openssh-6.7. - Grant > You will be aware of https://weakdh.org/ by now, I presume; the take-home seems to be
2005 Jun 22
1
Problem with HTB and IPTABLES
...Kbit ceil 700Kbit burst 1680b cburst 1711b Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended: 0 borrowed: 0 giants: 0 tokens: 0 ctokens: 0 class htb 1:13 parent 1:1 leaf 130: prio 2 rate 100Kbit ceil 600Kbit burst 1680b cburst 1701b Sent 58744 bytes 152 pkts (dropped 0, overlimits 0) rate 3Kbit 1pps lended: 148 borrowed: 4 giants: 0 tokens: 202125 ctokens: 163799 Leandro Ramalho Fróio Analista de Redes RHOX - Redes Corporativas Tel: (61) 361-1466 ext: 253 <mailto:leandro@rhox.com.br> leandro@rhox.com.br _______________________________________________ LARTC...
2004 Mar 14
3
Weird quirk with ingress policing
Hi, I notice that if two or more existing connections match an ingress policing filter, the input bandwidth does not get evenly divided up between the n connections. Kinda like litters of baby animals, where the stronger babies get more access to the mothers teats and grow up bigger and faster than their siblings. The only workaround that''s working for me is to set explicit ingress