All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Hawley <jhawley@bgea.org>
To: Netfilter List <netfilter@lists.netfilter.org>
Subject: TCPMSS workaround on OUTPUT?
Date: 26 Sep 2002 11:06:17 -0500	[thread overview]
Message-ID: <1033056377.562.49.camel@maximus> (raw)

Hello.

I've been trying to figure out the solution to the old "unable to browse
to certain web site" problem for the past several days.  Am on kernel
2.4.19, iptables version 1.2.6a, on a Debian machine.

I have ipt_TCPMSS and ipt_tcpmss loaded as modules, with all the other
netfilter related stuff compiled into the kernel.

I inserted this line into my iptables.rules:

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN \
-j TCPMSS --clamp-mss-to-pmtu

Now, this does seem to have fixed it for clients behind this firewall.

The question is, how do I fix this for the firewall machine itself? 
Iptables does seem to accept the above rule for the OUTPUT chain, but
seems to have no effect.

The reason it'd be nice for this to work is that this is for a small
remote office in which we have Squid running on the firewall machine.  I
had to turn Squid off since the FORWARD chain fix obviously wouldn't
apply here.

Any suggestions?

-- 
John Hawley
BGEA / Info Tech Svcs
612.335.1334
jhawley@bgea.org



             reply	other threads:[~2002-09-26 16:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-26 16:06 John Hawley [this message]
2002-09-26 20:56 ` TCPMSS workaround on OUTPUT? Thomas Lussnig
2002-09-30 14:38   ` John Hawley

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=1033056377.562.49.camel@maximus \
    --to=jhawley@bgea.org \
    --cc=netfilter@lists.netfilter.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.