All of lore.kernel.org
 help / color / mirror / Atom feed
* NAT PPPOE & MTU problems
@ 2003-05-29 12:36 s
  2003-06-12  4:49 ` Greg Stark
  2003-06-14 19:36 ` Sven Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: s @ 2003-05-29 12:36 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

I've got a problem with NAT connections on PPPOE.
My box is connected to internet via DSL, and I have some computers behind NAT. 
I changed MTU on internal interfaces to 1492 and configured iptables with:

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

also I have squid cache installed for local workstations.
When I surfing net without squid everything works fine, no timeouts or something. Is good.
But when I use squid as a cache sometimes when squid uses POST method with huge amount of parameters, connection hangs. On tcpdump I see that one packet is repeated few times (5) and I got timeout message.
What's wrong ? Repeated packet has 1492 bytes lenght. But there's no answer from www server.

Pozdraviam
Przemyslaw Borkowski

[-- Attachment #2: Type: text/html, Size: 1689 bytes --]

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

end of thread, other threads:[~2003-06-14 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-29 12:36 NAT PPPOE & MTU problems s
2003-06-12  4:49 ` Greg Stark
2003-06-14 19:36 ` Sven Schuster

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.