source:
lab.git/TipAndDoc/iptables/ufw/mangle.rules
Last change on this file was 8333ea0, checked in by mitty <mitty@…>, 14 years ago | |
---|---|
|
|
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 | |
12 | COMMIT |
Note: See TracBrowser
for help on using the repository browser.