From: Brendan O'Dea Date: Fri, 16 Sep 2005 05:05:18 +0000 (+0000) Subject: mss tweaking now internal X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~107 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/c826a9e4b3a9bf20c55ffc723fa5337147e7a557 mss tweaking now internal --- diff --git a/Docs/manual.html b/Docs/manual.html index d09e667..5c830f2 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -56,7 +56,6 @@ H3 {
  • Filtering
  • Clustering
  • Routing
  • -
  • Avoiding Fragmentation
  • Performance
  • @@ -1059,22 +1058,6 @@ ibgp" for IBGP. If this is not supported by your IOS revision, you can use "maximum-paths" (which works for EBGP) and set as_number to a private value such as 64512.

    -

    Avoiding Fragmentation

    - -Fragmentation of encapsulated return packets to the LAC may be avoided -for TCP sessions by adding a firewall rule to clamps the MSS on -outgoing SYN packets. - -The following is appropriate for interfaces with a typical MTU of -1500: - -
    -iptables -A FORWARD -i tun+ -o eth0 	\
    -    -p tcp --tcp-flags SYN,RST SYN	\
    -    -m tcpmss --mss 1413:1600		\
    -    -j TCPMSS --set-mss 1412
    -
    -

    Performance

    Performance is great.