similar to: HTB filters'' parent

Displaying 20 results from an estimated 3000 matches similar to: "HTB filters'' parent"

2006 Jan 04
3
TC/CBQ shaping problems
Hello everyone, I''m a newbie experimenting with CBQ shaping and am facing a few problems. Can any of you please help? TEST SETUP: +---------------+ +----------------+ | 10.0.0.103 |----------->| 10.0.0.102 | +---------------+ +----------------+ 10.0.0.103: Linux, 100Mbit/s NIC 10.0.0.102: Windows, 100Mbit/s NIC, iperf tcp server (ports 2000 and 2001) WHAT I
2006 May 05
3
iptables CLASSIFY vs fwmark?
Could someone comment on the benefits of using CLASSIFY vs fwmark (or vice versa) in iptables? I''m getting ready to implement some basic tc for VoIP and most of the examples seem to use the (older?) fwmark syntax. Should I convert these to CLASSIFY? Can the two syntaxes be mixed? Also with U32? TIA, Edwin -- <=+=+=+==+=+=+==+=+=+=+=+=+=+=+=> Edwin Whitelaw, P.E. New River
2005 Dec 26
2
queue placing
Hi all: I have this network diagram:<?view=page&name=gp&ver=3403410b768567d8#> FRAME RELAY CLOUD<------------>CISCO-ROUTER <-------LAN------->ROUTER-LINUX<---------LAN------------>>> Between the CISCO and the LINUX routers there is a small LAN (+-5 IP''s). My question is, if I QOS the traffic on the LINUX-ROUTER going out from the LAN towards the
2006 Jan 06
6
HTB traffic shaping odd effects
Hi, I''m trying to perform some (what I consider) basic traffic shaping on our network utilising HTB. I have mostly reused the example on the lartc.org site: tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil 80mbit burst 19k tc class add dev eth0
2006 Jan 06
4
routing decision based on sorce port
Hello Routing Gurus ;-) I''d like to know if it''s possible to make a routing decision for pakets originating from a specific port of the local machine without using ipfilter/iptables to mark the pakets. I read about the tc filter stuff but that seems only to be able to sort the pakets to a different queue on the same interface and not choose a different interface for example. Is
2005 Dec 30
2
QoS script for gw without NAT?
I''ll take it from the begining... About one year ago I only had 1 IP and used wondershaper. It worked great. Now I got /27 (32 IPs) and a gw computer that talks to two ISPs via a two tunnels. See: http://www.flashdance.cx/pics/flashdance-LAN.png I _really_ have a need to do QoS on my connection, for example I host websites that uses all available upstream. When I download at the same
2005 Dec 23
2
rate 0bit
Hi I''m trying to understand this qdisc stats output: #tc -s qdisc ls dev [interface] [..] qdisc htb 1: r2q 10 default 13 direct_packets_stat 38 Sent 3867654734 bytes 7023775 pkt (dropped 4, overlimits 4852340 requeues 0) rate 0bit 0pps backlog 0b 11p requeues 0 [..] In all my qdiscs, I''ve got "rate 0bit". What does it mean ? As you can see, there is some traffic
2006 Jan 24
3
Is local originated traffic affected?
Hi! I built some rules to shape traffic from my linux router in both dirrections: to the Internet and to the LAN. When i apply the rules my computer cannot acces the Internet or the LAN. Is this behavior normal? Do I need to write some rules for local IPs of my router? (I have sevaral, both on the internal and the external NICs.) Thank you for any advice! Sorin.
2002 Jul 15
1
[Q] htb
Hi Can I make htb node (class) without rate limit For example limit ip1/len1 to xx kb limit ip2/len2 to yy kb any other traffic - without limit? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] Big trouble - Your modem doesn''t speak English.
2005 Dec 22
0
lartc.org misconfiguration?
http://lartc.org/ Forbidden You don''t have permission to access / on this server. Apache/1.3.33 Server at lartc.org Port 80 -- DO4-UANIC
2006 May 12
1
Routing through a Point to Point link
Hi all, I have two identical linux boxes (A e B), each one with two interfaces: an ethernet (eth0 with ip 192.168.1.50) and an hdlc (hdlc0). The two boxes are only connected via a link through their hdlc interfaces. Because they have to be exactly the same, if I have to assign an ip address to hdlc0 of A then the hdlc0 of B should have the same ip address. Each one should have a default
2003 Dec 08
1
tc troubles with pfifo_fast qdisc on 2.4.23 kernel
Hi! I was updated kernel from 2.4.22 to 2.4.23 and now tc tools can''t correctly determine default (pfifo_fast) qdisc on interface: # tc/tc qdisc ls dev ppp0 qdisc pfifo_fast 0: [Unknown qdisc, optlen=20] but, if I assign f.e. cbq qdisc for some device all show correctly: # tc/tc qdisc ls dev ppp1 qdisc tbf 8009: rate 32Kbit burst 10Kb lat 1.5s qdisc cbq 66: rate 10Mbit
2005 Dec 20
3
Advanced Routing and Secondary ip address in eth0
Hello, I have configured advanced routing with success using three (03) network adapters ( ETH0, ETH1 and ETH2). Now I have to configure an addittion range in the same Interface ETH0 ( another internet ip range address ), so I would like to have TWO different ranges at the same ETHERNET CARD ( in this case ETH0 ) AND having advanced routing running it. I Did the same
2003 May 15
5
cbq vs htb?
Hello, Does anyone know when one should use cbq versus (simpler more accurate) htb? Specifically does cbq have added functionality that may be of interest to certain applications? from htb home> Both CBQ and HTB help you to control the use of the outbound bandwidth on a given link. Both allow you to use one physical link to simulate several slower links and to send different kinds of
2003 May 22
6
CBQ and HTB Support
Hi all , does Kernel 2.4 supports CBQ and HTB by default or we have to recompile it. Regards Fahad Khan _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jan 30
2
PRIO inside HTB - trouble attaching filters correctly?
Hello everyone! I''m simply trying to put a PRIO inside an HTB (used to throttle). I''ve got interactive traffic on the network that I want to give priority (VoIP + Citrix + Video). I''ve used the filters in a CBQ script fine, but am having trouble adjusting them to this setup such that they properly assign the traffic. tc qdisc del root dev $e tc qdisc add dev $e
2002 Jul 05
3
Diferences between HTB and CBQ
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, what''s the diferences between HTB and CBQ? Bye - -- ======================================== Netsite S/A - Security Officer Profissional Certificado Conectiva Linux www.kidmumu.com.br - UIN 4553082 ======================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see
2007 May 26
1
Need cbq or htb optimal solution
Hi all, Can anyone in this mailing list answer a few theoretical question which r confusing me. Here is the scenario I have a total Bandwidth of 2Mbps for a private LAN I am managing. I am using cbq standard script available online and for controlling bandwidth, squid and iptables. I have diff. packages for client. One: server own services access (unlimited bandwidth means no delays or
2005 May 04
4
HTB rate miscalculation
Hi, I''ve migrated my tc configuration from CBQ to HTB. One problem appeared. Htb seems to miscalculate the bandwidth for classes with greater rates. For rates below 2Mbit there is almost no difference between the configured and the measured rate. For large ones the problem starts. My root class has 10Mbit rate and when the interface has heavy trafic the measured bandwidth
2004 Jan 20
4
Fair bandwidth oversubscribing ? How with HTB ?
Hopefully someone has a suggestion on how I might do this...as I can''t figure it out :( I need to be able to set up a group of seperate users who have a "bandwidth pool" they share, but also be able to limit their individual bandwidth as well. Example: I have 5 customers and would like to be able to provide them with a maximum of 256Kbit each, with a CIR of 33%. To do this,