Displaying 5 results from an estimated 5 matches for "900kbps".
Did you mean:
100kbps
2004 Nov 19
3
mixing u32 and fwmark
...ark every packet with iptables, where --set-mark 1 for foreign
internet, but --set-mark 2 for local internet
next when I got all traffic marking, I need to assign traffic to users
so I make classes, like:
tc qdisc add dev eth1 root handle 1: htb
tc class add dev eth1 parent 1: classid 1:1 htb rate 900kbps ceil 900kbps
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 30kbps ceil 500kbps
tc class add dev eth1 parent 1:10 classid 1:11 htb rate 10kbps ceil 10kbps...
2006 Jun 13
1
GXP-2000 Audio Quality
...All the computers were turned off on the network, so there shouldn't
have been any other traffic but VoIP. Does anyone have any ideas?
How can I improve their audio quality? I requested BellSouth to
upgrade their capacity but because of where they are located, the
best they can get is 900Kbps/256Kbps, so the upstream continues to be
the limiting factor.
I purchased a Dlink-1226G switch to allow me to control QoS on the
LAN. I also upgraded their Netopia DSL router to the latest firmware
which allows me to configure VLANs and DiffServ. All the computers
are connected to the PC p...
1999 Apr 27
0
Eagle Point upgrade causes problems
...the data to a Windows 95 station (a
supported OS by Eagle Point), the file transfer time drops to 5 - 7 minutes
(still unacceptable). They cannot give us an answer to the delayed time.
When running the Microsoft System Monitor and watching the network client
read graph the AutoCAD file bursts to 900kbps but when the Eagle Point data
begins it drops to about 40 - 80 kbps.
Does any one have any suggestions on improving load times? Are there any
Samba settings that could possibly help? A different TCP/IP stack?
Loading AutoCAD R12 files is great -- less than 20 seconds on average. We
have no othe...
2004 Jun 07
0
Hierarchy of HTBs
...nal = class ( rate 1544kBps, ceil 1544kBps ) { /* T1 */
htb () { /* all external traffic */
$vpn = class ( rate 1000kBps, ceil 1544kBps ) {
htb () {
$lpr = class ( rate 100kBps, ceil 1544kBps ) { sfq; } ;
$other = class ( rate 900kBps, ceil 1544kBps ) { sfq; } ;
}
} ;
$other = class ( rate 544kBps, ceil 1544kBps ) { sfq; } ;
}
}
}
}
}
}
--- End tcbox2.tc
Thanks for any help.
Bill
--
"What people forget is that the only difference between Clippy and HAL9000
is that Clippy makes you want t...
2005 Feb 16
6
Re: Bandwith Control with a firewall/bridge
>Miguel Ángel Domínguez Durán wrote:
>> Hello again,
>> First, excuse me for my poor english.
>> I''m trying now to make bandwith control in a firewall machine running
>> Shorewall. This machine is also a bridge using bridge-utils
>> bridge-utils-devel. It is a mandrake 10. The configuration is something
>> like
>> this:
>>
>>