search for: 600kbps

Displaying 15 results from an estimated 15 matches for "600kbps".

Did you mean: 100kbps
2004 May 05
3
Simple HTB setup with tcng
...em, where packets with source ip 10.0.0.1 should have their own class. I plan to use tcng to set it up easier. Is there something wrong in my tcng file ? ~/tcng$ cat htb /* */ #include "fields.tc" #include "ports.tc" dev eth0 { htb ( ) { class ( rate 600kbps, ceil 600kbps ) { class () if ip_src == 10.0.0.1 ; class (default) ; } } } When I compile it, I get : ~/tcng$ tcc htb # ================================ Device eth0 tc qdisc add dev eth0 handle 1:0 root htb default 3 tc clas...
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
...t;root" htb class on the top of the hierarchy to get it working as expected. Is that true ? Thanks Le mer 05/05/2004 à 13:41, lartc@manchotnetworks.net a écrit : > ooops, > > j''ai oblier l''autre ligne: > dev eth0 { > htb () { > class ( rate 600kbps, ceil 600kbps ) if ip_src == 10.0.0.1; > class ( rate 1000kbps ) if 1; > } > } > > > On Wed, 2004-05-05 at 10:15, Clement MOREAU wrote: > > Thank you for your help. > > > > this setup is creating an additionnal qdisc (dsmark). For performance >...
2004 May 24
1
Newbie STILL trying to limit bandwidth - is this script wrong?
...eth0 dev INTERFACE { egress { class ( <$ssh> ) if tcp_sport == 22 ; class ( <$audio> ) if tcp_sport == 554 || tcp_sport == 7070 ; class ( <$web> ) if tcp_sport == 80 ; class ( <$other> ) if 1 ; htb () { class ( rate 600kbps, ceil 600kbps ) { $ssh = class ( rate 64kbps, ceil 128kbps ) { sfq; } ; $audio = class ( rate 128kbps, ceil 128kbps ) { sfq; } ; $web = class ( rate 256kbps, ceil 512kbps ) { sfq; } ; $other = class ( rate 128kbps, ceil 384kbps ) { sf...
2003 Jun 04
3
SPOOLSV and XP PRO
Hi All I recently began having issues where there would be a runaway SMBD process listed in TOP, having a Pri of around 25, and using 70 to 95% CPU indefinitely. IPTRAF reports around 600kbps constantly in and out from the subject workstation, with nothing going on - on the workstation. This traffic is parallel to the runaway SMBD process ... the traffic dies when the SMBD process is eliminated. Issuing a kill command on it seems to have no affect -- it just ignores. I used IPTRAF...
2004 Oct 23
0
error making htb example
...t; ) if tcp_sport == 554 || tcp_dport == 7070 ; class ( <$bulk> ) \ if tcp_sport == PORT_SSH || tcp_dport == PORT_HTTP ; class ( <$other> ) if 1 ; /* section in which we configure the qdiscs and classes */ htb () { class ( rate 600kbps, ceil 600kbps ) { $ssh = class ( rate 64kbps, ceil 128kbps ) { sfq; } ; $audio = class ( rate 128kbps, ceil 128kbps ) { sfq; } ; $bulk = class ( rate 256kbps, ceil 512kbps ) { sfq; } ; $other = class ( rate 128kbps, ceil 384kbps )...
2004 Apr 28
1
Wondershaper stops limiting outbound traffic
I have wondershaper to limit my upload at 400kilobits (my line is 600kbps). I do a lot of torrent seeding and I dont want my pings killed when I''m uploading so I set low prority source ports as follows (by the way, I have bittornet to only use ports 6881-6910): NOPRIOPORTSRC="6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 68...
2005 Apr 19
7
tc filter - based on iptables - MAC - MARK not working - altough marking on ip src, dst address works
=== tc filter - based on iptables - MAC fw marking not working == DEV="eth1" tc qdisc add dev $DEV root handle 1: htb default 20 tc class add dev $DEV parent 1: classid 1:1 htb rate 600kbps ceil 3276800kbit tc class add dev $DEV parent 1:1 classid 1:15 htb rate 3kbps prio 4 tc class add dev $DEV parent 1:1 classid 1:20 htb rate 500kbps prio 3 tc qdisc add dev $DEV parent 1:15 handle 150: sfq perturb 10 tc qdisc add dev $DEV parent 1:20 handle 200: sfq perturb 10 tc filter add dev $DE...
2010 Apr 12
1
Flood of REGISTERs - attack?
...or several days, and abuse at staff.aruba.it are unresponsive. I've had a couple of similar incidents recently, the others originating from uk2.net. I have an ADSL connection and responding to these REGISTERS was consuming all my outbound bandwidth. I am now dropping the packets but still some 600kbps of inbound bandwidth is consumed by this. The packets look something like this: REGISTER sip:62.3.200.113 SIP/2.0 Via: SIP/2.0/UDP 62.149.239.97:5086;branch=z9hG4bK-2570753370;rport Content-Length: 0 From: "test" <sip:test at 62.3.200.113> Accept: application/sdp User-Agent: friend...
2011 Sep 20
1
Network traffic control/shaping of guest interfaces
...on-virtualized setup was this TCADD="tc class add dev eth0 parent" $TCADD 1:0 classid 1:1 htb rate 1250kbps ceil 1250kbps $TCADD 1:1 classid 1:10 htb rate 25kbps ceil 150kbps prio 0 $TCADD 1:1 classid 1:11 htb rate 100kbps ceil 300kbps prio 1 $TCADD 1:1 classid 1:12 htb rate 300kbps ceil 600kbps prio 1 $TCADD 1:1 classid 1:19 htb rate 75kbps ceil 150kbps prio 2 TFADD="tc filter add dev eth0 protocol ip parent" $TFADD 1:0 prio 0 u32 match ip dport 10022 0xffff flowid 1:10 $TFADD 1:0 prio 1 u32 match ip dst <public ip ipaddress 1> flowid 1:11 $TFADD 1:0 prio 1 u32 match ip d...
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
...ir traffic is passed through, and normal rules apply. When an IP has two sessions detected, their combined sent traffic towards the IP is delayed and shaped down to say 800kbps. When an IP has three sessions detected, their combined sent traffic towards the IP is delayed and shaped down to say 600kbps. The starting point of how many sessions can be open before penalising takes effect, the starting point of the curve and the gradient of the curve would obviously be subject to lots of experimentation and would be set by the admin. The nett effect I am looking for, is that a user who chooses t...
2002 Sep 27
2
Using Theora Micro-HOWTO
...40x480), you will need to explicitly scale it. Fortunately, mplayer handles this just fine: mplayer -ao null -nosound -vo yuv4mpeg -vop scale=640:480 SVCD_File.mpg Some 'data points': -a 1, for 44.1khz stereo .wav file, equates to ~64-72kbps -v 1, for 640x480 29.970fps video, equates to ~600kbps I've tested 'transcoding' a 13-minute-long, 368x480, 29.970 fps, 3750.0 kbps color mpeg2 video, 112kbps (?) audio file (Total file size ~315MB)from the Prelinger archives as described above, scaling to 640x480, with no problems. Synchronization seems fine throughout, and even at -v 1,...
2007 Apr 09
3
tc (CBQ) and UDP packets
2007 Apr 25
3
PPPoE and shaping
Hi all, I have a little problem with my home-made slackware linux server. Here is the scenario: 1. I have a local wifi network 2. my server do masquerading and exit in internet via a PPPoE connection Goals: 1. not use SQUID 2. shaping the traffic with classes 3. emule connection must have minimum priority and a band-limit of 10KBytes/s in uplink (server--->internet) Any idea? Thx, Diego --
2004 Jul 14
1
tcng/tc setup
...rect tcng code (I have left out the ingress code I had, because it didn''t work at all, and I didn''t understand any of it) #define INTERNET eth0 #define LAN eth1 #define DMZ eth2 #define INTERNET_IP 0.0.0.0/0 #define DMZ_IP 10.2.1.0/16 #define LAN_IP 10.1.1.0/16 #define maxadsl 600kbps/2 #define highadsl 500kbps/2 #define medadsl 400kbps/2 #define midadsl 300kbps/2 #define lowadsl 200kbps/2 #define intadsl 150kbps/2 #define vloadsl 100kbps/2 #define noadsl 50kbps/2 dev INTERNET { $meter = trTCM( cir 128kbps, cbs 10kB, pir 200kbps, pbs 10 kB ); egress { class(<$lanssh>)...
2003 Dec 03
12
$100 USD to the first person that can provide the rules/scripts that will solve the QOS latency & bandwidth allocation issue !!!!
To stress the urgency and importance of my questions, I am willing to pay $100 to the first person that can provide me with the scripts/ rules that will work in my SnapGear firewalls that will solve the problems I am having. Please see the following post: Linux QOS and prioritization of real-time data (RTP/VoIP) Thank you!