search for: 4kbit

Displaying 20 results from an estimated 23 matches for "4kbit".

Did you mean: kbit
2004 Nov 01
1
Big problem :(((((
...for provider''s network. Afther the mark i send the packets to the followind classes: script for eth0 (eth0 is my local network) #!/bin/bash tc qdisc del dev eth0 root >/dev/null tc qdisc add dev eth0 root handle 1: htb default 3 tc class add dev eth0 parent 1: classid 1:1 htb rate 64kbit ceil 256kbit burst 15k quantum 1500 # Internet tc class add dev eth0 parent 1: classid 1:2 htb rate 10Mbit burst 15k quantum 1500 # Metropolitan tc class add dev eth0 parent 1: classid 1:3 htb rate 80Mbit burst 15k quantum 1500...
2013 Jun 08
3
Inbound traffic shaping issue with a phantom limit
Hello Everyone, We have a standalone Debian Wheezy box for game/web/VoIP server. My problem is that somehow the inbound traffic is limited to 4kbit/s to 8kbit/s by default whereas it''s set to 3*full/10 with 9*full/10 ceiling. The interface is set to 100Mbit/sec and it actually gives that performance with the corresponding outbound traffic limits. Naturally when I stop shorewall this phantom limit disappears. I think I did everything...
2006 Mar 31
2
__Very__ Low Bandwidth
I am using the script below to simulate a very low bandwidth connection. I found that I could turn the bandwidth knob down to about 4kbit, but below that I didn''t get any traffic through. I''ve had a look at this generally, but couldn''t find an answer. It doesn''t even seem like the first reply packet gets through. I have tried it with much bigger buffers, but this doesn''t help. I found...
2003 Jul 14
0
Why arent filteres working? (as I wanted)
...class add dev br0 parent 1:20 classid 1:21 htb rate 6kbit ceil 30kbit tc filter add dev br0 protocol ip parent 1:0 prio 1 u32 match ip dst 57.227.233.3 flowid 1:21 tc qdisc add dev br0 parent 1:21 handle 200:0 sfq perturb 10 #non server queue tc class add dev br0 parent 1:20 classid 1:22 htb rate 24kbit ceil 30kbit #www queue tc class add dev br0 parent 1:22 classid 1:25 htb rate 14kbit ceil 30kbit tc filter add dev br0 protocol ip parent 1:0 prio 50 u32 match ip dst 57.227.233.0/27 match ip sport 3128 0xffff flowid 1:25 tc qdisc add dev br0 parent 1:25 handle 250:0 sfq perturb 10 #pop queue tc c...
2001 Dec 28
1
need help in shaping traffic
...1: htb default 100 tc class add dev eth0 parent 1: classid 1:1 htb rate 10mbit burst 5k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 256kbit ceil 1mbit burst 2 tc class add dev eth0 parent 1:10 classid 1:100 htb rate 2kbit burst 2 tc class add dev eth0 parent 1:10 classid 1:101 htb rate 4kbit burst 2 tc class add dev eth0 parent 1:10 classid 1:102 htb rate 32kbit burst 2 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 10.1.1.0/24 match tcp dst 25 0xffff flowid 1:100 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match tcp src 80 0xffff flowid 1:101 tc f...
2005 Nov 02
4
must cut the line down too much for shaping to work
Hi, my situation: One internet connection 256 kbps uplink/downlink, pretty stable speed, a Linux router with three NICs (one to ISP, one to DMZ and one with VLANs enabled to our LAN). Each of three VLANs (1, 10, 11) is a region for me; id 1 gets guaranteed 128 kbps, id 10 and 11 both get guaranteed 64 kbps (both uplink and downlink). Simple configuration. After I read relevant parts of lartc
2000 Nov 18
9
priority bands don't reduce interactive latency?
I run a small Linux webserver and NAT router from my cable modem at home. Whenever someone starts an http download, all other traffic from my LAN is starved. Bandwidth is not really an issue, but latency is particularly horrible -- pings that usually come back in 20ms can take up to 600ms while the web server is active! I set up QoS (netfilter+iproute2) on the NAT machine in an attempt to give
2005 Apr 19
5
Strange pings.
...rate 10mbit burst 2k prio 1 quantum 2048 tc qdisc add dev imq0 parent 1:2 handle 3 htb default 3 tc qdisc add dev imq1 parent 1:2 handle 3 htb default 3 tc class add dev imq0 parent 3:0 classid 3:1 htb rate 256kbit burst 2k prio 1 quantum 2048 tc class add dev imq1 parent 3:0 classid 3:1 htb rate 64kbit burst 2k prio 1 quantum 2048 tc class add dev imq0 parent 3:1 classid 3:2 htb rate 1kbit ceil 256kbit burst 2k prio 1 quantum 2048 tc class add dev imq1 parent 3:1 classid 3:2 htb rate 1kbit ceil 64kbit burst 2k prio 1 quantum 2048 tc class add dev imq0 parent 3:1 classid 3:3 htb rate 1kbit ceil...
2004 Oct 29
2
[Bug 884] DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #663 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2004-10-29 22:03 -------
2005 Nov 03
0
advanced traffic control for ip and services
...kbit with burst to 190kbit for port 110 >> and 40kbit with burt to 95kbit for rest of his traffic. > > So 95kbit+95kbit+40kbit=190kbit? What do you want? > Script is too hard to read, and I''m lazy today... > > HTH > Andreas > > so u think if there will be i.e. 4kbit with burt to 190kbit it will work fine?
2004 Apr 13
0
system requirements
...s. 0,2-0,7 milisecs without shaper and 1500-2000 milisecs with. I though it might be the low CPU power or something. I''m running on 500MHz Intel Celeron. Anyone have experienced a similar problem? Here is the entry file I use for one of the IPs: DEVICE=eth1,10Mbit,1Mbit RATE=40Kbit WEIGHT=4Kbit PRIO=5 RULE=213.169.58.111, where eth1 is the internet interface.
2005 Apr 26
8
HTB Weird Shaping Question(Bug?). Please Help!
Hi all, I have a script that allocates an ADSL(1500K/256K) bandwidth to three users. My idea is to allow each user having a guarentee rate, while each one is allowed to burst to the max rate while no one is using the bandwidth. I use imq0 for uplink (for some mobility reason) and imq1 for downlink. Everything works smoothly except for VoIP traffic. There are three VoIP phones attached to a
2014 Oct 28
22
[Bug 2302] New: ssh (and sshd) should not fall back to deselected KEX algos
https://bugzilla.mindrot.org/show_bug.cgi?id=2302 Bug ID: 2302 Summary: ssh (and sshd) should not fall back to deselected KEX algos Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: security Priority: P5 Component: ssh
2014 Oct 28
22
[Bug 2302] New: ssh (and sshd) should not fall back to deselected KEX algos
https://bugzilla.mindrot.org/show_bug.cgi?id=2302 Bug ID: 2302 Summary: ssh (and sshd) should not fall back to deselected KEX algos Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: security Priority: P5 Component: ssh
2001 Feb 20
2
Incoming trafic shaping (depending on src IP)
Hi there, i''m trying to shape incoming trafic on my linux box. I want it to depend on the source IP adress of the packets (in fact, i got a VPN on an ADSL link and wanted to get at least/max 64Kbit/s for the VPN) So i tried this : tc qdisc add dev ppp0 root handle 1:0 cbq bandwidth 512Kbit avpkt 1000 cell 8 tc class add dev ppp0 parent 1:0 classid 1:1 cbq bandwidth 512Kbit rate 512Kbit weight 50Kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 tc class add dev ppp0 parent 1:1 classid 1:...
2004 Jun 23
8
[Bug 884] DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 dmr at gmx.it changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DSA keys (id_dsa.pub) with |DSA keys (id_dsa.pub) with |8192 bytes or more aren't |8192 bits or more aren't |correctly
2004 Nov 17
4
Help with prioritizing internet Cafe Terminals
Hi All, I am new to tc so please forgive me. I have read as much documentation as I can get my hands on, but I still have problems with getting the rules right. Here is my scenario: Internet Cafe/Office 4 Internet Cafe Terminals 3 Office Terminals Leased Line connectivity at 64Kbps. What I would like to have: All Cafe terminals have priority to the internet over the office machines. Each
2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
Hello, First of all, I already contacted Martin Devera, the developer of HTB, and he told me to search for help on this mailinglist, thus I am describing my problems here now... I am kind of seriously annoyed by QoS as I have been trying for over 3 years to get it working properly - first I did not understand how it works, then it seemed not to work, then it was working perfectly for half a
2005 Nov 04
4
Latency/burst problem with HTB
...the other class to shape the rest of traffic. # Other ADSL traffic tc class add dev eth0 parent 1:11 classid 1:110 htb rate 192kbit ceil 256kbit prio 0 tc qdisc add dev eth0 parent 1:110 handle 110: sfq perturb 10 # To filter FTP traffic tc class add dev eth0 parent 1:11 classid 1:111 htb rate 64kbit ceil 256kbit prio 1 Here are the most important classes. They share bandwidth, because I want the FTP server to borrow traffic if the ADSL is otherwise unused. The FTP server gots 8Kbps and the rest of the traffic 24kpbs. Finally, the filters: tc filter add dev eth0 prio 1 protocol ip par...
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