From f05113eb22361d617a3814396a14448b04102d09 Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Sun, 30 Mar 2014 18:23:51 +0000 Subject: [PATCH] --- etc/ipv4/mss-clamp.conf | 13 +++++++++++++ etc/ipv6/mss-clamp.conf | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 etc/ipv4/mss-clamp.conf create mode 100644 etc/ipv6/mss-clamp.conf diff --git a/etc/ipv4/mss-clamp.conf b/etc/ipv4/mss-clamp.conf new file mode 100644 index 0000000..471035e --- /dev/null +++ b/etc/ipv4/mss-clamp.conf @@ -0,0 +1,13 @@ +# Interface MSS Clamping +# Use this file to set up clamp rules for interfaces +# Use tabs or single space to separate +# +# eth0 1454 fwd +# +# Default MSS size: 1400:1536 +# Default Type: out +# You can use '-' as both mss and type, and it will use defaults +# Interface is required. +# +# interface mss size type +eth0 - - \ No newline at end of file diff --git a/etc/ipv6/mss-clamp.conf b/etc/ipv6/mss-clamp.conf new file mode 100644 index 0000000..471035e --- /dev/null +++ b/etc/ipv6/mss-clamp.conf @@ -0,0 +1,13 @@ +# Interface MSS Clamping +# Use this file to set up clamp rules for interfaces +# Use tabs or single space to separate +# +# eth0 1454 fwd +# +# Default MSS size: 1400:1536 +# Default Type: out +# You can use '-' as both mss and type, and it will use defaults +# Interface is required. +# +# interface mss size type +eth0 - - \ No newline at end of file