similar to: Re[2]: bandwidth limitation per dynamic IP

Displaying 20 results from an estimated 20000 matches similar to: "Re[2]: bandwidth limitation per dynamic IP"

2004 Oct 18
3
bandwidth limitation per dynamic IP
Hi, Is there a way to do the following with lartc tools : I would like to limit any entering user to not use more than Xkb/mb to my website. The IPs they use are changing all the time so static IP limitation cannot be used. Is there a way doing so ? EC. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2009 Jan 29
1
mod_bandwidth
Is there a compiled mod_bandwidth rpm in CentOS or EPEL? I can't seem to find it, what name does it use if there is one? Basically all I need to do is find a way to severely throttle apache for testing an upload progress bar - my bandwidth on my lan is too fast, the progress bar either only gets one update or none by the time the files are uploaded (5 8 megapixel jpegs) - even when I use
2006 Feb 07
1
Limit bandwidth per IP
I would like to limit the amount of bandwidth each IP in a network gets. For example I have a network that runs at 10mbit. I have a class C 192.168.1.0/24 that makes up this network. Is there any simple way I can say each IP in that class C gets 56k with out making a rule for each IP? Thanks, Rob Kobiske _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2004 Jan 31
1
Per Ip bandwidth
Hi there, I have two questions: 1) In the following setup: tc qdisc add dev eth1 root handle 1: htb tc class add dev eth1 parent 1: classid 1:1 htb rate 100Mbit tc class add dev eth1 parent 1:1 classid 1:10 htb rate 128Kbit tc class add dev eth1 parent 1:10 classid 1:11 htb rate 32Kbit ceil 128Kbit tc class add dev eth1 parent 1:10 classid 1:12 htb rate 32Kbit ceil 128Kbit I have observed
2013 Mar 06
1
[Bug 7120] Variable bandwidth limit .. bwlimit
mhh - interesting question...... what about combining the power of throttle ( http://linux.die.net/man/1/throttle ) or similar tools (there are some more like this) with rsync ? via this hint: http://lists.samba.org/archive/rsync/2006-February/014623.html i got a clue how to combine rsync and throttle and gave it a try : cat throttle-wrap #!/bin/bash throttle -k 1 -s 1| "$@" rsync
2004 Oct 20
1
throttle particular client ip
I know this will be trivial for most, but I am having trouble with getting my scenario to work correctly. I want to ''tag'' and ''throttle'' the bandwidth to and from a particular client on my lan side. Better yet, I just want to throttle smtp traffic, per say, for that ip. ----lan----------eth1-[linux.box]-eth0----------internet I have used the technique
2010 Sep 17
1
Bandwidth limit per user or ip
Greetings all, I would like to set the use of bandwidth in my network per user or ip address, is it possible using my linux box running Centos 5.1? regards, Damas -- "If opportunity doesn't knock, build a door". Says, Makweba Sir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 31
1
limiting the bandwidth for *each* ip in some class
hello all, i got my htb running and controlling my bandwidth right, but i have a doubt. i configured HTB to limit my class 192.168.0.0/24 to 128kbit. but i want 128kbit for *each* machine on this class, and not for the entire class. when 2 machines in 192.168.0.0/24 are downloading one file, they share the 128kbit bandwidth between them, using 64kbit for each. why i can get all machine on this
2003 May 12
3
Limit bandwidth per client
Hi all, I have an installation where each user on subnet 192.168.1.0/24 is connected via a multiplexer. The problem is that if any client uses more than about 48Kb/s, the multiplexer crashes. I need to limit each client to under this rate, say 32Kb/s. I have seen examples on creating a class per host but is there a simple way of saying "any host from 192.168.1.0/24" so I dont have
2005 Aug 08
1
Bandwidth limiting
Since shapecfg is no longer part of the distro what are people using in place of cbq to limit/throttle bandwidth? I have an ftp mirror that, if left unchecked, will suck up the entire bandwidth of the CoLo site. TIA, Joe -- My Useless Vanity Page - http://www.webtrek.com/joe See my blog, sumo game ranks and other useless junk
2010 Feb 20
4
Limiting bandwidth
Greetings, Scenario: Centos box with eth1 (10.0.0.0/24) and eth0 (192.168.0.0/24) segment on eth0 has access to full bandwidth of uplink Both are on 100mbps switches Requirements: bandwith on segment on eth1 needs to be throttled to different speeds - say 32, 64, 128kbps and the such. Required for application performance testing purposes. As usual my girlfriend google is very verbose.
2004 Nov 18
6
Bandwidth throttling/limiting for all traffic
Hi, I have a rather simple problem I have to solve, well I thought it would be simple, I''ve run into a problem. I think I must be missing something fundamental. I am trying to build a Linux router that simply throttles everything down to certain bandwidths. That is, no priority queuing ...etc, just slow all traffic down to the specified rates, which are 64,128,256,512 kbit. We want
2010 Feb 16
4
Apache bandwidth limiting?
Can this be done with stock centos 4? Or can this even be done with the extras repo? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore,
2007 Mar 23
1
Setting bandwidth to unlimited
Hello, I am using the following commands to "throttle" the bandwidth of the NIC at eth0 : tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: cbq bandwidth 100mbit avpkt 1000 tc qdisc add dev eth0 root handle 10: htb tc class add dev eth0 parent 10: classid 10:1 cbq bandwidth 100mbit rate 128kbit allot 1514 maxburst 20 avpkt 1000 bounded prio 3 tc class add
2007 Jan 16
8
egress bandwidth not limited / limited extremely inaccurately
I''m just-so-fresh to the list, so hello everyone. I''m having a realy hard time with setting up very simple bandwidth management. What I am trying to do is setup a 10Mbit interface to send at only 1920kbit to most of the network (to make sure it hardly ever tops 2mbit). I did succeed with the ingress traffic... With egress however, I get very odd results at different speeds. With
2004 May 05
0
Newbie trying to throttle bandwidth
I apologize with what may be some very basics questions. I''m trying to go through sections 9 and 15 of the LARTC FAQ, but my head can''t quite grasp what''s going on. I''ll keep going through them to see if something clicks, but meanwhile I was hoping someone might point me in the direction that I should focus my efforts. The server at our church is running
2006 Jan 13
6
Per user bandwidth limiting ..for small ISP.using Squid
Sir, Kindly excuse me. I am a newbie to LARTC.. I am a small ISP in rural India distributing 1 MB link to 200 people. I have been using rshaper by Alessandro Rubini for shaping. http://freshmeat.net/projects/rshaper/ My kernel is Linux version 2.4.22-1.2115.nptl( Fedora Core 1) Rshaper is very good in controlling incoming bandwidth (from LAN) I use Squid also on this Linux Box.. Right
2006 Jul 25
0
bandwidth limitation help
Hi, I am new to the mailing list so I''m not sure if anybody reads these, but here goes nothing. I recently read: Linux Advanced Routing & Traffic Control HOWTO and have been trying to test my applications using bandwidth limitation. All the examples described in the HOWTO do not simulate the conditions I need to test my software. What I would like is for my bandwidth limitation to
2010 Feb 09
9
DO NOT REPLY [Bug 7120] New: Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120 Summary: Variable bandwidth limit .. bwlimit Product: rsync Version: 3.1.0 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: pmdumuid at gmail.com
2004 Jul 10
0
[Fwd: Re: RED/GRED implementation for InBound Traffic Control (from ISP)]
Sorry all, this is the missing email that I referred to previously. I inadvertently sent it only to the original poster rather than the list. Sorry for the wasted b/w for those who don''t care... Ed W -------- Original Message -------- Subject: Re: [LARTC] RED/GRED implementation for InBound Traffic Control (from ISP) Date: Fri, 09 Jul 2004 22:04:30 +0100 From: Ed Wildgoose