All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuwen Dai <yuwend@gmail.com>
To: Wenzhuo Zhang <wenzhuo@zhmail.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: internal host can not access hotmail
Date: Wed, 23 Feb 2005 22:17:37 +0800	[thread overview]
Message-ID: <f7e5481105022306175a6b09dc@mail.gmail.com> (raw)
In-Reply-To: <421A9F1F.5080906@zhmail.com>

On Tue, 22 Feb 2005 10:55:27 +0800, Wenzhuo Zhang <wenzhuo@zhmail.com> wrote:
> Yuwen Dai wrote:
> > Any advice to diagnose this problem?  I once thought maybe something
> > wrong with the FORWARD rules, and tried to log the blocked
> > packages. But there's no log info.
> 
> Probably you're encoutering the Path MTU Discovery problem. There are
> serveral solutions to this problem.
> 
> 1. Lower the MTU of the network interface of your internal host.
> 
> 2. Use the clamp-mss-to-pmtu feature of iptables:
>     # iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS \
>          --clamp-mss-to-pmtu

Thank you.  I used this rule to solved the problem.



> 
> 3. Use the clamp MSS feature of rp-pppoe (e.g. -m 1412).
> 

Now ppp uses a rp-pppoe.so plugin in peers/dsl-provider:
plugin rp-pppoe.so eth0

instead of
pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"

So I don't know if I can use an option.

Best regards,
Dai Yuwen


  reply	other threads:[~2005-02-23 14:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-21 12:58 internal host can not access hotmail Yuwen Dai
     [not found] ` <004c01c51828$eedd0db0$0700a8c0@sistema2>
2005-02-22  1:13   ` Yuwen Dai
2005-02-22  2:55 ` Wenzhuo Zhang
2005-02-23 14:17   ` Yuwen Dai [this message]
2005-02-24  6:09     ` Wenzhuo Zhang
2005-02-28  2:33       ` Yuwen Dai
2005-02-28  3:11         ` Wenzhuo Zhang

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=f7e5481105022306175a6b09dc@mail.gmail.com \
    --to=yuwend@gmail.com \
    --cc=netfilter@lists.netfilter.org \
    --cc=wenzhuo@zhmail.com \
    /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.