So, I realized that when change-mss is enable in PPP profile, there is a bit of a problem...
If MAX MTU and MAX MRU is set = 1492
Two mangle rules are dynamically created (of course, this is with a version < 6.39)
One match traffic going to all-ppp interfaces and change MSS to 1452 when MSS is between 1453-65535
And another is to maatch traffic coming from all-ppp interfaces and change the same thing as the rule above.
But... If one PPP is connected and the other side (normally a router from a customer) is configure as MTU 1400, for example..... the rule for traffic coming from all-ppp is automaticaly changed with this new MTU as parameter. For this example, as 1400, the new action is to change mss to 1360
So, all PPP connections will suffer with lower MTU ?
Sometimes is the customer that configured the router, and is making a mess....
How about this new concept in 6.39 ?
!) ppp - implemented internal algorithm for "change-mss", no mangle rules necessary;
How will this actually work?