Re: [LARTC] API using cbq / tc ?

2003-02-10 Thread Stef Coene
On Monday 10 February 2003 02:58, [EMAIL PROTECTED] wrote: Cool. As an MRTG idiot, I am going to ask this question, why can't it provide realtime stats ? You mean MRTG does not chart real time graphs ? Mrtg is not designed for that. Mrtg uses rrdtool to generate the graphs. You give the

[LARTC] tc filter howto

2003-02-10 Thread Emo Terziev
Hi, probably is silly but i can't find how can i define tc filter for my needs Situation: iptables mark all packages with destanation 192.168.1.0/24 with mark 6 tc use HTB. My Problem is how can I say: packages with mark 6 and with destanation ( or source) A.B.C.D to follow xx:xx

Re: [LARTC] tc filter howto

2003-02-10 Thread Stef Coene
On Monday 10 February 2003 11:34, Emo Terziev wrote: Hi, probably is silly but i can't find how can i define tc filter for my needs Situation: iptables mark all packages with destanation 192.168.1.0/24 with mark 6 tc use HTB. My Problem is how can I say: packages with mark 6 and

Re: [LARTC] tc filter howto

2003-02-10 Thread Emmanuel Guiton
On Monday 10 February 2003 11:34, Emo Terziev wrote: Hi, probably is silly but i can't find how can i define tc filter for my needs Situation: iptables mark all packages with destanation 192.168.1.0/24 with mark 6 tc use HTB. My Problem is how can I say: packages with mark 6 and with

Re: [LARTC] tc filter howto

2003-02-10 Thread Stef Coene
On Monday 10 February 2003 15:16, Emmanuel Guiton wrote: On Monday 10 February 2003 11:34, Emo Terziev wrote: Hi, probably is silly but i can't find how can i define tc filter for my needs Situation: iptables mark all packages with destanation 192.168.1.0/24 with mark 6 tc use HTB.

[LARTC] Matching multiple destination IPs in the ingress queue.

2003-02-10 Thread Corey Rogers
I've been trying to match multiple public IPs in an ingress qdisc. The idea is to allow these specific IPs and aggregate value of 256 kbits incoming to the interface. Can anyone tell me how this can be effectively done if at all possible with tc? Thanks in advance -- Corey Rogers [EMAIL

Re: [LARTC] Matching multiple destination IPs in the ingress queue.

2003-02-10 Thread Matthew Crocker
On Mon, 2003-02-10 at 11:27, Corey Rogers wrote: I've been trying to match multiple public IPs in an ingress qdisc. The idea is to allow these specific IPs and aggregate value of 256 kbits incoming to the interface. Can anyone tell me how this can be effectively done if at all possible with

[LARTC] Secure / Redundant router configuration

2003-02-10 Thread John Cushnie
Hi all, Has anyone configued a Linux Router in a secure / redundant configuration ? By this I mean a dual (or more) boxen router, using multiple multiple connections on both sides of the router, so that if hardware failures strike the impact on the users is minimised. In particular, I'm

Re: [LARTC] API using cbq / tc ?

2003-02-10 Thread Jay Wineinger
That isnt completely accurate. rrdtool can take data at any interval, you just need to specify it when you create the rrd file. Personally, I get snmp data on 2 interfaces every 10 seconds and store them in two rrd files, and I have a php page that generates new graphs every time I view them (I

Re: [LARTC] API using cbq / tc ?

2003-02-10 Thread Stef Coene
On Monday 10 February 2003 19:01, Jay Wineinger wrote: That isnt completely accurate. rrdtool can take data at any interval, you just need to specify it when you create the rrd file. Personally, I get snmp data on 2 interfaces every 10 seconds and store them in two rrd files, and I have a