X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/12f16f60c19b470a3a4e5ee145485095dc674dee..dc3e79bf7e65b4f7787baa2f665296418518f5c9:/Docs/manual.html?ds=sidebyside diff --git a/Docs/manual.html b/Docs/manual.html index 13748a9..65d7f4c 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -56,6 +56,7 @@ H3 {
BGP routing configuration is entered by the command: @@ -360,23 +384,25 @@ define the body of the access-list. Standard access-list syntax: Extended access-lists: -
{permit|deny} ip {host|source source-wildcard|any} - {host|destination destination-wildcard|any} -
{permit|deny} udp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] -
{permit|deny} tcp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] [{established|{match-any|match-all} - {+|-}{fin|syn|rst|psh|ack|urg} ...] - + {+|-}{fin|syn|rst|psh|ack|urg} + ...|fragments] +
-
+
+iptables -A FORWARD -i tun+ -o eth0 \ + -p tcp --tcp-flags SYN,RST SYN \ + -m tcpmss --mss 1413:1600 \ + -j TCPMSS --set-mss 1412 ++