bbruns@gmail.com 2014-03-30 18:23:51 +00:00
parent d43e5ad04d
commit f05113eb22
2 changed files with 26 additions and 0 deletions

13
etc/ipv4/mss-clamp.conf Normal file
View File

@ -0,0 +1,13 @@
# Interface MSS Clamping
# Use this file to set up clamp rules for interfaces
# Use tabs or single space to separate
# <interface> <mss size> <type>
# 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 - -

13
etc/ipv6/mss-clamp.conf Normal file
View File

@ -0,0 +1,13 @@
# Interface MSS Clamping
# Use this file to set up clamp rules for interfaces
# Use tabs or single space to separate
# <interface> <mss size> <type>
# 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 - -