Displaying 20 results from an estimated 11000 matches similar to: "how flexible is ingress traffic policing to bandwidth limit?"
2004 Jan 29
2
Prioritizing UDP Packets?
Greetings,
I''m new to LARTC and I''m trying to solve a problem with multiple clients
accessing a game server. So I thought I''d give traffic control a shot.
I''ve downloaded Wonder Shaper and have added this to the default script:
tc filter add dev $DEV parent 1:0 protocol ip prio 12 u32 \
match ip protocol 0x6 0xff flowid 1:3
I''m now quite sure
2004 May 17
7
2 Questions on filtering incoming stuff
Two easy questions after having read the LARTC HOWTO document (which by
the way is a *fantastic* document. Congratulations to all who contributed!)
First is: Can I prioritise my "drops" on incoming traffic when the link
is overloaded. ie instead of just tail dropping, can I "prefer" to drop
certain classes of traffic? If so, do I do this by setting up, say, a
HTB tree
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
Hi there,
i tried to setup up a Linuxbridge for prioritize some interactive (Citrix / https) Traffic to 1.2.3.4 on my ADSL Link, but i think it work not correct.
Overview:
Router <->Linux Bridge<->internal Net
eth1 eth0
This is my Script (with friendly support from the Linux Advanced Routing & Traffic control Howto)
#!/bin/sh
#
# ADSL
2004 Jan 04
2
Ingress with WonderShaper
Hullo :)
I appear to be having a common problem, but the standard fix hasn''t worked for
me :/
I''m using a 2.4.23 kernel, with QoS options thusly:
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
# CONFIG_NET_SCH_CBQ is not set
CONFIG_NET_SCH_HTB=m
# CONFIG_NET_SCH_CSZ is not set
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
2004 Feb 03
4
wondershaper
Hi,
I just installed wondershapper 1.1a on my ipcop firewall box. I have
roadrunner cable with a ftp server setup. My download speed is 2mbit (I get
225 KBytes) and my upload is 384kbit (I send at 43 KBytes).
What should the settings in wshaper?
I can ping yahoo.com at 90msec with little traffic.....and at around 220msec
with full upload traffic.
Mark
2004 Apr 22
2
ingress policing based on source address?
Hi all
I''m new to this list, but not exactly to iproute stuff.
I''d like to solve a specific problem with bandwidth coming from
different external sources towards the internal network (also the other
way around, but I figure that''s not so much a problem, since that is
egress traffic shaping).
The network looks like this:
internet ------ ISP-------[shaping/router]
2003 Nov 10
2
flow classification
hello,
i have 2 links to the ISP of 128kbit each, and i want to balance the
trafic between them, but not staticly (local ip1-5 throw isp1, and the
rest to isp2). I though at a ingress clasification, then routing by the
mark, and at the exit nat (yes i must do nat :(((, but the clasification
must be flow based, and i dont know how to do it.
C
_______________________________________________
LARTC
2004 Mar 14
3
Weird quirk with ingress policing
Hi,
I notice that if two or more existing connections match an ingress
policing filter, the input bandwidth does not get evenly divided up
between the n connections.
Kinda like litters of baby animals, where the stronger babies get more
access to the mothers teats and grow up bigger and faster than their
siblings.
The only workaround that''s working for me is to set explicit ingress
2004 Jan 29
2
wonder shaper problems
I just installed Xandros 2.0 Desktop. I used apt-get to install iproute. I
then downloaded wondershaper 1.1a from the website. I edited the script as
the readme says.
I went to console and started the wondershaper script...and i get the
following error messages.
RTNETLINK answers: Invalid Argument
many times.
Any ideas what is wrong?
MArk
_______________________________________________
2006 Jul 02
3
IFB working
How to use IFB as replacement of IMQ
There is not much documentation about it
Please explain with example
--
Failure seldom stops you. What stops you is the fear of failure.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
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?
2005 Apr 10
3
IMQ: why do I need IMQ ?
Hello there,
Can someone please explain why do one neeed IMQ ?
I can already shape incoming traffic on my nat router by creating
qdiscs on LAN-side interface. I have done some tests, whith simple
bandwidth limmiting, and it works.
I''ve read just about all the stuff on www.linuximq.net ... but
couldn''t make myself an ideea on why would someone need IMQ for
ingress policing ...
2006 Aug 14
3
tc and HTB
Hi,
I have a Debian that is connected to Internet in eth0, and to a LAN in
eth1. I wanted to control traffic with HTB, dividing it depending on
what kind of traffic is (Mail, Application Server and others).
Would it be good to use HTB qdisc in eth0 egress to control outgoing
traffic and HTB qdisc in eth1 egress to control incoming traffic? Or
the only way to control incoming traffic is with eth0
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
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
2007 Mar 22
8
Shape own router
On 2/19/07, Salatiel Filho <salatiel.filho@gmail.com> wrote:
> Well , thanks to imq all my client machines are now shaped and
> everything is great ...
> But now i have a doubt , is there a way to shape the traffic that goes
> to the route [doing a wget from the router for example ]?
>
>
> I have a PREROUTING IMQ0 and a POSTROUTING IMQ1 , everything is
> working like
2004 May 06
3
tcng ingress policing question
Hi all
I started playing with tcng to generate my tc rules, but I have some
difficulty implementing my rules...
The script below generates an error:
# Device eth0
tc qdisc add dev eth0 ingress
beginner.tc:2: don''t know how to build meter for this
The script is below, I changed the real IP numbers for XXs and YYs,
since it doesn''t really matter what they are. eth0 is the
2004 May 30
2
modified wondershaper script causes hardlock in server
Hi, I''ve modified my copy of the wondershaper script to add a few
filters that allow traffic to and from a few specific ips go through
with a speed of up to 100Mbits...
I increased the root from 10 to 100mbit, and added this bit of code a
bit further down the script;
# Real time hosts
for i in 62.101.244.63/32 216.74.158.11/32 216.74.158.3/32
216.74.158.57/32; do
tc filter add dev
2004 Apr 24
9
newbie: TC[NG] with (256kbit/s down and 768kbit/s up) on a router
Hi all,
this is really not really very easy to understand, or, to get in.
Well, I''ve the following configuration on the router box:
LAN
- interface: eth0
- network: 192.168.2.5/24
- bandwidth: 100Mbit/s
INET interface
- interface: ppp0
- network: .dynamic.ip./0
- bandwidth: DOWN=1536kbit/s and UP=256kbit/s
the LAN interface is to serve 6 other clients with internet and
2004 Jan 15
3
Shaping Device Aliases
Hi.
I understand that device aliases (e.g. eth2:3) are not shapeable. Does
anybody know if this functionality is planned in the future?
Anyway, for the time being the only option that seems to leave is to
fwmark packets differently for each device alias and then shape based
on that.
Is it possible to set multiple marks on the packets? Alternatively, is
it possible to check for a specific