From 7d024a324412f4902b9ba212277901bbbe2f949c Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 21 Apr 2019 13:19:12 +0200 Subject: [firewall] T314: add firewall options for MSS clamping * clamp MSS IPv4 set firewall options interface pppoe0 adjust-mss '1452' * clamp MSS IPv6 set firewall options interface pppoe0 adjust-mss6 '1452' * disable entire rule set firewall options interface pppoe0 disable Output ------ $ sudo iptables-save -t mangle # Generated by iptables-save v1.4.21 on Sun Apr 21 12:56:25 2019 *mangle :PREROUTING ACCEPT [1217:439885] :INPUT ACCEPT [290:52459] :FORWARD ACCEPT [920:375774] :OUTPUT ACCEPT [301:100053] :POSTROUTING ACCEPT [1221:475827] :VYOS_FW_OPTIONS - [0:0] -A FORWARD -j VYOS_FW_OPTIONS -A VYOS_FW_OPTIONS -o pppoe0 -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452 COMMIT Completed on Sun Apr 21 12:56:25 2019 (cherry picked from commit 476aa4c3a561ea0ef0bf9b4c26ec8b78d18a5d02) --- interface-definitions/firewall-options.xml | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 interface-definitions/firewall-options.xml (limited to 'interface-definitions') diff --git a/interface-definitions/firewall-options.xml b/interface-definitions/firewall-options.xml new file mode 100644 index 000000000..2936cc703 --- /dev/null +++ b/interface-definitions/firewall-options.xml @@ -0,0 +1,55 @@ + + + + + + + Firewall options/Packet manipulation + 990 + + + + + Interface clamping options + + + + + + + + Disable this rule + + + + + + Adjust MSS for IPv4 transit packets + + 500-1460 + TCP Maximum segment size in bytes + + + + + + + + + Adjust MSS for IPv6 transit packets + + 1280-1492 + TCP Maximum segment size in bytes + + + + + + + + + + + + + -- cgit v1.2.3