Displaying 20 results from an estimated 20000 matches similar to: "etables, bridge etc.."
2004 Sep 16
3
multiprocesor : bridge/router ?
hi,
does someone tried bridge and or router functionality of linux kernel on
multiprocessor system.
Does multiprocessor system increase network performance or give
ability to process higher traffic..
What about highest possible troughput someone have achieved ?
etc..
tia
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2003 Oct 17
3
[htb] strange problems !?
hi,
I have strange problems with HTB and several hundred classes flat structure i.e.
root
|--50kbps
|--30kbps
|--50kbps
|--80kbps
|--100kbps
.... several hundred classes like this
Ceil is the same as rate. The machine get no more than 2-3% average cpu(2.4Ghz pentium).
What happens is that from time to time the traffic got "stalled".
I tried numerous things to solve
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
2003 Oct 18
1
MORE ON : [htb] strange problems !?
hello again,
I got some just preliminary results .... hope someone can explain them to me...
As I already told I have the following config :
egress {
class (30kbps) {sfq};
class (50kbps) {sfq};
class (80kbps) {sfq};
class (30kbps) {sfq};
class (50kbps) {sfq};
...hundreds like this...
class (10kbps,default) {sfq};
}
What I got is traffic starvation very often for a period of ~30 sec.. as
2004 Aug 11
9
ARP limit ?
what is the limit on the arp cache entires ?!
Does someone have very big LANs with linux-routers ? How big ? (i mean flat L2 network, not segmented)
I want to know how much can my net can scale ?
thanx
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Nov 18
7
why all goes to default!!
Hi,
I have config like this ,... but all traffic goes to the default class 1:4, WHY ?
What I'' doing wrong... filters are attached to the root !
tc qdisc add dev eth0 handle 1:0 root htb default 4
tc class add dev eth0 parent 1:0 classid 1:4 htb rate 55kbit ceil 55kbit prio 7 <--default class
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 20Mbit
tc qdisc add dev
2006 Dec 05
1
Bridge HFSC QOS questions ...
Hello,
I''ve got somes questions about Bridge and QOS ...
I''ve got a serveur with 2 interfaces eth0,eth1 inside br0 bridge ...
nothing of special ...
If I understand all, normally I should configure TC class and qdisc on
each physical or use ebtables to manage packets on output ... right ?
I''ve attached my qos_script that hsfc and layer7 module. I use only
Iptables
2004 Jun 24
5
Frottle + Bridge + IMQ
Hi,
I''m trying to configure IMQ to work on the same machine with frottle
(http://frottle.sourceforge.net). The problem is both feed themselves
packets through netfilter queueing mechanism, but currently there can
only be one netfilter queue per protocol family.
To explain why I need IMQ in the first place I have to explain what
frottle does. It is a deamon that tweaks the behaviour of a
2003 Sep 04
2
Statistics
Helle everybody,
I am finishing a computer science degree and I would like to know how you
use qos on Linux.
Please take a few seconds to answer my questions
I would like to know :
- what type of qdisc you use
- if it is only for tests or for a "real" use (what use)
- how much qos box do you use
- do you use anything else (Cisco, Unix ...)
I don''t know if it is better
2003 Dec 06
1
2.6 Test Kernel + ESFQ+IMQ patch
Hi Guys,
Using the 2.6.test kernel?
Alex and I have done some more tests and this is the patch incase ur using
jdg-qos script
http://www.digriz.org.uk/jdg-qos-script/index.html#qos-2.6
Thanks
K
_________________________________________________________________
Winterize your home with tips from MSN House & Home.
http://special.msn.com/home/warmhome.armx
2004 Jun 22
1
htb and 2.6.5> ?
does someone have expirience with HTB and kernel 2.6.5 and up...
Does anyone have tested it with thousand of classes and filters..
How it behaves..
tia
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Apr 12
2
RE: installing automatic routes ?
Unless the bridge keeps stateful inspection data and can reply back to
the session''s origin, not it route then its fine.
The only way I can see this working is either putting the FTP/.. DMZ
behind the firewall giving true firewall protection for all services
involved, or if you just want to kludge the current solution, you can
perform a DNAT/SNAT interface bounce like the following:
#
2004 Jul 22
2
HTB & tc
Hi,
I''m trying to make run a simple shaping *through HTB*. I have compiled a
new kernel 2.4.21.
First command from
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
said:
# tc qdisc add dev eth0 root handle 1: htb default 12
RTNETLINK answers: Invalid argument
I tryed both standard tc from Debian stable and
http://luxik.cdi.cz/~devik/qos/htb/v2/tc.gz
this one...
I tryed
2004 Jan 30
2
FW: QoS extension to Net-SNMP
Hi.
I did send this to `jaazz@post.cz'', but I suspect the list is a more
appropriate/useful place for it. It''s a question about Michal Charvat''s QoS
extension to Net-SNMP.
When I look at the MIB entries for the QoS handles, I get something like
this -
enterprises.qos.qosObjectTable.qosObject.qosHandle.0.0 = Gauge32: 0
2003 Dec 07
1
u32 hash-es ?
hi I would like to ask is the following config correct for what I want to achieve ...
Scenario:
I have 3 networks 192.168.12.0/24, 192.168.48.0/24, 192.168.56.0/24 and most of the users use 1 IP, some of them more...
If I make flat u32-filter search the box will make aprox/max 3 * 256 = 768 checks for every IP, so i''m deciding to deploy u32 hashes..
Here is the config I think to use
2005 Apr 07
5
question about correct way of shapping
Hi Guys
After reading
http://lartc.org/lartc.html#LARTC.QDISC
http://www.docum.org/docum.org/
http://tldp.org/HOWTO/Traffic-Control-HOWTO/
http://www.opalsoft.net/qos/DS-21.htm
and a wonderful figure from: http://www.opalsoft.net/qos/ds-lb-214.gif
I have a newbie question. Suposse next figure:
<--- up 128K
internet ----- dsl ---------------------eth1 -Linux Qos- eth0 ------ LAN
2004 Feb 03
2
Jim diGriz''s QoS Script
Hi
sombody know what is happen with
Jim diGriz''s QoS Script Web Page ?
www.digriz.org.uk/jdg-qos-script
Regards
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 May 10
5
ip_conntrack_ftp
As read here :
http://www.sns.ias.edu/~jns/security/iptables/iptables_conntrack.html
modprobe ip_conntrack_ftp
would give me the ability to use active ftp if I have (pseudo/simplified code)
iptables -A FORWARD -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -j DROP
but I cant use active ftp, WHAT IS WRONG.. eth0 is the internal interface..
2004 Aug 18
4
Gamest and QoS
Hi
I share my bandwith (adsl 512/128) between 12 users. I set up simple qos script for
incoming (IMQ) and outgoing traffic using htb in root, 4 classess and esfq qdisc at
leafs.
Interactive traffic goeas to class1 , http,mail etc. to class2, p2p,
ftp to class3, and rest to class4. Classess divide link in
proportion 20% (prio 1), 40% (prio 2), 20% (prio 3) ,20% (prio 4)
This works
2004 Dec 17
4
jdg-qos-script on FC3
Hello,
Has anyone had any luck compiling Alexander''s QOS script on a vanilla FC3 or
FC2 box?
I just cant seem to get the darn thing to port right.
Regards,
Bryan
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/