[LARTC] Shaping not working

2004-09-28 Thread Stephan M. Ott
Hi folks, Im trying to shape two clients in my LAN when accessing the internet. Actual situation is that EVERY traffic goes into 1:40, so the client which should fall into 1:30 does not get the lower uplink it should have, but the uplink defined for the client defined as 1:30 When I

[LARTC] Newbie question

2004-09-28 Thread Mark S. Nesterovich
Hi guys! I am newbie in QoS. Trying to solve 1 problem. Which queueing should i use(sfq, pfifo, red, ...), to allow my client to get maximum in single session? -- [EMAIL PROTECTED] NMS-UANIC ___ LARTC mailing list / [EMAIL PROTECTED]

[LARTC] tcng version 10a

2004-09-28 Thread Werner Almesberger
... is on SourceForge: http://tcng.sourceforge.net/dist/tcng-10a.tar.gz md5sum 3f58447fdf393cbe3c584d80089806dc See also http://tcng.sourceforge.net/ This release changes a bunch of things, hence the jump in the version number: - the name of the traffic control compiler has changed from

[LARTC] Default gateway with multiple routing tables

2004-09-28 Thread Ramasubramaniyan Srinivasan
Hi all I am a newbie to routing and I have a problem. I am trying to setup a Load Balanced router with the help of Advanced Routing and iproute2. I came across netsane script(http://muse.linuxmafia.org/netsane/) and Christopher Simon's nano how to which told me some basic steps to do so. As i

[LARTC] Bandwidth Metering

2004-09-28 Thread Patrick Coleman
Hi, How do you meter the amount of bandwidth a user has consumed (as webhosting companies do) under linux? I have searched everywhere, but have been unable to find a solution. Apologies if this is the wrong forum. Thanks, Patrick ___ LARTC mailing list /

Re: [LARTC] Bandwidth Metering

2004-09-28 Thread Daniel Frederiksen
Hello Patrick I personally use ipfm (http://freshmeat.net/projects/ipfm/) to do the traffic logging, and then I got a home brewed perl script running in cron every 5 min. to parse the accumulated data and create/update a RRD (http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/) base for each

Re: [LARTC] Bandwidth Metering

2004-09-28 Thread Tomasz Chilinski
On Tue, 28 Sep 2004 16:17:00 +0200, Daniel Frederiksen wrote Note: This solution is primarily for general host traffic accumulation based on a subnet. The stats are collected via libpcap and can be done in promiscuous mode. This is not for website stats, for that you need to parse your

Re: [LARTC] Bandwidth Metering

2004-09-28 Thread Daniel Frederiksen
On Tue, 2004-09-28 at 16:25, Tomasz Chilinski wrote: This is not good solution cause of high load where you account many nets and/or hosts. In my opinion ACCOUNT/account from netfilter.org patch-o-matic-ng are the best solutions for mass accounting. Bests, Tomasz Chilinski Perhaps your

[LARTC] Please advise how to set up for 5 IPs

2004-09-28 Thread gypsy
I have need to use HTB on multiple (5) IPs. The present setup has the DSL connection going to a switch and then each computer with an external IP configures the external interface to listen on that IP. I have had TERRIBLE luck trying to use iptables to DNAT so if DNAT needs to be done, any

Re: [LARTC] Please advise how to set up for 5 IPs

2004-09-28 Thread Jason Boxman
On Tuesday 28 September 2004 15:36, gypsy wrote: snip How can I implement ingress shaping / policing to limit the combined incoming rate, regardless of IP, to about 700K (the connection is actually 730K in and 690K out). Only because it REALLY annoys me to drop an already received packet, I

Re: [LARTC] Suggestion.

2004-09-28 Thread Marcin Sura
Witam You have a typical situation. Modem, router and small LAN. Google is your answer :) Start at http://lartc.org/ and read Linux Advanced Routing Traffic Control HOWTO. -- Pozdrawiam Marcin, [EMAIL PROTECTED] ___ LARTC

RE: [LARTC] Help! VLAN tagged traffic not shaping :-(

2004-09-28 Thread Michael S. Kazmier
My linux box has 2 interfaces (eth0 and eth1). These are bridged to form br0. All web/email traffic is sent to IMQ (via netfilter) and shaped. The VLAN traffic just has a 4-byte 802.1Q header between the ethernet header and the IP header (which is stripped off by br_netfilter.c so iptables

[LARTC] Re: Bandwidth Metering

2004-09-28 Thread Patrick Coleman
Thanks for those links. I'm building this server from scratch, so kernel recompiling is fine. But will these tools be able to monitor the bandwidth of individual users on the server itself? I realise you grab the apache logs to monitor bandwidth for web servers, but what about other services, say