From: Yan Seiner <yan@seiner.com>
To: linux-ppp@vger.kernel.org
Subject: Re: Netflix and pppd
Date: Mon, 07 Dec 2015 12:17:07 +0000 [thread overview]
Message-ID: <566578C3.2050508@seiner.com> (raw)
In-Reply-To: <566461FE.4090003@seiner.com>
On 12/6/2015 11:05 PM, Michael Richardson wrote:
> Yes, like James, I'd say that your problem is MTU issues with the PPPoE.
> Aside from the usual mss-clamping solution, you could also lower the MTU
> on the "lan2" to 1460 or so.
> DHCP should tell the other boxes about that, and things may work better.
Yes, I am forcing the MTU to 1464 via DHCP. However, I tried adding this:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu
to my iptables script and that seems to have cured the problem, at least
for this morning. Thanks for the nudge.
--Yan
>
> --
> ] Never tell me the odds! | ipv6 mesh networks [
> ] Michael Richardson, Sandelman Software Works | network architect [
> ] mcr@sandelman.ca http://www.sandelman.ca/ | ruby on rails [
>
next prev parent reply other threads:[~2015-12-07 12:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 16:27 Netflix and pppd Yan Seiner
2015-12-06 16:53 ` James Carlson
2015-12-07 4:05 ` Michael Richardson
2015-12-07 12:17 ` Yan Seiner [this message]
2015-12-07 13:58 ` Michael Richardson
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=566578C3.2050508@seiner.com \
--to=yan@seiner.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.