search for: stardotstar

Displaying 4 results from an estimated 4 matches for "stardotstar".

2005 Jul 05
1
Re: LARTC Digest, Vol 5, Issue 6
I''m not an expert, but I can tell you that when traffic shaping on a router, you can just shape egress both ways and not mess with imq. My script is at http://www.stardotstar.org/?page_id=63 The basis are the following 2 lines where UPDEV is ppp0 and DOWNDEV is eth0 in your case. tc qdisc add dev ${UPDEV} root handle 1: htb default 100 r2q 1 tc qdisc add dev ${DOWNDEV} root handle 1: htb default 100 r2q 1 Edward > Message: 2 > Date: Mon, 04 Jul 2005 12:40:11...
2005 Jun 09
5
nesting htbs
Hello all, I am running a coop satellite link for my aviation company here in Iraq. (silly blog www.stardotstar.org). I am running tc with htb with good success so far. I am working on improving it though and need some help. Currently I have just 4 classes, syn/ack/ping, webchat, http, and then other. We are really happy with how this has improved our ability to call home from our rooms and do video chat...
2005 Jun 14
2
Current Script
...e source, I would love to give credit, but I don''t keep records :) I''ll try to fill in some of where I found all of this as well as compile a list of links on the page listed below. Ok, pasting my code into this gmail window was getting ugly. So I posted my code at: http://www.stardotstar.org/?page_id=63 In case the script isn''t clear, here is my overall idea: 4 kinds of traffic 1. ''Overhead Traffic'' of ACKs and SYNs. Latency is a big problem, so I gave this a class of its own. 2. ''Interactive Traffic'' Telnet, SSH, and since our main...
2005 Oct 04
3
Incoming traffic?
Hi there, a program is downloading large files on a regular basis and has no switch to limit bandwidth. Is there a way to shape this incoming traffic? Any pointers? My outgoing traffic shaping works perfectly, but this incoming thing gives me a headache.. many thanks in advance! Dominik