From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-71608-garchives=archives.gentoo.org@gentoo.org>)
	id 1Irrhk-0003Ai-4D
	for garchives@archives.gentoo.org; Tue, 13 Nov 2007 09:05:08 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAD93ndw013295;
	Tue, 13 Nov 2007 09:03:49 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172])
	by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAD8xdD7006935
	for <gentoo-user@lists.gentoo.org>; Tue, 13 Nov 2007 08:59:40 GMT
Received: by ug-out-1314.google.com with SMTP id j3so55460ugf
        for <gentoo-user@lists.gentoo.org>; Tue, 13 Nov 2007 00:59:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id;
        bh=6KrEzxR3NJm1f1ULwzXFwL4XqRtWAib/skfd1QzMlxw=;
        b=UXMKjyk6u4EUOyzNiosLLFLAPyJkaE+GPT/UQNvYa+9J4+/8OBsBni4FX6RxJ/rmgjOJCrBHsxsByrHbi8CqfauPZaY6LcUd0f4QzBtimq8rsTZLWcylH2qg+tMw1PBk0fN1/+fdVrOLm2KsL6U8lmiC9Z67N3fPdG9XVaHHZ9Q=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id;
        b=e8MJ8x8sxZSMExdcDyFYFa+FZnB6g1oebGmaidcIa24l/Q6NxecEEkrmIQt5KMHHLWtWSn5JyfLUk/4Zf7wDG4RiOrjKu74G4j3xUA0JIY5qssleMBNoJQPgRJ1rpHzuFj0IA8iIGfs9Sy5tT96nn10saxZaptGvIG5izRAzSrM=
Received: by 10.67.103.12 with SMTP id f12mr416283ugm.1194944379406;
        Tue, 13 Nov 2007 00:59:39 -0800 (PST)
Received: from ?62.255.116.101? ( [62.255.116.101])
        by mx.google.com with ESMTPS id j2sm240957ugf.2007.11.13.00.59.28
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 13 Nov 2007 00:59:38 -0800 (PST)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] {OT} Cable latency & Skype
Date: Tue, 13 Nov 2007 08:57:41 +0000
User-Agent: KMail/1.9.7
References: <49bf44f10711121559n648285a6y2a84655b8a4bc942@mail.gmail.com>
In-Reply-To: <49bf44f10711121559n648285a6y2a84655b8a4bc942@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart1485050.MEVV9NgpGV";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200711130858.02565.michaelkintzios@gmail.com>
X-Archives-Salt: 93d01d67-74cf-4ca1-af3a-a787395bb819
X-Archives-Hash: 9d9acbdbddd4c78d4f61a6388b69e3f8

--nextPart1485050.MEVV9NgpGV
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday 12 November 2007, Grant wrote:
> I just switched from DSL to cable and I'm noticing a significant delay
> when using Skype, even when nothing else is happening on my network.
> Has anyone else noticed this and had success "fixing" it?  I'm using a
> Gentoo router so I can try just about anything.

If this is a MTU problem (it may very well not be, see below) I would go ab=
out=20
it as follows.

Do you know what is the recommended MTU of your ISP?  What MTU your modem i=
s=20
set at?  If not and they won't tell you you could try to find out by=20
yourself:

Set the MTU of *all* nodes between your PC & your ISP's modem to 1500 (PC,=
=20
router, etc).  Then run something like this:

$ ping -c 3 -v -M do -s 1452 www.yahoo.com  (better if you use the IP addre=
ss=20
of yahoo.com, of even better if you use one of your ISP's gateways, DNS=20
servers, etc. to avoid problems with network congestion upstream - in that=
=20
sense ebay on a Sunday afternoon may not be a good choice ;).

Work your way up to greater packet values until you cannot ping anymore=20
because packet fragmentation occurs.  Once you find the value at which it=20
switches over then add 28 (for the packet headers) to the maximum value at=
=20
which ping works. This should be the value at which your modem is set.

Set all other network components to the same MTU (inc. all PCs in your=20
network) and you should be good - BUT only if the modem's MTU was correct i=
n=20
the first place.

If your modem has the wrong MTU for the ISPs network assuming they don't te=
ll=20
you what that is, then try altering it from 1500 downwards to 1492, 1480,=20
1458, 1430, 1400, while you test for maximum line speed.  Set all your=20
network components to the same MTU and check with a broadband speed tester=
=20
(e.g. www.speetest.net) to see when you get maximum speed.  Alternatively,=
=20
try downloading some iso image from a main mirror near you (warning -  not=
=20
all mirrors are born equal in terms of bandwidth, so some experimentation i=
s=20
required).

Eventually, you'll find some max MTU value at which you get the best=20
comparative performance.  For the tests to be meaningful they should be=20
better performed during quiet times (see contention below).  BTW, from the=
=20
little I know about cable the MTU is usually set at 1500, but others could=
=20
advise better.

If all that doesn't fix it, then it may have nothing to do with MTU and it=
=20
could be related to faulty components in your network (cables, switches,=20
modem, etc.); ISP throttling (is poor performance occurring only some=20
times/days or is it universal); busy Skype servers(?), or good old high lev=
el=20
pipe contention, because the world and his wife are on the Internet these=20
days and the infrastructure has not grown enough for it.

HTH.
=2D-=20
Regards,
Mick

--nextPart1485050.MEVV9NgpGV
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBHOWcH5Fp0QerLYPcRAlJjAJ4ttfuvwSrjC/Rn72kGndfNWvJEGQCfd0rc
8UmAYlKmBZkF5n1pQg0sj6g=
=3YHs
-----END PGP SIGNATURE-----

--nextPart1485050.MEVV9NgpGV--
-- 
gentoo-user@gentoo.org mailing list