All of lore.kernel.org
 help / color / mirror / Atom feed
* TCPMSS workaround on OUTPUT?
@ 2002-09-26 16:06 John Hawley
  2002-09-26 20:56 ` Thomas Lussnig
  0 siblings, 1 reply; 3+ messages in thread
From: John Hawley @ 2002-09-26 16:06 UTC (permalink / raw)
  To: Netfilter List

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-30 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-26 16:06 TCPMSS workaround on OUTPUT? John Hawley
2002-09-26 20:56 ` Thomas Lussnig
2002-09-30 14:38   ` John Hawley

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.