Re: Bandwidth consumption limit/measure

2004-05-14 Thread Ilya Konstantinov
On Wed, May 05, 2004 at 11:55:00AM +0300, Josh Zlatin-Amishav wrote: > There are two seperate projects here. The first is ntop. It is very easy > to install on Debian, I haven't had experience installing ntop on other > platforms. I setup ntop on a bridge between my router and firewall. You > can c

Re: Bandwidth consumption limit/measure

2004-05-05 Thread Josh Zlatin-Amishav
On Wed, 5 May 2004 [EMAIL PROTECTED] wrote: > Josh Zlatin-Amishav wrote: > > > Hi, > > > >Yes. I implemented per service QoS using the HTB queueing discipline. > > > > > OK thanks. > > >Like I said before read the Linux Advanced Routing & Traffic Control HOWTO for more > >information and examples.

Re: Bandwidth consumption limit/measure

2004-05-05 Thread moish
I started to use IPCOP which address such issues (although by protocol/port pairs) and more. is anyone on this list using IPCOP? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 1:54 PM Subject: Re: Bandwidth consumption l

Re: Bandwidth consumption limit/measure

2004-05-05 Thread linux-il
Josh Zlatin-Amishav wrote: Hi, Yes. I implemented per service QoS using the HTB queueing discipline. OK thanks. Like I said before read the Linux Advanced Routing & Traffic Control HOWTO for more information and examples. I did but got the impression that it supports, for instance: "on A 1.5M

Re: Bandwidth consumption limit/measure

2004-05-05 Thread Josh Zlatin-Amishav
On Wed, 5 May 2004 [EMAIL PROTECTED] wrote: > I was looking at QoS for Linux in another context and was wondering if > you could > help me. > > I'm interested in QoS per-service rather than per-interface. For instance: > > 1. ssh output (what's printed on screen when I login from a remote host to

Re: Bandwidth consumption limit/measure

2004-05-05 Thread linux-il
I was looking at QoS for Linux in another context and was wondering if you could help me. I'm interested in QoS per-service rather than per-interface. For instance: 1. ssh output (what's printed on screen when I login from a remote host to my home machine) should get priority over, let's say, ove

Re: Bandwidth consumption limit/measure

2004-05-04 Thread Noam Rathaus
On Tuesday 04 May 2004 09:41, you wrote: > On Mon, 3 May 2004, Tal Achituv wrote: > > Hi! > > > > Is there any way to measure and or limit the monthly bandwidth on a box? > > Hi Tal, > To measure the bandwidth I use ntop and to limit bandwidth I use tc with > the HTB. Note you can also prioritize b

Re: Bandwidth consumption limit/measure

2004-05-03 Thread josh
On Mon, 3 May 2004, Tal Achituv wrote: > Hi! > > Is there any way to measure and or limit the monthly bandwidth on a box? Hi Tal, To measure the bandwidth I use ntop and to limit bandwidth I use tc with the HTB. Note you can also prioritize both your egress and ingress traffic too. > > Thanks, >