Displaying 20 results from an estimated 40000 matches similar to: "Rate-Limiting from Any IP"
2003 Aug 30
1
packet rate limiting
Hi,
I''m currently looking for a QoS extension that allows to limit the packet
rate to a given value. As I''m using HTB at the moment bandwidth limiting works
pretty well but packet rate limiting would be superb.
I do traffic shaping on a firewalling bridge (2.4.21) using iptables mark
and HTB. Any suggestions would be appriciated!
Regards,
Mike
--
COMPUTERBILD 15/03:
2004 Apr 01
2
Need help with rate-limiting NTTP traffic
Howdy all,
I posted this message to the netfilter mailing-list and didn''t get much
response. I apologize if anyone here is getting this for a
second time.
Anyway, I recently migrated my firewall from a FreeBSD box running
ipfilter, ipnat and dummynet to a Gentoo Linux box running netfilter and
tc. I have to admit that I''m having problems visualizing tc in my head.
So, I was
2004 Mar 02
3
how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?
I''m rate limiting and prioritizing traffic upstream of a slow wan link
using htb, classic wonder shaper type stuff. I''m using the following
command for traffic that does not match any of my defined filters:
tc qdisc add dev eth0 root handle 1: htb default 50
It appears that local, non-routable traffic like arps and igmp are being
snared by this and end-up queued in the lowest
2007 May 26
1
rate limiting netmask w/ dd-wrt
I''m trying to setup a DD-WRT router (www.dd-wrt.com; embedded micro-device
linux for the uninitiated) to rate limit all the traffic it receives from
its wi-fi interface. I followed the instructions from the cookbook section
on rate limiting (http://lartc.org/howto/lartc.ratelimit.single.html), but
it doesn''t appear to be working. I tested by checking my laptop''s
2004 Jan 21
0
Traffic Shaping QoS and rate-limiting clients
Hello all,
I am trying to figure out a way to traffic shape for QoS (ie, prioritize
different types of traffic) for an entire network and ALSO rate limit /
shape individual users on this network.
Now, I understand it all for rate control on users - what I can''t figure out
is how we can shape / prioritize by protocol (ie, treat ssh / telnet higher
than www which is higher than ftp,
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
2004 Feb 03
1
RE: limiting p2p
Interesante !!
lo probaste con 2.4 ? o 2.6 ?
-> -----Mensaje original-----
-> De: Esteban Ribicic [mailto:esteban@dejawu.com.ar]
-> Enviado el: Lunes, 02 de Febrero de 2004 08:11 p.m.
-> Para: ''ThE PhP_KiD''
-> Asunto: RE: [LARTC] limiting p2p
->
->
-> Probaste layering 7 matching?
->
->
-> -----Mensaje original-----
-> De:
2002 Dec 23
2
Multiple rate limited networks and transparent http proxy - tricky problem
Hello,
We have a box with good connectivity which we divide among several
internal networks by having a different interface for each internal
network and rate limiting outgoing traffic on each of these interfaces.
We are using cbq and a u32 match on the destination to organize the
packets. This works very well for us, but there may be a better way,
I''m no expert at this!
We also use a
2007 Feb 12
4
IP rate or Ethernet rate ?
Hi,
Just a question, the rate values use for configure a class, are they a IP
rate or a Ethernet rate ?
Thanks,
Edouard.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Apr 09
10
Trying to do some very simple ingress limiting, no success
Hi,
I am trying to do some simple ingress limiting based on fwmark. I know
the ability and sense to do INGRESS limiting is ehm... limited ;-) but
still I want to try it.
I tried several things.
=== 1 ===
tcq ingress handle ffff:
tcf parent ffff: protocol ip prio 1 handle 1 fw police rate 12mbit burst 10k drop
tcf parent ffff: protocol ip prio 1 handle 2 fw police rate 10mbit burst 10k drop
2006 Feb 02
1
marking and limiting P2P packets
Hello, I am trying to shape p2p trafik to 256kbps on my dsl line. I wrote
this set of commands:
DEV=eth2
ip link set imq0 up
tc qdisc add dev imq0 root handle 1:0 htb default 21 r2q 2
tc class add dev imq0 parent 1:0 classid 1:1 htb rate 530kbit
tc class add dev imq0 parent 1:1 classid 1:20 htb rate 530kbit ceil 530kbit
prio 0
tc class add dev imq0 parent 1:1 classid 1:21 htb rate 64kbit
2004 Jul 29
0
limiting outbound passive ftp
Hi,
I am trying to use the following script to limit my passive ftp traffic
to 35KBytes.
Problem is, it kill''s the entire connection on that computer. The
script is running on the same machine as the ftp server. I was hoping
to limit the ftp traffic, and only the ftp traffic, leaving the computer.
It seems to limit everything, i tried transfering a file with samba and
the whole
2004 Aug 28
1
PPPoE w/ "static" /29 ip range, how is it done?
Hello everyone, I hope this is on-topic for the list...
I''m familiar with NAT, but I can''t see how to route a fully routed LAN.
My new ISP has given me a /29 (I understand this to be 6 addresses +
network address + broadcast address) which I would like to use, as
multiple PCs here want to use p2p and games at the same time, and
reconfiguring the port forwarding all the time
2004 May 23
1
limiting bandwidth on a sequence of ports.
Hello.
I have just started using iproute2 commands, and I am having a go at
making bittorrent use the same bandwidth for upload as for download.
I am stuck I think in understanding speeds
I connect to the internet through a router modem which gets the real IP
and assigns me a private ip through dhcp. So this router can handle a
private network, and route it to the internet, pressumably with nat.
2006 Jan 24
0
Problems in Bandwidth limiting-Help needed!!!
Dear All
I am a newbie to traffic control and i am trying to setup bandwidth restriction
in my local network as well as internet access to users. I got around 60 pcs in my lab and i am planning to divide bandwidth based on classes. I am using iptables to mark packets and then route the traffic to the specified class.
Following is the network setup
Two network cards in the server eth0
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 10:30 AM
To: lartc@mailman.ds9a.nl
Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From:
2006 Sep 07
1
Rate limits whithin rate limits
Hi all,
I''m sure I''m soing something wrong here.
I am trying to set up a rate limit inside another rate limit.
eg. I have a 512K rate limit on a particular VLAN. I am using an IFB so
that packets passing through the bridge are counted at each port.(ie the
throughput is limited to 512K, not just the traffic in one direction.)
This part works OK, but I also want to limit a
2004 Oct 10
0
weird problem with ip+snat+tun0
i have a box with 2 real interfaces and one more virtual
eth0 - to the internet (193....
eth1 - to the local net (192.168..)
tun0 - to another ISP
the routing is: all the free/local classes i send them directly on eth0,
the rest of the internet i send throw tun0
the admin from tun0 wants me to snat all the packets with my end of the
ip-tun0-interface
and i snat all the trafic that go to
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:
2004 Oct 14
1
Shaping on Ports, multiple IP Address''s, and SFQ
Hi,
I have a 3Mbit (up,down) connection going through a Linux box (Debian
600mhz, 500mb ram) using NAT to approx 125 users.
Presently I am shaping by marking packets by their port numbers. I''m
prioritizing 22, 23, 25, 80, 81, 110, 443, 500, 3389, 1214,
6881:6889, etc, into their appropriate classes depending on weather
there getting more or less bandwidth. This has worked pretty