Displaying 20 results from an estimated 4000 matches similar to: "T1 (hardware pre-shaped) shaping question"
2005 Jun 06
1
TC, HTB, and multiple qdiscs
Here is what I am trying to do... I want to set it up so any traffic
coming or going to a specific host is ran through 3 HTBs. Two of the
HTBs are for limiting incoming and out going and I want them to then
dump the traffic into the third for limiting overall bandwidth for that
host. I have been using tc filter to put it into the HTBs for incoming
and out going, but am having problems getting it
2005 Dec 04
3
Shaping per machine
I''m trying to shape each machine on an interface to 256k each, but I''m
getting stuck and only able to shape an entire interface to 256k. What
should I be doing differently here?
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100MBit ceil 100MBit
tc qdisc add dev eth0 parent 1:10 handle 110:
2005 Jun 09
5
nesting htbs
Hello all,
I am running a coop satellite link for my aviation company here in
Iraq. (silly blog www.stardotstar.org). I am running tc with htb
with good success so far. I am working on improving it though and
need some help. Currently I have just 4 classes, syn/ack/ping,
webchat, http, and then other. We are really happy with how this has
improved our ability to call home from our rooms and
2004 Oct 10
2
Use l7-filter in/and TCNG.
Hello every one!
I''m making a project to a discipline in the university and the project
is make a Linux router that grants QoS to Multimedia connections (the
prof. say we can use Open Source Soft. :) or reinvent the wheel). I have
been googeling and googeling and i found the l7-filter in source forge
and the spectacular simple language that is TCNG. Well the problem is
how can i
2004 Jul 14
1
tcng/tc setup
Hi all,
Can someone please help with a tcng setup? I have played with tc and tcng in
the past, and now would like to get some serious rules in place. However, I
have a difficulty in setting them up.
My setup is as follows:
One machine working as a firewall:
eth0 is the interface connected to a 512K DSL line
eth1 is connected to a LAN
eth2 is connected to another LAN, a bit like a DMZ
eth1 and
2004 Jun 07
0
Hierarchy of HTBs
I''ve been having a bit of difficulty with a hierarchy of HTBs that I''m
wanting to create. Essentially, I''ve got one interface that goes to both
the DMZ and the internet. When going to the internet, some of the traffic
will be going through a VPN and therefore I want to prioritize it
differently, however I want to give the DMZ traffic full speed as long as
it
2007 Jun 11
24
multiple routing tables for internal router programs
Maybe a strange request, I''ll try to explain this as clearer as I can
(forgive my bad english, please :-) ).
I''m setting a linux box as a router. My router uses multiple routing
tables, so I can address the traffic from specific ip addresses of my
lan to distinct ISPs providers (specifying a different default gateway
fo r each table), marking packets with iptables
2004 May 09
2
MARK target question
This is more of a NF question but it is tightly related to LARTC as well. In the following example:
-t mangle -A PREROUTING -i eth0 -j MARK 0x1
....
-t mangle -A INPUT -i eth0 -j MARK 0x2
Since MARK is a non-terminatring target, what would be the resulting mark on a packet comming from the outside and
destined for a local process?
Thanks
P.S. I agree, the example looks stupid, but on the
2007 Oct 25
6
One machine, two net feeds, outbound route selection
Hello, world!
Sorry to subscribe to the list only to immediately ask a question,
but this one''s got me scratching my head and I can''t find the answer
in the archives, the HOWTO, or on the web. Maybe I''m just asking the
wrong question.
Anyway, our Internet gateway is a Linux box. We''ve got two Internet
feeds, a fast one from a crummy provider, and a
2007 Jun 25
32
Load Balance and SNAT problem.
I am developing load balancing router, But I have a question about fail
over.
The follow diagram is my test environment and scripts.
-------------------------------------------------------------------
Environment Setting
PC1(192.168.10.2)
|
(LAN)
|
PC2-eth2(192.168.10.1)
+
2007 Oct 17
2
TC basic match problems
Hello,
I am attempting to match on a single bit of the NF mark value, and after
hours of reading and googling I can not get the syntax right. It got to
be something very simple, yet I can''t find it. Any help will be greatly
appreciated.
Thanks!
root@Arzamas:/etc/init.d# tc filter add dev wan_b protocol ip prio 2
parent 1:0 basic match meta\(nf_mark mask 0x80 eq 0x80\) flowid 1:0x80
2007 May 14
13
Multihome load balancing - kernel vs netfilter
Hi,
I have searched the archives on the topic, and it seems that the list
gurus favor load balancing to be done in the kernel as opposed to other
means. I have been using a home-grown approach, which splits traffic
based on `-m statistic --mode random --probability X`, then CONNMARKs
the individual connections and the kernel happily routes them. I
understand that for > 2 links it will become
2005 Feb 17
4
RE: Two questions
On Thu, 17 Feb 2005 20:33:12 +1100, Michael Smith <mlrsmith@gmail.com> wrote:
> On Thu, 17 Feb 2005 10:56:32 +0200, Mohamed Eldesoky
> <eldesoky.lists@gmail.com> wrote:
> > On Wed, 16 Feb 2005 13:55:46 -0800 (PST), Karl Heyes <karl@xiph.org> wrote:
> > > On Wed, 2005-02-16 at 21:29, Murray Saul wrote:
> > > > I am happy using icecast/ices, but
2010 Dec 01
1
OggFLAC streaming is systemically broken.
Not that many people are streaming FLAC, and if they are, they are, in
my mind, undoubtedly experiencing problems. Probably the most prized
kind of software problem of all, the intermittent kind.
I am streaming FLAC. 24bit no less, and its fantastic. The future I
would like to live in, is one where lossless music is streamed and
heard by people other than myself.
It is generally not possible to
2005 Jul 11
9
HTB Rate and Prio (continued)
Hi again,
I keep posting about my problem with HTB ->
http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html
With a bit of search I recently found the exact same problem I have in the
2004 archives with some
graphs that explain it far better than I did ->
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html
and
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html
2006 Oct 01
0
mrtg monitoring shaped traffic
Dave,
In a post to LARTC on 18 Sep 06 you said "I run MRTG on all outbound
traffic".
I''m a newbie with respect to mrtg. I have rrdtool and mrtg built on my
Linux box but I have no SNMP so "nothing works".
Could you please provide basic instructions for implementing mrtg with
respect to traffic shaping?
What is needed? Net-SNMP? OpenSNMP? If yes, what is SNMP used
2002 Jan 12
1
RC3 killer sample?
I was able to ABX 60.wav from the lame samples up to q=5.9 (13/16 tries at
that quality level). I failed to ABX it at q=6.0 (8/16).
The sample exhibits a pumping artifact; a "fluttering", if you will, of the
amplitude. The effect becomes more pronounced as quality setting / bitrate
decreases.
Any thoughts?
Also - if anyone replies to this, could you CC me a copy? I'm not on the
2006 May 05
0
[LLVMdev] ExecutionEngine blew the stack ?
On Thu, 4 May 2006 22:27:08 -0700
Evan Cheng <evan.cheng at apple.com> wrote:
>
> Hi Simon,
>
> You're probably right. LLVM's instruction selector is recursive so it
> can run out of stack space. Select_store used to have enormous stack
> frame (thanks to some gcc issues), we had to do all kinds of tricks
> to get it under control. I just took a look at
2006 May 05
2
[LLVMdev] ExecutionEngine blew the stack ?
On Fri, 5 May 2006, Simon Burton wrote:
> This leads me to my next question: as I make more and more functions
> with the EE, it slows down. I am re-using the Module, ExistingModuleProvider,
> and ExecutionEngine, and pumping the parser like so:
> M = ParseAssemblyString(AsmString, M);
> ISTM that there should be a way of creating multiple modules/EEs but I ran
> into trouble
2006 Nov 27
1
Memory leak
Has anyone noticed (using the linux command 'top') a gradual increase in
memory usage when asterisk is under heavy processing? I am currently
pumping 4 ISDN spans (T-1) through my asterisk test system, and have seen
the memory used value in top climb steadily each second. Concurrently, the
value for "cached" in top also climbs, but occasionally it drops, as well.