« Mikrotik : Forcer le MTU des clients » : différence entre les versions
De www.yakakliker.org
(Page créée avec « <syntaxhighlight lang="bash"> /ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes protocol=tcp tcp-flags=syn out-interface-list=WAN </syntaxhighlight> === Liens === https://www.reddit.com/r/mikrotik/comments/1b794e7/how_to_force_clients_a_specific_mtu/ https://forum.mikrotik.com/t/trying-to-understand-the-need-for-mss-clamping/175749 Catégorie:Mikrotik Catégorie:Reseau Catégorie:Routeur ») |
Aucun résumé des modifications |
||
Ligne 12 : | Ligne 12 : | ||
[[Catégorie:Reseau]] | [[Catégorie:Reseau]] | ||
[[Catégorie:Routeur]] | [[Catégorie:Routeur]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Version du 27 août 2025 à 11:36
/ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes protocol=tcp tcp-flags=syn out-interface-list=WAN
Liens
https://www.reddit.com/r/mikrotik/comments/1b794e7/how_to_force_clients_a_specific_mtu/
https://forum.mikrotik.com/t/trying-to-understand-the-need-for-mss-clamping/175749