JSI Tip 1528. Your router silently drops unfragmented packets greater than MTU size?

Jerold Schulman

August 10, 1999

1 Min Read
ITPro Today logo

If you have a black hole router, that drops packets larger than the Maximum Transmission Unit (MTU) size, when the don't fragment bit is set, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTcpipParameters

On the Edit menu, Add Value name EnablePMTUBHDetect, as a type REG_SZ. Set the String to 1. If EnablePMTUBHDetect is missing, or set to 0, the default behavior is restored.

NOTE: Setting EnablePMTUBHDetect to 1 causes TCP/IP to disable the don't fragment bit when several retransmissions go unacknowledged.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like