So the solution seemed to be to enable jumbo frames and while both hardware (at least wired) seems to be able to handle more, there doesn't seem to be any clear answers to how to set jumbo frames.
I'm afraid the network hardware is dated.
I wish it was as simple as just setting MTU to 9000 on 2 Gentoo platforms, but alas no.
The Gentoo platforms show (lspci | grep -i -E "network|ethernet")
Client:
Code: Select all
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Code: Select all
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
05:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
I also read many specify MTU 9000, but as this is bigger than the actually max frames.
I end up with more questions than answers. Looking for some suggestions to what options to set and if there is any tools/webpages that might show a little more details. I'd also like to use the wifi cards (it's currently set with MTU 1500). I can't find any frame information on the cards and I can't verify it without a lot of trial and error).
Any push in the right direction without pushing towards an abyss, would be helpful.

