Displaying 20 results from an estimated 20000 matches similar to: "How to limit per tcp session ?"
2003 Jul 03
9
HTB burstable for 2 interface , how ?
Dear folks,
Here goes my bandwidth manager:
INTERNET
|
|eth0 202.14.41.1
BW.Manager
| |
| +----eth1----192.168.1.0/24
|
+------eth2----192.168.2.0/24
Total incoming bandwidth to eth0 is 1024kbps
should be shared to eth1 and eth2, which mean each get 512Kbps and
burstable to 1024Kbps if other host is idle.
My question is how do i apply HTB to these situation ?
As far as i know eth1 and eth2
2003 Jul 07
2
Limiting bandwidth usage - where to begin
Hi,
I am very new in this list..
I want each of my internet users to be limited in
his/her usage of bandwidth. The limitation will be
done in my squid (linux) box, as they all have to be
authenticated by squid before going to the internet
jungle..
Then anybody here could tell me where to begin to do
such thing ?
Any idea/solution would be very appreciated
TIA
regards,
aqil
2004 Dec 22
4
how to add burstable rate?
Hi,
I managed to fix 128kbit for an IP address of 192.168.200.3 as below: -
tc qdisc add dev eth3 root handle 1: cbq avpkt 1000 bandwidth 100mbit
tc class add dev eth3 parent 1: classid 1:1 cbq rate 128kbit allot 1500
prio 5 bounded isolated
tc filter add dev eth3 parent 1: protocol ip prio 16 u32 match ip dst
192.168.200.3 flowid 1:1
tc qdisc add dev eth3 parent 1:1 sfq perturb 10
How can I
2004 Oct 25
3
limit number of TCP connections.
Hi all. I have a simple question. Is that a way to limit the number os TCP or UDP connection of a single HOST in my network?
For exemple:
I have a host with IP 192.168.1.202 and he is using edonkey, Kazaa, and Bittorrent at the same time, and he also is infected by a virus that opens more than 500 TCP ports at the same time. So, i want to limit that host to be able to open no more then 30 TCP
2005 Nov 29
5
Optimizing linux for the routing of realtime video
I''m currently trying to optimize a linux machine which acts as a Layer 3
router of RTP H.263 video. Occassionally I''ll get delays related to layer 2
wireless retries, thus rendering the video on the recieving end
stale/useless.
Is there way to optimize a linux machine to route realtime video? In my
case, losing a few frames of H.263 is better than having the video delayed
2004 Jul 11
2
Internet Cafe tcp and udp sharing
Hi guys,
I run an internet cafe with 40 odd computers in it and would like some
sugestions on sharing the data evenly for udp and tcp data.
Currently i have all tcp data put into a class thats half our link speed and
udp data doesnt get class''d at all. which works well but also means that the
line doesnt get shared in terms of bandwidth evenly.
What i would like tho is to setup a
2004 Jun 01
1
burst according to time limit??? (plz dont blame me for previous html,Outlook)
I was wondering if there is a queue with which I could have a
regular rate limit at some kbits (say 256kbits) for my ethernet stations,
but allow burstable sessions
with a multiple limit (512 kbits) for a specific time (say 3 minutes).
Of course, this is the same with having bursts of some Megabit buckets
(measuring bits and not time), but for such big bursts i think it isn''t
what i
2005 Feb 08
21
TCP window based shaping
Does anyone have any pointers on how other people have implemented tcp
window adjustment to do bandwidth shaping?
Granted the basic idea is to set the window size to be RTT * bandwidth,
but a quick squiz at google turns up mostly papers on how to implement
this at the sender end with a view to some new magic TCP
implementation. I''m really interested in notes on how to implement at
2003 Sep 22
4
Limit number of connections
Hello again,
I have a router/nat linux box. I managed to create some HTB classes and
everything is OK.
When perople are usig download managers like FlashGet and DAP (multiple
connection ones), the ceil limiting works okay,
but the rate parameter is somehow useles... The guaranteed bandwidth is
never reached.
So what can I do to limit the number of connections/computer?
I want to make sure that
2005 Jan 19
11
Confuse, putting packets in wrong mangle table.
Folks,
I am a little bit confuse in how to put these packets into correct mangle
table for traffic shaping.
This is what i ve planned to do:
- - - - :eth0 [ LINUX-BOX ] eth1: - - - -
Let say:
eth0: 220.100.1.1
eth1: 192.168.1.1
eth1:1 192.168.1.2
192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet.
I put every packets coming from internet (eth0) this way:
# iptables -t
2005 Jan 22
2
network emulation
hi,
I am really a newbie in linux traffic control.But i have task to implement a tool similar to
the nistnet tool used for netwok emulation tests but which emulates a wireless environment.
I was exploring the use of the traffic control subsystem for this task.In this regard i have
a few questions i need to post in order to clarify my thoughts on how to do this.I am using
tcng to classify
2004 Sep 09
5
Limiting speed of individual TCP sessions ?
Hi All,
Does anyone know of a way to limit the speed of *individual* TCP sessions,
but without placing any overall bandwidth limits, and without requiring an
explicit QoS entry for every ip address the machine is communicating with ?
The scenario is a mailserver - say you want to limit individual TCP
sessions (pop3, smtp etc) to no more than 512Kbit so that an individual
session
2004 Jul 19
11
(no subject)
Hi
I want to block the IP traffic between any 2 hosts on a switched ethernet
LAN. Will setting all the possible IP addresses on a linux machine in the
LAN do the trick or there is another easier solution?
--
Anton Glinkov
network administrator
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2004 Apr 13
4
tc does''nt limit the bandwidth!
Hi, good people!
I wanted to limit my 4 customers to 144, 16, 32, and
32kbps.
I used the following tc commands BUT IT FAILED TO
LIMIT each and everyone of them to its bandwidth.
What am I doing wrong:
My tc scripts are:
tc qdisc add dev eth1 root handle 1: htb default 1
#Classes#
tc class add dev eth1 parent 1: classid 1:1 htb
rate 9bps ceil 9bps #Default
2004 Jun 02
5
Slashdot on WRT54G
Did anyone see the article?
It''s the first time I really noticed that these little Linksys routers
are such a fully fledged linux machine with a decent processor and a
replacable firmware. I am now itching to get one to replace the
multipurpose firewall desktop machine.
Has anyone experimented with the current state of the firmware and how
advanced you can get with tc rules? For
2004 Jun 16
6
QOS Script difficulty on bridge
I''m playing with the rather excellent QOS script from Alexander Clouter
at http://digriz.org.uk/jdg-qos-script/
So far I am really impressed with it - a very impressive example of the
power of linux QOS rules (has pretty much everything in it from the
LARTC Howto!) However, the instructions hint that "for QoS to affect
locally generated traffic in a non ethernet bridge setup
2004 Jan 19
4
tool to monitor HTB class utilisation
Hi,
can any body suggest any tool which can show the utilisation for individual classes for HTB.
preferable written in C/or shell script.
Regards
Jayesh
-------------------------------------------------
Still single? Click here to find the perfect match.
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141
2002 Oct 04
2
Thousands of classes, BW throttling and prioritizing??
Hello,
I need to limit the bandwidth to 1Mbit per user IP (and never give more)
and inside of each 1Mbit prioritize minimum-delay traffic (video stream
from specific servers, so I mangle TOS for packets from those). The
problem is I need this for *thousands* of users. I am guessing thousands
of classes are needed, but the question is, is this feasible? Could one
machine ever handle this? How
2004 Jun 21
3
[Fwd: Re: /sbin/tc does not know about HTB]
> It seems that the official place to grab the source for iproute2 is
> http://developer.osdl.org/dev/iproute2/download/ but there are only
> sources for 2.2 and 2.6, where are the ones for 2.4?
Well I got mine from
http://ftp.iasi.roedu.net/mirrors/ftp.inr.ac.ru/ip-routing/
but I didn''t even know about those 2.6 ones... I''m using the latest
2.4.7 with my 2.6.5
2004 Jun 21
7
management of virus and p2p-traffic
Hi
I have to manage a network with approx. 200 users, a 256kbit/s unmanaged
Internet connection and a 3Mbit/s unreliable managed Internet connection
(only http/ftp-proxy and ssh available). All users are in one Class C
Subnet with 512 IP-Addresses. 60% of the machines are Windows. The rest
are SUN and Linux. At the moment Windows viruses and p2p-traffic eats
most of our bandwidth.
My Aims are: