Displaying 20 results from an estimated 3000 matches similar to: "QOS and gameserver lags"
2003 Aug 05
3
ensure game server latency
Hi group,
first of all: I am new to this group and hope to bring in some value
later. At the moment I am such a beginner that I will probably of no
use to anyone and only be asking stupid questions...
I am running a little private linux server with kernel 2.4.21.
It serves as a gameserver, webserver and mailserver, mainly.
It also does the pppoe connect via a DSL modem to my provider and the
NAT
2005 May 28
4
Where to get monitor_tc.pl
Is there an other place than www.docum.org where one could get
monitor_tc.pl? Docum.org seems to be down.
Peter
--
The bogosity meter just pegged.
2002 Oct 16
10
htb limiting trouble: no overlimit or dropped packets
Hi!
I''m trying to limit the uplink bandwidth using htb but no packets are
overlimit or dropped. :-(
My router config:
* Linux kernel 2.4.20-pre10 (htb v3.7) with everything built as
modules in QoS, iptables in use.
* tc binary from htb3.6-020525.tgz
* external interface eth0: Internet access, 512 kbit/s uplink speed
* internal interface eth1: internal LAN, 100 Mbit/s
The hosts in the
2004 Jan 19
4
tool to monitor HTB class utilisation
Hi,
can any body suggest any tool which can show the utilisation for individual classes for HTB.
preferable written in C/or shell script.
Regards
Jayesh
-------------------------------------------------
Still single? Click here to find the perfect match.
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141
2005 Sep 27
2
QoS-iptables-iproute-tc (doesn''t work together:S)
Hello i''m having some issues trying to match packets
using iptables mark, iproute filter and tc filter.-
i mean, when i do
iptables -t mangle -A INPUT -p tcp --dport 80 -j MARK
--set-mark 20
iptables -t mangle -A PREROUTING -p tcp --dport 25 -j
MARK --set-mark 10
iptables -t mangle -A FORWARD -p tcp -i eth0 -o eth1
--dport 25 -j MARK --set-mark 10
$TC qdisc del dev $INET_IFACE root
$TC
2004 May 25
1
QoS by customer or by service ?
I have a policy doubt.
Suppose next scenario:
I''ve a Internet link (1 Mb upload, and 1 Mb download).
That link is maneged with a Linux QoS box (HTB/eSFQ and so on).
Suppose that I''ve 50 customers sharing Internet Link, and
I must to assign 3 ranges of bandwidth for them.
Gold customers: 128 kbits
Silver customers: 64 kbits
brass customers: 32 kbits
Next, I create classes
2011 Nov 26
1
Freelancer Gameserver Problem err:module:attach_process_dlls
Hi guys i hope someone of you can help me to solve my problem
First of all:
it's a VServer from netcup
i thinks it's Debian Squeeze 64 installed on it
my wine version is 1.0.1 it'S what it installed with apt-get wine
i dont know why i don't get any newer version
like the topic already says i try to host a Freelancer gameserver
sadly its a microsoft game so there is no Linux
2005 Apr 06
0
Freelancer Gameserver - DirectPlay problem
Hello together.
I'm trying to run a windows application on wine the first time. I got latest
wine CVS and the Freelancer server program (it's a gui program, not console)
works so far. The problem is that the server uses DirectPlay: he isn't able
to connect to the list-server and he isn't able to set up the listening
port.
command line: DISPLAY=:0 WINEDEBUG=+winsock wine
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README suggest), I get
2004 Mar 19
8
r2q
Hi...
I''m working with HTB, and have a question...
what happen if I create a class of "8kbit" ??
I get a log :
"HTB: quantum of class .... is small. Consider r2q change"
but, my r2q=1 I can''t reduce that variable...
how must I procced ?
Thank you!
mac
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2005 Jul 08
5
HTB Rate and Prio
Hi,
I wanted to implement some QOS on my Linux Box with HTB, but after some time
spend
on the configuration and tests, I still don''t manage to have some correct
results. Here are the details :
-ROOT 2000 kbits
-HIGHPRIO SUBCLASS 50 kbits prio 0
-SUBCLASS1 750 kbits prio 1
-SERVICE1 250 kbits prio 1
2005 Oct 01
3
I gave up.-...-.-.-.- :''(
Actually i gave up, i tried and tried and tried so many times, upgrading software falling back to an old version
but it didn''t work, that''s it.
i can''t do work together tc with iptables and iproute2
when i mark a packet with iptables tc doesn''t recognize them so it falls at the default leaf of the tc''s tree
what i like is to mark packets depending on
2006 Oct 04
1
QoS HTB burst and cburst parameters-FLEX
All:
Does anyone know what the burst and cburst parameter do?
My understanding so far:
* I see a lot of different definitions on the web. It
seems like burst is the number of bytes sent before serving other
queues/classes. So if burst was 1000 bytes and class rate was 100kibit
per second. It would send 1000 bytes each time the scheduler service
that queue to a rate of 100 kbit per
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan.
I configured tcng to shape both download and upload
and i got connection loss again.
Maybe it is my script fault or it is something bad with packets marking .
this is how i mark outgoing packets
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark
$ip
and this part of my script which is intented
2003 Apr 30
1
Error! HTB: quantum of class 10001 is big. consider r2q change
hi.
When I execute follow class setting
qdisc 1:0 root htb default 2
parent 1:0 classid 1:1 htb rate 10Mbit ceil 10Mbit
parent 1:1 classid 1:2 htb rate 10kbit ceil 100Mbit
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change.
2004 Oct 21
2
how to read the stats
Hi
I have setup iproute2 and need a bit of help reading the stats from it
===== output
qdisc htb 1: r2q 10 default 20 direct_packets_stat 0 ver 3.17
Sent 547326809 bytes 1342627 pkts (dropped 9303, overlimits 2817572
requeues 0)
backlog 46p
qdisc sfq 10: limit 128p quantum 1514b flows 128/1024 perturb 10sec
Sent 41874343 bytes 730889 pkts (dropped 0, overlimits 0 requeues 0)
qdisc sfq
2005 Jul 13
2
Bandwidth shaping and ISP''s network peerings
Hello all! I have a small LAN at home and when someone
starts to download (only one), interractive traffic
(www, chat and online games) is impossible with
standard kernel queues setup... So I started to shape.
My ISP gives me a 512 kbits link to the Internet and a
100 Mbits link to some of the other big ISPs in my
country. If I set the rate of the parent htb qdisc at
512 kbits, I will never use
2007 Aug 02
5
Allocating 64 kbits/s out of 256 kbits/s for one LAN behing firewall
Hi,
We have a 256 kbits/s (kilobits per second) link to the internet. it is a
router running Linux that belongs to our ISP. They have given us 8 internet
ips. (i.e- subnet is 255.255.255.248). one has been given to this router. I
have given another internet ip to the firewall running CentOS 4.5. iptables
is running on it. And also, I have installed iproute2 pkg as well.
pls see below for
2004 Apr 26
1
I''ve Writtens a Howto - QoS on Shorewall
Hi Guys,
I''ve prepared a simple writeup on how to implement
QoS/Trafficshaping using Shorewall and a Hacked Version of
Wondershaper-1.1a. After searching through the net for 1+ month,
I finally found a solution to my bandwidth hog problem.
However, due to the fact that I do not have a personal Webpage
I am offering anyone who''s interested this document in a
2005 Oct 16
2
Lost packets and strange "behaviour" of my TC rules
Hi all.
I''m going on my 3rd week trying to get a simple traffic shapping to work the right way :( !!
My goal it to shape the traffic coming from one machine (pc1) to another machine (pc2) throught the "eth0" interface. My test configuration is as follows:
PC1
IP: 192.168.105.237
Mask: 255.255.255.0
OS: Red Hat Linux Kernel 2.4.20-8
Rules: