linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Pasi Kärkkäinen" <pasik@iki.fi>
To: linux-ppp@vger.kernel.org
Subject: Re: ppp-2.4.2 released
Date: Wed, 03 Mar 2004 09:09:58 +0000	[thread overview]
Message-ID: <20040303090958.GD16266@edu.joroinen.fi> (raw)
In-Reply-To: <16391.33929.908463.444449@cargo.ozlabs.ibm.com>

On Wed, Mar 03, 2004 at 07:13:08AM +0800, Bernard Blackham wrote:
> A while ago, Pasi wrote:
> > > > > > There's still the MTU bug (with MPPE) left..
> 
> > > What bug is that?
> 
> > I've sent couple of mails about this.. I'll explain it below.
> 
> > Now, the problem is, that the web-server is already sending packets which
> > have *right* size (the size client told), but the pptp-server rejects them
> > because of the ppp-interface MTU is too low (in the pptp server). 
> > 
> > pppd/ccp.c near line 1192:
> > 
> > mtu = netif_get_mtu(f->unit);
> > if (mtu)
> >     netif_set_mtu(f->unit, mtu - MPPE_PAD);
> > else
> >     newret = CONFREJ;
> > 
> > MPPE_PAD is defined as 4.
> > 
> > 
> > The pptp client sets the MTU to x (for example 1400), and the pptp server sets 
> > the MTU to x-4 (1396). This obviously happens only when using MPPE.
> > 
> > The pptp-client is not able to load the web page at all, because the client
> > doesn't receive any data from the web server! the pptp-server rejects the
> > incoming (http) packets.
> > 
> > This does not happen with all web sites.
> 
> Just a metoo message - I've been experiencing the exact same
> problems here. We have a poptop server serving over 100 concurrent
> connections and many users have noted that they weren't able to
> access the campus website.
> 
> The campus website is behind a Cisco load balancer, so this may be a
> suspect in breaking PMTU. Disabling the above lines of code also
> solved the problem here though and we've had few complaints since.
> 

Good to hear. 

Even if this is not a pppd bug, I think we should create some kind of
workaround (option?) for this?

Other ppp-servers don't seem to have this same problem.. so it makes you
feel that pppd is broken :)

-- Pasi Kärkkäinen
       
                                   ^
                                .     .
                                 Linux
                              /    -    \
                             Choice.of.the
                           .Next.Generation.

      parent reply	other threads:[~2004-03-03  9:09 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-16  6:28 ppp-2.4.2 released Paul Mackerras
2004-01-16  8:48 ` Pasi Kärkkäinen
2004-01-16 12:16 ` Clive Nicolson
2004-01-16 16:21 ` Arvin Schnell
2004-01-16 22:57 ` Paul Mackerras
2004-01-16 23:18 ` Bill Unruh
2004-01-16 23:18 ` Paul Mackerras
2004-01-17 10:45 ` Pasi Kärkkäinen
2004-01-18  4:10 ` Jan Dubiec
2004-02-02  9:27 ` Frank Cusack
2004-02-02  9:34 ` Frank Cusack
2004-02-02 10:56 ` Pasi Kärkkäinen
2004-02-02 18:09 ` Frank Cusack
2004-02-02 23:11 ` James Cameron
2004-02-03 11:17 ` Pasi Kärkkäinen
2004-02-03 11:24 ` Pasi Kärkkäinen
2004-02-03 14:33 ` Frank Cusack
2004-02-03 15:10 ` Pasi Kärkkäinen
2004-02-03 15:13 ` Frank Cusack
2004-02-03 16:24 ` Andy Gay
2004-02-03 16:25 ` Frank Cusack
2004-02-03 22:01 ` James Cameron
2004-02-03 22:11 ` James Cameron
2004-02-04 12:58 ` Pasi Kärkkäinen
2004-02-04 13:00 ` Pasi Kärkkäinen
2004-02-04 13:01 ` Pasi Kärkkäinen
2004-03-02 23:13 ` Bernard Blackham
2004-03-03  9:09 ` Pasi Kärkkäinen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040303090958.GD16266@edu.joroinen.fi \
    --to=pasik@iki.fi \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).