From mboxrd@z Thu Jan 1 00:00:00 1970 From: Askar Subject: what is --set-mes 128 Date: Thu, 13 Jan 2005 09:50:11 +0500 Message-ID: Reply-To: Askar 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 Hello, can someone help mevto understand these rules... $iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 128 $iptables -t nat -A PREROUTING -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 128 Secondly is there any benefit of changing TOS of packets going out i-e... $iptables -A OUTPUT -t mangle -p tcp --dport http -j TOS --set-tos Maximize-throughput any help will be greatly appreciated. regards Askar -- (after bouncing head on desk for days trying to get mine working, I'll make your life a little easier)