I've just added a new PPP interface to a router that has 3 others and this is causing me problems. The initial 3 interfaces all have a 1500 byte MTU but the latest one needs a smaller MTU (as it's tunnelled). When I set change-tcp-mss on the PPP profile I get the following in the mangle rules:Only 2 change mss mangle rules are created for all ppp interfaces;
Code: Select all
7 D chain=forward action=change-mss new-mss=1360 passthrough=yes tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1361-65535
8 D chain=forward action=change-mss new-mss=1360 passthrough=yes tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1361-65535
Matt.