Displaying 20 results from an estimated 700 matches similar to: "How can I do traffic shapping for passive ftp ?"
2006 Jan 23
3
Curosity on HTB
Hello members.
I wanted know if htb shapes download speed and upload speed too? i want to
give a client 128/64. so is it possible to give 128 download download speed
and 64 upload speed.I mean 2 way traffic control.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 Dec 27
5
TC in Wireless Environment
Hi,
Has anyone used TC in a wireless environment, which is dynamic. I understand
that the parameters for queuing are static and cannot be changed unless the
queuing discipline is deleted and reloaded with different parameters.
If anyone can share any experience, that would be helpful.
Thanx.
Azim.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
2006 Aug 30
4
pps limit ?
Hello, list members,
can i limit pps rate with linux? How?
-m limit does not fit, as i understood: it can help with low rates only
(is that true? any suggestions?)
Thank you,
--
_,-=._ /|_/|
`-.} `=._,.-=-._., @ @._,
`._ _,-. ) _,.-''
` G.m-"^m`m'' Dmytro O. Redchuk
2006 Jan 08
2
HTB - not borrowing, not exceeding rate
Hello!
I have a quite complicated setup. In my network on each interface there is
bandwidth limitation for each user. Booth outgoing (on interface itself) and
incoming (attached IMQ) traffic. There is main HTB class which limits
bandwidth for whole interface and HTB subclasses for each user. Filtering is
done with hashing filters. This setup was working correctly.
But now in the network I
2005 Dec 04
3
Shaping per machine
I''m trying to shape each machine on an interface to 256k each, but I''m
getting stuck and only able to shape an entire interface to 256k. What
should I be doing differently here?
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100MBit ceil 100MBit
tc qdisc add dev eth0 parent 1:10 handle 110:
2006 Dec 07
2
iptables -m dstlimit
Which kernel supports the iptables'' -m dstlimit?
Do I need a patch or something else to get it to work?
Is it too experimental?
--
Покотиленко Костик <casper@meteor.dp.ua>
2006 Dec 13
7
ipp2p Problem
Hello,
can anybody interpret what the following means:
[root@funke ipp2p-0.8.0]# iptables -t mangle -A MarkList0x666-ipp2p -p
tcp -m ipp2p --edk -j MarkSet0x666
iptables: Unknown error 4294967295
-----
I have installed ipp2p-0.8.0 via:
make
copied ipt_ipp2p.ko to my kernel lib dir
copied libipt_ipp2p.so to my iptables lib dir
insmod ipt_ipp2p gives the following in dmesg:
IPP2P v0.8.0
2006 Aug 18
5
Handle limit in filter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I''ve written a minimal sort of Perl module that dynamically creates
and destroys traffic control rules for specific IPs. I''m currently
using it for a user bandwidth control application at a client site.
The module essentially gets Ethernet device(s), IP address and in/out
speeds as input and dynamically creates classes, queues
2006 Jul 02
2
private to public IP
Hi all,
I want to create a log on Iptables wherein to store and to identify which
private Ip is connected on public Ip on a certain date and time. Can you
help me on this
Thanks,
Wennie
2006 Jun 01
6
For leaf classes is best PFIFO or SFQ?
Hi to all,
i''m following this guide (http://www.opalsoft.net/qos/DS-28.htm), is very
detailed, but i''m a bit confused about queuing disciplinse of leaf classes.
In this guide the author uses PFIFO (see the scheme that i attached at
message) in this way:
# tc class add dev eth0 parent 1:21 handle 210: pfifo lmit 10
# tc class add dev eth0 parent 1:22 handle 220: pfifo lmit 10
#
2006 Mar 20
16
Swap size
Hi All,
This is out of the topic question, but I''m hoping that you can help me. If for
example I''m going to install a Fedora 4 64-bit with 8 to 12 Gig of physical
memory, how much swap file of directory do I need to create?
Thank you very much,
Wennie
2005 Jul 23
3
Multiple ISP Provider on one interface
The problem is that I have only 2 ethernet adapters in my linux router,
one of this adapter pluged to the LAN and the other is pluged to a HUB
who have 2 routers DSL. Each DSL routers have an static ip and the
solution that I found was creating an eth0 and eth0:1 but with this
option I have any way to use the eth0:1 adapte...
Any one knows a solution for this ?
Regards.
2006 Oct 28
1
connmark on ifb interfaces
Hello
I''m trying to switch from IMQ to IFB but I have a problem with traffic marked
by ipp2p module. Looks like when traffic is redirected from ethX to ifbX it
looses information about MARK.
Here''s what I do to get ingress traffic to go to ifb interface:
$TC qdisc add dev eth1.42 ingress
$TC filter add dev eth1.42 parent ffff: protocol ip prio 10 u32 \
match u32 0 0
2006 Jan 02
0
tc lockup
A few days ago I had a very big problem with tc. On the machine tc is used in
many ways:
- from crontab to load night-time and day-time bandwidth (at 1am and 8am)
- from crontab to get statistics for qdiscs on WAN interfaces (every minute)
- from perl/php database for changing user bandwidth (sometimes)
What happened:
At 1am the night-time bandwidth should be loaded. tc hanged up, and also
2005 Aug 15
0
imq custom device numbers
I made some changes to IMQ, so it is now possible to have custom numbers for
IMQ devices. Useful when working with VLANs. You can get it at
http://tuxpowered.net/. Readme is on the website.
--
| pozdrawiam / greetings | powered by Trustix, Gentoo and FreeBSD |
| Kajetan Staszkiewicz | JID: vegeta@chrome.pl |
| Vegeta | IMQ devnames: http://tuxpowered.net
2007 Feb 23
3
Ethernet bridge overflow ?
Hello,
I''ve setuped an ethernet bridge on a debian sarge 3.1 with l7-filter +
ipp2 shapper rules
The server is a supermicro p4sci + celeron pentium 4 base 3ghz + 512Mb
+ 2 ethernet e1000
One interface is connected to a cisco catalyst switch
The other interface is connected directly to a CMTS (a sort of router
for cable modem) configured as bridge too.
More than 20Mbps of bandwith
2007 Mar 20
1
SIP and RTP QoS rules
Hello,
I''ve setuped a QoS bridge under debian.
I would like to know If anyone have got some ressources about how setup
perfectly VoIP (SIP/RTP) QoS with Asterisk
Might be I should use TOS ?
Regards
2006 Oct 27
9
strange VLAN / domu behavior
Hi there!
I am currently setting up a Xen box on 3 VLans, each VLan interface is in a
bridge and currently, dom0 is reachable from on of these and is performing
great.
My only problem is with domU : it can ping anything but it won''t work for
TCP and UDP protocol UNLESS I do a manual tcpdump on my vlan interface.
Bridges on dom0:
xen-vl97 8000.001372529fbf no
2007 Feb 23
3
Conntrack table full and Heavy p2p loaded traffic manager ...
Hello
I''ve setuped a bridge with l7-filter and ipp2p. We have every day + or
- between 10Mbits and 30 Mbits P2P traffic from + or - 450 customers.
When traffic increase. I''ve got this kind of error message :
Feb 23 14:26:19 gestor1 kernel: printk: 38 messages suppressed.
Feb 23 14:26:19 gestor1 kernel: ip_conntrack: table full, dropping packet.
The server is celeron
2006 Dec 06
19
Iptables matching on IFB
Hey folks,
I stumbled across the Mastershaper project
( http://www.mastershaper.org/ ) but I have a little problem:
I wanted to shape the traffic coming from the router itself aswell as
coming from the LAN behind the router, for that task I need IMQ, but
with IMQ iptables-(layer7)-matching is not possible. Now I''ve talked
with the programmer and he said the following:
>The problem is