Test jumbo frames on one isolated NAS path while keeping a verified 1500-MTU route available for SMB recovery.
On a home network, SMB access may cross a client NIC, switch port, VLAN, bridge, virtual switch, NAS interface, or router path that does not share the same frame limit. The safe goal is therefore not merely to enter MTU 9000 on two devices, but to preserve a working management path, prove the entire test route in both directions, compare the same SMB workload before and after the change, and roll back immediately when the evidence points to an MTU mismatch.
Record a Known-Good 1500-MTU Baseline
Begin with the NAS, test client, and switch using their current standard MTU, then confirm that the SMB share mounts, browses, reads, writes, reconnects, and survives a normal client restart. This baseline is the recovery state you must be able to reproduce without guessing.
A larger MTU only changes packet efficiency; it does not remove storage, CPU, SMB, or client limits. ZimaSpaceโs explanation of why jumbo frames may not improve NAS transfers is useful here because a safe test needs both a connectivity baseline and a workload baseline.
Save the current interface MTU, IP address, VLAN, bridge membership, SMB path, and measured transfer result. Also confirm that you can reach the NAS from another device that will remain at MTU 1500, or arrange local console access before changing the only management interface.
Map Every Hop in the Exact SMB Test Path
Draw the path that the chosen client actually uses to reach the NAS. Include physical switch ports, LAG or bridge interfaces, VLAN subinterfaces, hypervisor switches, USB Ethernet adapters, router interfaces, and any container or virtual-machine network layer involved in the SMB endpoint.
Jumbo communication requires end-to-end frame support because a Layer 2 device that cannot forward the larger frame may drop it rather than resize it. The smallest supported point on the route therefore defines the usable packet size.
Mark each hop as confirmed, unknown, or outside the test. Do not enable jumbo frames while one hidden bridge, switch port, VLAN, or routed boundary remains unknown; first simplify the path or keep that component at the standard-MTU side of the experiment.
Change the Infrastructure Before One Test Endpoint
Increase the maximum frame allowance on the switch or isolated storage VLAN first, because raising a switch limit normally permits larger frames without forcing ordinary devices to send them. Then change the NAS test interface and only one client, leaving every other client and the recovery path untouched.
Switches implement MTU configuration differently: some use a global maximum, some configure individual interfaces, and some treat routed and switched MTUs separately. A number shown in one interface may also describe a different layer from the value shown by another device.
Apply one change at a time and record it. If the NAS has only one interface, do not begin by changing it remotely without a rollback method; use a maintenance window, a second NIC, a direct console, or a test VLAN that can be removed independently.
Prove the Packet Size in Both Directions Before Opening SMB
First repeat a normal small ping to confirm basic reachability, then send a large packet with fragmentation disabled. For an IPv4 MTU of 9000, a common test payload is 8972 bytes because the IP and ICMP headers use the remaining 28 bytes.
Run the large-packet test from client to NAS and from NAS to client. One-way success is not enough: asymmetric VLAN handling, a virtual switch, or a different return route can allow one direction while silently dropping the other.
If the large packet fails, reduce the payload until it passes and identify the hop whose configured or supported maximum matches that ceiling. Do not continue to SMB benchmarking until the intended packet size succeeds repeatedly in both directions without fragmentation warnings, timeouts, or increasing interface errors.
Compare the Same SMB Workload at MTU 1500 and the Test MTU
Use one large local file, the same client, the same NAS share, the same source and destination storage, and the same SMB security settings. Run enough time to move beyond RAM cache and short write bursts, then record throughput, CPU use, latency, retransmissions, and whether the share reconnects normally.
A practical community troubleshooting pattern is to test jumbo frames on and off rather than attributing every speed change to the MTU. The result matters only when the large-packet path is clean and the workload is otherwise unchanged.
Interpret the A/B test with the following result map instead of accepting a single peak number:
| Observed Result | Likely Meaning | Next Action |
|---|---|---|
| Large ping fails and SMB stalls | End-to-end MTU mismatch | Rollback the test endpoint and inspect each hop |
| Large ping passes but SMB is slower | MTU is not the useful bottleneck or errors rise under load | Check CPU, storage, retransmissions, and interface counters |
| SMB improves with stable latency and no errors | The tested workload benefits on this exact path | Repeat with normal clients and recovery tests before wider rollout |
| No material change | Standard frames already meet the workload | Keep MTU 1500 unless another measured workload benefits |
Rollback at the First Connectivity or Error Boundary
Rollback is required when SMB mounting becomes unreliable, large packets fail in either direction, retransmissions or CRC errors increase, ordinary clients lose access, or the test produces no repeatable workload benefit. A jumbo-frame test is not successful merely because one benchmark completes.
Return the test client to MTU 1500 first so it can communicate through the known-good path, then revert the NAS test interface if required. Remove the test VLAN or switch override only after standard-MTU SMB access, browsing, writing, and reconnect behavior are confirmed again.
Keep jumbo frames only when the entire selected path is documented, the rollback route remains available, and the actual NAS workload improves without harming latency or compatibility. Otherwise, the correct result of the test is to retain MTU 1500 rather than continue tuning a feature that has not earned its operational cost.
Support & Tips
More to Read

Can Plex Share a GPU With Another Docker Container?
Plex and another container can often access the same GPU, but you must test driver support, device mapping, video-engine load, memory, and recovery behavior.

How to Tell Whether a Plex Error Comes From the Client or Server
Reproduce the same item on another client, compare the session path, then collect server evidence only after scope tells you where the failure actually...

How to Configure Plex Cache and Transcode Temporary Storage
Protect persistent Plex state while placing transcode temp files on suitable local storage, then verify cleanup, free space, and restart behavior.

