source: lab.git/TipAndDoc/iptables/ufw/mangle.rules @ e3ecf1e

trunk
Last change on this file since e3ecf1e was 8333ea0, checked in by mitty <mitty@…>, 13 years ago

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@92 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 301 bytes
Line 
1#
2# This file is used by /etc/init.d/setfilter
3#
4# Rules that should be stored in mangle table.
5
6
7*mangle
8# to overcome criminally braindead ISPs or servers which block ICMP Fragmentation Needed packets
9# see iptables(8)
10-A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
11
12COMMIT
Note: See TracBrowser for help on using the repository browser.