Re: [LARTC] Qos with 2 internet connections problems

2005-06-25 Thread Per Marker Mortensen
At Wed, 6 Apr 2005 17:56:13 +0200 (CEST),
hawk wrote:

Hey

> >> I would recommend reading the masters thesis of Jesper Dangaard Brouer
> >> at http://www.adsl-optimizer.dk/thesis/
> > I have been eagerly awaiting the release of that software myself.
> Sorry, I have not released the software yet... I have been delayed by the 
> birth of my little new daughter... have not gotten much sleep lately.
> (http://www.trykdenaf.dk/gallery/silke_fodsel)

Jesper have now released a version of his software. 

http://www.adsl-optimizer.dk/ADSL-optimizer/

http://www.adsl-optimizer.dk/ADSL-optimizer/download/ADSL-optimizer-0.03.tar.gz


Per Marker Mortensen <[EMAIL PROTECTED]>

research assistant - distlab.dk
office N220 -- dept. of Computer Science, University of Copenhagen
direct +45 35321438 -- mobile +45 20413070 -- home +45 32592041  

___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] Re: ADSL Calculator

2005-06-17 Thread Per Marker Mortensen
At Fri, 17 Jun 2005 03:11:35 +0200,
Tobias Diedrich wrote:

Hi

> 1)
> I don't think the kernel patch is needed as you can fold that
> information into the rate table AFAICS (See the patch at the end
> of this mail).  Then again, depending on the overhead value you'd
> of course have a slight inaccuracy (in case the overhead is not
> divisible by 2^cell_log).  Thus in my patch I just assume the
> worst.

I do not remember the details (is my office mate's thesis and not
mine), but from what I remember it will actually more than slightly
inaccurate. The thing is that the rate table is off-by-one with
respect to 2^cell_log  - see section 6.1.2 of the thesis.

If you use the patch in the thesis, the calculations will be 100%
accurate. 
 
> 2)
> AFAICS you only looked at upstream shaping, right?

Its the focus of my office mates thesis, but there is also a chapter
that looks at posible downstream problems. 

> At least from my experience I can say that for my ADSL link
> (3456kbit down / 448kbit up raw ATM speed, shared by 5 users)
> it is quite easy to saturate the downstream with a bittorrent
> download.  So some sort of downstream shaping is needed too.

From what I have seen in different places it is actually normally not
a problem. But 4/8Mbps/768kbps ADSL's are also very common here i
DK. The problem always seem the be the upstream capacity and the
extreme usage P2P programs. 

> Unfortunately the IMQ patch seems to panic the kernel when it
> starts dropping packets.  I am currently using a shellscript

There is actually no need to use IMQ, or there are at least other
ways. Several places I have just setup the queue disciplines on the
interface towards the LAN. If you need communication between the LAN
and the router, you can make a special HTB leaf for that, and map
packages with iptables. 

---
Yours

Per Marker Mortensen <[EMAIL PROTECTED]>
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] ADSL Calculator

2005-06-16 Thread Per Marker Mortensen
At Wed, 15 Jun 2005 00:02:32 +0200,
Tobias Diedrich wrote:

Hi

> Comments, suggestions, spelling nitpicks?

Maybe 

http://www.adsl-optimizer.dk/thesis/
http://www.adsl-optimizer.dk/thesis/main_final.ps

chapter 5, will give you extra information.

---
Yours

Per Marker Mortensen <[EMAIL PROTECTED]>

___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc