From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonathan Subject: squid + clamp-mss-to-pmtu Date: Wed, 04 May 2005 17:09:13 +0200 Message-ID: <1115219353.2802.11.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi, I have a problem with squid and iptables. I have to use "TCPMSS --clamp-mss-to-pmtu" to adapt the mtu with the ISP requirement, but since I have installed the squid proxy, it seems like the iptables chains below doesn't work. $iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN / -j TCPMSS --clamp-mss-to-pmtu $iptables -A OUTPUT -p tcp --tcp-flags SYN,RST SYN / -j TCPMSS --clamp-mss-to-pmtu Some websites still are unaccessible. Is there a way to make it work? thanks