similar to: layers

Displaying 20 results from an estimated 20000 matches similar to: "layers"

2004 Jun 14
0
a bit confused
hello there first of all - yes, I''ve read LARTC Howto; - yes, I''ve google''d a bit secondly - if i miss smth. please give me a pointer to some source of info, instead of shouting at me clue: from LARTC Howto [...] The frame is actually the unit on which traffic control is performed. [...] so when i''m shaping with htb ( and fe. sfq ), the kernel is
2007 Feb 07
0
HTB Troubleshooting
Hello all, Probably a silly problem as a result of lack of understanding here, but I''m having some trouble with a supposedly simple shaping script here. I have a bunch of IPs on an interface tun0 (VPN clients) which I''m trying to rate limit to 5Mbps default, and then set externally by a script to 1Mbps or 10Mbps. All traffic goes out of eth0 from the clients - no routeback.
2004 Feb 08
1
HTB - got mesage "invalid parent ID" is wrong: 1:1
Hi, I have more ethernet cards. Egress shaping with HTB over eth0 works fine, ingress shaping with HTB over IMQ works also fine, but in both of cases I use only one class of traffic. Now I want to divide traffic to 3 classes on other interface (egress to ineternal network). I try this command sequense tc qdisc add dev eth1 root handle 1: htb default 12 tc class add dev eth1 parent 1: classid
2004 Aug 16
0
PRIO + filter problem
PROBLEM: My filtering rules don''t seem to be working in the latest incarnation of my shaping script. I''ve changed from using multiple HTB classes to just one and a PRIO qdisc, and now my filters don''t seem to have any effect. OVERVIEW: What I used to have is pretty much the same as the htb wondershaper script (with some tweaks), which worked fine, but I noticed that my
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi I''m looking for a quick recipe for a newbie to control http traffic in my linux gw. My internet is overloaded already and vpn external clients are experiencing troubles (disconnecting in peak hours). Any suggestions ? Regards Guillermo Caracas/Venezuela On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote: > Send LARTC mailing list submissions to >
2003 Aug 12
1
htb qdiscs inside htb classes tree - possible side effects???
Hello, Currently I use following htb configuration: --------------- 1:0 ----------- / | \ 1:1 1:2 1:x / | \ / | \ / | \ 1:1001 1:2001 1:3001 1:1002 1:2002 1:3002 Classes like 1:1,1:2,1:3 limit my clients to some value, let''s say 128kbit/s. Classes like 1:1001 are
2004 Jul 12
1
Traffic shaping: upload should not hurt download
Hello! I have a small home network and I''d like to use traffic shaping because every time someone uploads a file at full speed, my download speed drops to ~10 KB/s. My connection is 768/128 DSL. I found a script at http://www.knowplace.org/shaper/examples.html $TC qdisc add dev $INTERFACE root handle 1: htb default 60 $TC class add dev $INTERFACE parent 1: classid 1:1 htb rate 116kbit
2005 Jan 06
0
Shaping the sum of in/out traffic (IMQ?)
Hello, does anyone have a working solution for the shaping both incoming and outgoing traffic in such way, that for a given class the sum of incoming and outgoing traffic is specified? My ISP does the same thing, it gives me just a line of a defined rate, no matter the traffic direction (i.e. here is the line, the clock speed is 1024kbps, do what you want). I''m a litte bit familiar
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
2005 Feb 08
1
Shaping and forward
Lartc readers I have a peculiar problem with shaping and firewalling. My tc rules work great, below is a smaller version: #Root tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb default 100 #Root Class tc class add dev eth0 parent 1: classid 1:1 htb rate 1024kbit quantum 20000 burst 15k #Class for each user tc class add dev eth0 parent 1:1 classid 1:2 htb rate 32kbit ceil
2004 Jan 18
2
HTB + ESFQ in nat router for shape incoming by ip
Hi, i´ve read about this problem but i didn´t find any solution. I have a router with nat like that: internet - eth0 - Router - eth1 - Lan I made a htb script for shaping outgoing in eth0 and it works great. The problem begin with the incoming traffic... Like other people said, when somebody in the lan uses the tipical download accelerator, the line is out because the bandwidth is divided by
2003 Sep 10
1
Ip traffic accounting and HTB
Hi, I''m using HTB for bandwidth control, but i''m still not sure how to account the traffic. My config is the following: eth0 goes to internet and eth1 to the clients(I''m shaping both ifaces). I want to log ip traffic from and to the clients. Since htb shapes outgoing traffic I''m not sure how to make the iptables script. This is the script: ${IPTABLES} -N
2004 Jun 01
2
HTB latency
Hi list, playing around with HTB showed that it may introduces pretty much latency for our setup. Docum.org says the following: "The default qdisc added to a htb class is pfifo_fast qdisc. The size of the qdisc is the device queue length and this is 100 packets for an ethernet device. So if you want to have a shorter queue, you have to add a shorter qdisc to the htb qdisc." Can
2003 Apr 09
1
HTB Question
Hi Stef, Sorry to write to you directly but my list membership is not working, I receive the archive but cant send to the list, cant delete myself because I don''t exist and can''t rejoin as they say I do exist, anyway hope you don''t mind Can you tell me what the difference between these two scripts is please. What I want to achieve is a high speed channel 1000kbit from
2004 Aug 08
0
working ftp shaping, i think
Ok, i think i found the problem. The script below seems to be working. I need to do some testing now. Thanks for all the help in here. If anyone has any enhancements, feel free to comment please. #!/bin/bash #shaping passive ftp traffic # mark the outbound passive ftp packets on ports 50000-51000 iptables -t mangle -D POSTROUTING -o eth0 -j MYSHAPER-OUT 2> /dev/null > /dev/null
2004 Aug 25
0
shaping problems
Hi, I am using the following script to limit my outbound traffic. This scipt runs on a box behind my firewall. It limits my outbound passive ftp traffic to 39K perfectly....just like i want. However, i just noticed that it is also limiting uploads coming to my server. Is there something I can change to make it not limit uploads to my server? #!/bin/bash #shaping passive ftp traffic #
2004 Aug 27
0
shaping outbound ftp without affecting inbound with 1 nic
Hi, I am using the following script to limit my outbound traffic. This scipt runs on a box behind my firewall. It limits my outbound passive ftp traffic to 39K perfectly....just like i want. However, i just noticed that it is also limiting uploads coming to my server. Is there something I can change to make it not limit uploads to my server? #!/bin/bash #shaping passive ftp traffic #
2002 Nov 12
1
pb with imq
hi stef oone more pb while shaping incoming traffic with imq .this one tc qdisc add dev imq0 root handle 1: htb default 20 tc class add dev imq0 parent 1: classid 1:1 htb rate 2mbit burst 15k tc class add dev imq0 parent 1:1 classid 1:10 htb rate 1mbit tc class add dev imq0 parent 1:1 classid 1:20 htb rate 1mbit tc qdisc add dev imq0 parent 1:10 handle 10: pfifo tc qdisc add dev imq0 parent
2005 Jan 05
2
Shaping the sum of incoming and outgoing traffic
Hello, does anyone have a working solution for the shaping both incoming and outgoing traffic in such way, that for a given client the *sum* of incoming and outgoing traffic is somehow defined? My ISP does the same thing, it gives me just a line of a defined rate, no matter the traffic direction (i.e. here is your line, the clock speed is 1024kbps, do what you want). I''m a litte bit
2003 Oct 03
0
Re: LARTC digest, Vol 1 #1392 - 4 msgs
Здравствуйте lartc-request, Friday, October 03, 2003, 8:44:37 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to lrmdn>