search for: 50mbit

Displaying 20 results from an estimated 28 matches for "50mbit".

Did you mean: 10mbit
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 -A fw -s 10.1.1.1 -m 100 ipchains -A fw -s 0.0.0.0 -d 0.0.0.0 -j ACCEPT tc-htb3 filter add dev e...
2002 Aug 01
1
htb qdisc on top of htb
...p of another htb qdisc/class as you can see bellow: #!/bin/bash tc="/sbin/tc" $tc qdisc del dev eth0 root $tc qdisc add dev eth0 root handle 1: htb default 40 $tc class add dev eth0 parent 1: classid 1:1 htb rate 100Mbit burst 15k $tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50Mbit burst 15k $tc class add dev eth0 parent 1:1 classid 1:20 htb rate 256Kbit burst 15k $tc class add dev eth0 parent 1:1 classid 1:30 htb rate 50Mbit ceil 100Mbit burst 15k $tc qdisc add dev eth0 parent 1:10 handle 10: htb default 20 $tc class add dev eth0 parent 10: classid 10:1 htb rate 50Mbit burs...
2009 Aug 26
2
shaping torrent traffic
hi who can ever help me out with the shaping of torrent traffic? i have a pptp at ppp0 over eth0 (10.0.0.1/8) i would like to shape outgoing traffic of rtorrent on these two interfaces, assume rtorrent is running at port 6999 need 3mbit for ppp0 and 50mbit for eth0 i supposed: [tcclasses] ppp0 1 2mbit 3mbit 1 eth0 2 20mbit 50mbit 2 [tcrules] 1 0.0.0.0/0 0.0.0.0/0 tcp 6999 2 10.0.0.1/8 10.0.0.1/8 tcp 6999 but they do not help shorewall 4.4.0, kernel 2.6.30 (no support for ipp2p) what rules may help me with this task? any...
2006 May 23
11
how to debug RTNETLINK invalid argument?
Hey, I am getting an invalid argument trying to insert a qdisc: [root@emu-5 iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit limit 500 RTNETLINK answers: Invalid argument I''m not sure whats wrong here, because i can successfully insert this qdisc on other computers of mine. How can i debug this? Thanks! George
2006 Jan 06
6
HTB traffic shaping odd effects
...consider) basic traffic shaping on our network utilising HTB. I have mostly reused the example on the lartc.org site: tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil 80mbit burst 19k tc class add dev eth0 parent 1:1 classid 1:20 htb rate 1mbit ceil 1mbit tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src X.X.X.X flowid...
2002 Nov 06
1
help, strange question about tcp and udp traffic control?
...| 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 rate 50Mbit burst 2000 tc-htb3 class add dev eth1 parent 10:1 classid 10:100 htb rate 12mbit ceil 13mbit prio 1 tc-htb3 class add dev eth1 parent 10:1 classid 10:20 htb rate 38mbit ceil 50Mbit prio 7 ipchains -A fw -s 10.1.1.1 -d 10.1.5.1 -m 100 ipchains -A fw -s 0.0.0.0 -d 0.0.0.0 -j ACCEPT tc-htb3 filte...
2005 Jun 28
0
Re: Questin regarding HTB
...: htb $TC qdisc add dev eth1 root handle 1:0 htb default 10 #root class $TC class add dev eth0 parent 1: classid 1:1 htb rate 100Mbit $TC class add dev eth1 parent 1: classid 1:1 htb rate 100Mbit #trafic total server --> internet - upload $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 50Mbit prio 2 $TC qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10 $TC class add dev eth1 parent 1:1 classid 1:10 htb rate 50Mbit prio 2 $TC qdisc add dev eth1 parent 1:10 handle 10: sfq perturb 10 #trafic LAN $TC class add dev eth1 parent 1:1 classid 1:10 htb rate 10Mbit ceil 50Mbit $TC qdisc ad...
2013 May 16
5
ddos attack causes high ksoftirqd cpu use
Hello List! I got a small (50mbits or so) application layer ddos attack against a few name servers (thousands of IPs sending lots of bogus A record requests - weird) - one of the name servers was behind a shorewall firewall. That firewall was running a 2.6.18-194.11.1.el5 kernel and shorewall-4.4.11.1-1. I noticed that the sh...
2007 Jun 21
1
A HTB problem
...traffics are from two LAN switch ports to WAN port. And the traffics are generate at a rate of 80Mbit. So the total traffic to WAN port is 160Mbit. The shaping works well that the traffic to WAN port is about 50/30Mbit according to configuration. But the priority seems strange when the root rate is 50Mbit. When the root ceil is 50Mb and ceil for class 12 and 13 is 50Mb, the actual throughput for class 12 and 13 are 32Mb and 16Mb. But in theory, class 12 can almost occupy all the 50Mb throughput for it has a higher priority. When the root ceil is 30Mb and ceil for class 12 and 13 is 30Mb, HTB works...
2005 Sep 29
2
Interfaces basic question
I have a router with only one physical ethernet cable. I know it''s stupid, but it is the network I have to use for a demo. I have in mind to construct an HTB class tree for some network limitations for the outgoing traffic. The question is: can i use the HTB class mechanism on 2 subinterfaces of the same physical network card without any interference? Please let me know as soon as
2004 Feb 13
1
Slow copying over samba server to/from Windows XP
...anyone have the same problem and the solution for this: At our company we buy that UNKNOWN os called MS XP Pro, after a while the users report some errors when they try to copy to our samba fileserver, before we use Win98 at the client side, and that problem was not observable. The copy start at 50mbit/sec and somehow it's stops and just waiting waiting about 10-20 sec, then it go ahead.., it's very pesky. I was searching at google for the problem, and try several resolution, but they don't work. (Change our HP 4000M switch to another one, Downloaded MS patch, Setting the network card...
2006 Jan 04
3
TC/CBQ shaping problems
Hello everyone, I''m a newbie experimenting with CBQ shaping and am facing a few problems. Can any of you please help? TEST SETUP: +---------------+ +----------------+ | 10.0.0.103 |----------->| 10.0.0.102 | +---------------+ +----------------+ 10.0.0.103: Linux, 100Mbit/s NIC 10.0.0.102: Windows, 100Mbit/s NIC, iperf tcp server (ports 2000 and 2001) WHAT I
2007 Jun 15
0
sangoma WAN boards with lartc
...s starved only if those with higher priority are always (of pretty often) backlogged and do not give the lower priority classes a chance to transmit. Therefore, if you transmit at a rate smaller than your CPU/s and NIC/s can handle you will not experience any starving. For example, if you generate 50Mbit traffic on a 100Mbit NIC it is likely that you won''t see any starving (unless your system is not able to handle 50Mbit traffic because of a complex TC or iptables configuration that consumes lot of CPU). Regards /Christian [ http://benve.info ] On Fri, 2007-06-15 at 15:46 +0800, Salim S...
2005 Apr 27
4
do I need to iptables mark in this scenario?
...ide connection. Here is what I do to shape them at 64k down: (only two users shown in this example(but I have hundreds that will be shaped)) SIXFOUR=64 DEV=eth1 # clean up qdiscs tc qdisc del dev $DEV root 2> /dev/null > /dev/null tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 50mbit # DELL tc class add dev $DEV parent 1: classid 1:1 cbq rate ${SIXFOUR}kbit allot 1500 prio 5 bounded isolated tc filter add dev $DEV parent 1: protocol ip prio 16 u32 match ip dst 192.168.0.199 flowid 1:1 tc qdisc add dev $DEV parent 1:1 sfq perturb 10 # TYR tc class add dev $DEV parent 1: classi...
2017 Apr 06
0
IMAP hibernate and scalability in general
...y, I've got imap-login set to a client limit of 20, since I figure that proxying is a lot more work than just doing IMAP logins. I'm doing auth to mysql at both stages (at the proxy level and at the backend level). On a sample director box, I've got 10000 imap connections, varying from 50mbit/sec to the backends up to 200mbit/sec. About a third of the connections are TLS, if that makes a diff. That's pretty normal from what I've seen. The director servers are usually 90-95% idle. Should I be able to handle a much higher client_limit for imap-login and pop3-login than 20?
2006 Jan 27
0
dom0 packet drops caused by domU cpu load
...-> eth0 <- dom0 -> eth1 <- Spirent Testflow was a simple unidirectional UDP stream from left to right with differen paket sizes. Throughput is measured by Spirent in highest Mbit flow without packet drops... Dom0 as gateway with no virtual instances and 256 packet size performes with 550Mbit. After starting three virtual instances with light load performance drops to 320Mbit! Even worser was the following installation with an virtual instance as gateway: Spirent -> eth0 <- dom0 -> vif1.0 <- domU -> vif1.1 <- dom0 ->eth1 <- Spirent eth0 and vif1.0 are bridged...
2008 Nov 18
2
Rsync, what are the max transfer limitations ?
What is the maximum transfer rate allowed for rsync? I mean the limitations? I can't get more than 50Mbit speed in my gigabit lan, with rsync server or with ssh. ftp transfers reach >400Mbit , so it is not a lan or nic problem. Maybe it has something to do with my cpu limitations? or the limitations for rsync is the 50Mb/s? Here is my rsyncd.conf if it helps > # by gourgi > max connections...
2007 Jun 14
16
PQ questions
Hi all, First, let me say I''ve been most impressed with how quickly and professionally people on this list ask and answer questions. Next, let me say that with which I need help is properly configuring strict PQ, and gathering certain stats. Specifically: - I need to create a priority queue with four queues (let''s say they are of high, medium, normal, and low priority) - I
2002 Nov 07
2
Could someone help me understand htb queuening
...t config is root htb with default to 999 class Then I make 2 classes 999 and 998 And make many many (near 60) leafs attached to 998 root ! ! 999 998 ---...---> many leafs root attached to ethernet dotQ subinterface 999 make rate where high (50Mbit) but according to tc -s class show dev <intf> traffic at this class extremally small (near 9,6Kbit) so any other traffic going throw 998 class On 998 class I make rate X Mbit''s (without.same ceil) Than I make many many leafs with it''s own rate/ceil Summary of rate (and ceil)...
2017 Apr 06
3
IMAP hibernate and scalability in general
On 6 Apr 2017, at 9.56, Christian Balzer <chibi at gol.com> wrote: > >> For no particular reason besides wanting to start conservatively, we've got >> client_limit set to 50 on the hibernate procs (with 1100 total hibernated >> connections on the box I'm looking at). At only a little over a meg each, >> I'm fine with those extra processes. >>