Hi,
I’ve been experiencing a bit, and it turns out most of my hosts can’t do jumbo frames. But since iPXE & FOG use DHCP in a reasonnably standard way, pushing the MTU using DHCP (and having switches that support it, obviously) should have the client use it. But it requires the hardware of the NICs to support it, and the driver as well…
For those who don’t know what Jumbo Frames are, it’s a way to increase the maximum size (in fact, [URL=‘https://en.wikipedia.org/wiki/Maximum_transmission_unit’]MTU[/URL] means Maximum Transmission Unit) of the IP packet used on the network. The standard value is 1500, which means each TCP or UDP packet has to be sliced in 1500 bytes parts, adding a lot of overhead for huge transfers. Thus, putting that value to 9000 (the “jumbo” size), you avoid resending a full tcp/udp header every 1500 bytes…