Information
The udp_pmtu_discover parameter controls whether MTU discovery is enabled.
The udp_pmtu_discover parameter will be set to 0 . The idea of MTU discovery is to avoid packet fragmentation between remote networks. This is achieved by discovering the network route and utilizing the smallest MTU size within that path when transmitting packets. When udp_pmtu_discover is enabled, it has the potential to disrupt network availability.
Solution
Run the following command to set the udp_pmtu_discover entry:
no -p -o udp_pmtu_discover=0