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

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 m

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 >

[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 PROTEC

Re: [LARTC] Secure / Redundant router configuration

2003-02-10 Thread Matthew Crocker
On Mon, 2003-02-10 at 10:12, John Cushnie wrote: > 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 th

[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 interes

Re: [LARTC] to classify non-IP packet???

2003-02-10 Thread Liu Zhiyong
I have successfully classified QRoute packet from IP packet by adding {0x8000, "qroute"} to /iproute2/lib/ll_protocol.c, and make iproute2 again,then use: "tc filter add dev eth0 parent 1: prio 5 protocol qroute u32 match u8 0x00 0x00 at 0 flowid 1:10". It will classify the all the qroute packet to

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

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 de

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

[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 Thanks

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 rrdt