Displaying 20 results from an estimated 7000 matches similar to: "Fair bandwidth sharing"
2004 Apr 02
6
wondershaper question
Hi I am very unclear about the wonder shaper and a bit of a novice
with Unix all together
I have a question for you and I hope you can answer
Basically my office is getting a couple of people slowing down the
network so ive been looking around and found wondershaper
What I want to know is that can I rather than having low priority
ports have it with high priority ports
And
2006 Jan 19
1
IMQ slows computer to a crawl
I am attempting to implement IMQ on a 2.4.31 version kernel with
iptables 1.3.3.
I am following the example at http://www.linuximq.net/usage.html. When
I enter the line
iptables -t mangle -A POSTROUTING -o eth1 -j IMQ --todev1
(eth1 is the external interface), the computer slows to a crawl. OK,
the CPU is only an AMD K6 233 which is not the world''s greatest CPU, but
egress shaping is
2004 Dec 12
1
Fwd: Alternatives to Squid
---------- Forwarded message ----------
From: Craig Main <satuxman@gmail.com>
Date: Sat, 11 Dec 2004 16:57:00 +0200
Subject: Alternatives to Squid
To: Gentoo User <gentoo-user@lists.gentoo.org>
Hi all,
I have an internet cafe connected on a not so fast leased line (64k).
I definately need to use a caching proxy. I currently use squid, and
it works fine. However if one of the
2006 Aug 24
3
Help On Upload Limiting Using CBQ.init
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Guys
Ive got an internet cafe on which I have a debian sarge box running.
The Debian box acts as a gateway and it has masquerading on. I have 40
client PC and i do not want to assign more than 64k per pc for upload
and the same is true for download too. Ive done alot of research and Ive
read tutorials about CBQ and HTB. I found that CBQ.init is
2005 May 06
3
Broken filters?
Hi!
By iptables I set marking (-j MARK) just before -j IMQ.
There are only three marks. Exectly all of them are ditected to 1:20
Why I see 3 pkts in default 1:30?
How explain it?
### imq0: queueing disciplines
qdisc htb 1: r2q 10 default 30 direct_packets_stat 0
Sent 631429 bytes 1812 pkts (dropped 0, overlimits 20)
### imq0: traffic classes
class htb 1:20 root prio 0 rate 100Kbit ceil
2005 Dec 20
1
throttle incoming traffic
Hi,
i''ve got traffic shaping up an running perfectly for outgoing
connections. Now i also want to control the incoming traffic rate on
mein linux gentoo box. is there any possibity for doing this without
dropping packages. for example delaying ACKs or something like this.
im running a
patched 2.6.14 kernel with
iproute 20050310-r1
any suggestions?
regards
Uwe
2004 Nov 17
4
Help with prioritizing internet Cafe Terminals
Hi All,
I am new to tc so please forgive me. I have read as much documentation
as I can get my hands on, but I still have problems with getting the
rules right. Here is my scenario:
Internet Cafe/Office
4 Internet Cafe Terminals
3 Office Terminals
Leased Line connectivity at 64Kbps.
What I would like to have:
All Cafe terminals have priority to the internet over the office
machines. Each
2004 Jun 08
11
how flexible is ingress traffic policing to bandwidth limit?
[I sent this earlier but I guess the list is subscriber-only?]
I just set up wondershaper, it has a simple filter on the downstream
direction to limit the bandwidth usage:
tc qdisc add dev $DEV handle ffff: ingress
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
This is effective but is there any way to
2006 Dec 04
2
Cyber Cafe Pro on Linux
Hi,
I'm running an internet cafe using Cyber Cafe Pro software. This software is design soley for Windows platforms. We're constantly experiencing problems with Windows with regards to viruses and stability issues. Recently, we lost all our data and had to re-install.
May you please help us in flawlessly porting this application so that it can run on Linux both on the server and client
2002 May 21
5
ingress and egress
ingress can be used to control the incoming packet,
such as:
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.11 police rate 10kbit burst
10k drop flowid :1
tc filter add dev eth0 parent ffff: protocol ip prio 5
u32 match ip src 172.16.1.22 police rate 10kbit burst
10k drop flowid :2
first ,I do not sure these method can
2006 Jan 18
3
Download and upload independency
Hello everyone:
As it is known, when you limit uplink bandwidth it usually gets downlink
bandwidth to a lower value.
I just want to know what is the optimal configuration for eth1 and imq0
according to some variables of tc(HTB), txqueuelen, mtu, etc. to make
these packet flows less independent on an ethernet based network.
Thank you in advance.
-Diego
2004 Dec 20
2
How can I discern egress traffic than ingress traffic?
I have two interfaces, eth0 and eth1 but i can''t
discern the egress traffic than ingress traffic. I
need to apply htb qdisc in both directions, and I read
that I need the IMQ patch to do this, because in
ingress qdisc i can''t apply htb qdisc...but where is
the ingress qdisc? affect the traffic that goes from
eth0 to eth1 or is for the traffic that goes from eth1
to eth0?
2006 Apr 09
10
Trying to do some very simple ingress limiting, no success
Hi,
I am trying to do some simple ingress limiting based on fwmark. I know
the ability and sense to do INGRESS limiting is ehm... limited ;-) but
still I want to try it.
I tried several things.
=== 1 ===
tcq ingress handle ffff:
tcf parent ffff: protocol ip prio 1 handle 1 fw police rate 12mbit burst 10k drop
tcf parent ffff: protocol ip prio 1 handle 2 fw police rate 10mbit burst 10k drop
2018 Jan 19
1
Leaflet maps. Nudging co-incident markers
I have a dataset showing points, with a category for each point and its location.
I simply want to display my points, in a way that users can toggle the points on and off by category.
Where I have two objects in the same category I'd like to display them nudged to appear as two distinct, but very close points.
I have made reproduceable example (the places are not real), which is loosely
2005 Jun 02
8
How many (htb) tc classes and qdiscs are too many?
We have a Linux box that is acting as the gateway to the internet for about
400 people, typically there are not more then 50 of them using the internet
at any given time. We would like to provide different levels of access to
different users. For example 128kbps to some users and 256kbps to others.
We have considered creating a class and qdisc for each user (using htb)
however we don''t
2004 Jan 27
3
tncg and bandwidth limiting
I''m trying to do some very simple rate-shaping on an interface. I want to
limit my 100baseT interface to 7 megs both ingress and egress of the
interface. I''ve been hacking my way through the documentation and some
examples and I''ve come up with the following configuration for tcng that
seems to do what I want.
I''m curious if some of the other experts out
2004 Nov 15
3
Bandwidth and download control
Can someone suggest me some resources where I learn how to have control
over download and bandwidth over a small network.
My network setup is very simple star topology.
Network
|
|
Cable Modem -> Server -> router -> various clients
|
(control clients download and bandwidth)
Jake He
_______________________________________________
LARTC mailing
2006 Feb 20
5
Proxy ARP and UDP
Woops - my fat fingers hit the send key before I could put in a subject
a minute ago.
Hello -
I am using kernel 2.4.27 and running into behavior I don''t know how to
explain.
I have 2 relevant interfaces. eth0 is external, eth1 is internal. My
internal LAN is 10.10.10.0/24. My External range is 1.2.3.0/27 (dummied
up). I have an H.323 videoconference device inside my internal
2011 Mar 07
1
what wrong about my ipv6 address
Hi
I used the command "ip -6 addr add 2001:DB8:CAFE:1111::12/64 dev eth0"
to add ipv6 address and can see it in ifconfig
but can't ping it
Why?
Thank you
# ping6 2001:db8:cafe:1111::12
PING 2001:db8:cafe:1111::12(2001:db8:cafe:1111::12) 56 data bytes
>From ::1 icmp_seq=1 Destination unreachable: Address unreachable
>From ::1 icmp_seq=2 Destination unreachable: Address
2005 Dec 27
5
TC in Wireless Environment
Hi,
Has anyone used TC in a wireless environment, which is dynamic. I understand
that the parameters for queuing are static and cannot be changed unless the
queuing discipline is deleted and reloaded with different parameters.
If anyone can share any experience, that would be helpful.
Thanx.
Azim.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl