Displaying 13 results from an estimated 13 matches for "150kbps".
Did you mean:
50kbps
2006 Jan 29
0
how can I delete filter : RTNETLINK file doesn''t exist
...add dev eth0 root handle 1:0 htb default 4
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbps ceil 500kbps
tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300kbps ceil 300kbps
tc qdisc add dev eth0 parent 1:2 handle 12:0 pfifo
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 150kbps ceil 150kbps
tc qdisc add dev eth0 parent 1:3 handle 13:0 pfifo
tc class add dev eth0 parent 1:1 classid 1:4 htb rate 50kbps ceil 50kbps
tc qdisc add dev eth0 parent 1:4 handle 14:0 pfifo
when IP x.x.x.x access the web server (i.e http://test.com/class-A.php)
he get the filter to class A (flow 1:...
2005 Nov 02
0
TC not rate limiting for me
Hi,
I''ve have my IP and TC scripts working OK but my rate limiting
does not seem to be being appiled.
My available download speed is around 150kbps.
I''d like to limit this box and the machines it forwards for
to 10kbps each, a total of 20kbps. Thus leaving 130kbps unused.
The classes I''ve created are simple and the stats show they
are moving bytes OK, however; the entire 150kbps is
always used.
Is this odd? Have I missed s...
2011 Sep 20
1
Network traffic control/shaping of guest interfaces
...wever, when I try the good old tc/htb commands on the host, it fails
to do anything useful.
My script that works on the non-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...
2006 May 17
1
rsync speed
...ync 2.6.8, over a 100Mbps LAN.
I have tried an experiment with one 350MB file:
Pushing the file from Windows to Linux over ssh takes around 15 min, with an
average speed of ~400Kbps (using --progress).
Pulling the same file using the same arguments takes around 45 mins, with an
average speed of ~150Kbps.
It seems slow to me (ssh overhead??) ... and also, any ideas as to why the
discrepancy in speed? (I tried several times).
The commands are as follows:
Backup:
rsync -av --delete --omit-dir-times --progress --password-file=config\sv_sec
-e "bin\ssh -i key\access.key -l pluto -p 22" &quo...
2005 Apr 22
1
Re: tc filter - based on iptables - MAC - MARK not working -altough marking on ip src, dst address works
...ipt add_shaping
DEV="eth0"
tc qdisc add dev $DEV root handle 1: htb default 20
tc class add dev $DEV parent 1: classid 1:1 htb rate
200kbps ceil 200kbps
tc class add dev $DEV parent 1:1 classid 1:15 htb rate
10kbps ceil 13kbps prio 3
tc class add dev $DEV parent 1:1 classid 1:20 htb rate
150kbps ceil 187kbps prio 2
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
U32="tc filter add dev $DEV parent 1:0 protocol ip
u32"
for computers in `cat /sistem/class15 | awk ''{ print
$1 }''`
do
in=&qu...
2006 Jan 31
5
Traffic Shaping and Bridge
Hi All,
I''m using Shorewall 3.0.4 and I''m wondering if it is possible to do
traffic shapping on only one interface from a bridge.
The firewall has got 3 NIC, eth0, eth1, eth2.
eth0 and eth2 are bridged, but if I''m right, when you specify a traffic
rate for a link, you do it for the interface. In my case, eth0 and eth2
do not appear in the interface file, but it is
2002 Oct 11
0
outgoing packets notworking..
...hanged lo to eth0 and tested ..
./tc qdisc add dev eth0 root handle 1: htb default 10
./tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps
./tc class add dev eth0 parent 1:1 classid 1:2 htb rate 180kbps ceil
500kbps
./tc class add dev eth0 parent 1:2 classid 1:10 htb rate 150kbps ceil
500kbps prio 2
./tc class add dev eth0 parent 1:2 classid 1:11 htb rate 5kbps ceil 10kbps
prio 2
./tc class add dev eth0 parent 1:1 classid 1:12 htb rate 10kbps ceil 20kbps
prio 1
./tc qdisc add dev eth0 parent 1:10 handle 20: pfifo limit 5
./tc qdisc add dev eth0 parent 1:11 handle 30: pfi...
2002 Oct 11
0
outgoing packets not working..
...hanged lo to eth0 and tested ..
./tc qdisc add dev eth0 root handle 1: htb default 10
./tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps
./tc class add dev eth0 parent 1:1 classid 1:2 htb rate 180kbps ceil
500kbps
./tc class add dev eth0 parent 1:2 classid 1:10 htb rate 150kbps ceil
500kbps prio 2
./tc class add dev eth0 parent 1:2 classid 1:11 htb rate 5kbps ceil 10kbps
prio 2
./tc class add dev eth0 parent 1:1 classid 1:12 htb rate 10kbps ceil 20kbps
prio 1
./tc qdisc add dev eth0 parent 1:10 handle 20: pfifo limit 5
./tc qdisc add dev eth0 parent 1:11 handle 30: pfi...
2004 Jun 16
3
bandwidth shaping based on trafic on other host
...ux/2.4
192.168.1.5 --+---- eth0 eth1 ---- internetprovider1
200.x.x.2 ----+
200.x.x.3 ----+
200.x.x.4 ----+
Other network:
internetprovider2 ----- 200.y.y.6 (static IP)
The link to internetprovider1 is from 256kbps (min) to 300kbps (max).
Link to internetprovider2 is from 128kbps (min) to 150kbps (max).
(download and upload rates are the same and are also independent. the
link hardware is full-duplex)
A few (<10) times a day, computers 200.y.y.6 and 200.x.x.3 open a
peer-to-peer application (video/audio) that demands 96kbps and they use
it for 5 minutes only.
Now what I need to d...
2007 Apr 09
3
tc (CBQ) and UDP packets
2007 Jun 06
4
Best Codec
We are evaluating starting a small VoIP consumer based platform.
What is the best codec to use with customers using primarily DSL as
internet connectivity?
I know that g729 is the king-all, but I want to know what the rest of
the professional are using out there. g729 has a cost involved, so does
the cost really offset the performance? Or is it better to go with g711
to start off?
We plan
2004 Jul 14
1
tcng/tc setup
...ny 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>)
if tcp_sport == 22 || tcp_dport == 22
if ip_src == LAN_IP || ip_dst == LAN_IP;
class(<$dmzssh>)
if tcp_sport == 2...
2009 Oct 15
7
Theora for webcam/conferencing use
Hey Theorans,
Yesterday and today I decided to try out broadcasting a video stream
using Theora from my computer's built-in webcam. I was pleasantly
surprised to find that, while maintaining a rate of less than 150kbps,
the stream was of quite a suitable quality sending 640x480 video at 15
frames per second. For now, this is video only, by the way, I did not
include any audio in the stream yet.
Yesterday, I used `--video-quality 5`, while today I'm using
`--video-rate-target 150 --soft-target`. Using const...