1. Yes, I have a physical pfSense system operating as my router, connected to my ISP via DOCSIS 3.1 modem in bridge mode.
- Do you have a router that is routing already?
- If no external router, then using the switch as a router, does have some limitations in what routing it does.
- Setting jumbo still allows you on a per-port or VLAN basis the MTU
- I would segment storage from other VLANs i.e. internal network on one VLAN storage another
- I would then run a per VLAN MTU, Set the VLAN for normal communications under a 1500 MTU, storage under the max MTU and configure your ports on the storage to the max MTU your nics will support.
- You would need to understand Brocade's network and routing to get all of that to work without some other routing device to do it for you.
- Deciding whether or not to do jumbo is really dependent on what type of storage you are doing. Small files, large files etc. Smaller files may be best with standard mtu, I mean like 1k files versus larger megabyte files.
2. N/A
3. When I tried to assign a new MTU value to a specific port, it always gave an error that MTU is an unrecognized command. I was able to assign a MTU to a VLAN, but right now I only have the one VLAN containing all ports. The larger MTU dropped my overall network speed so I changed it back to the default of 1500 for now.
4. I've seen that recommendation before but I'm not quite sure what it means... my unRAID servers act as more than just storage. Docker containers and VMs run on my unRAID systems. Right now I've left the z690 system with its 10Gbe Aquantia NIC attached to one of the front 10G ports but the x299 system with its 5Gbe NIC is currently plugged into a 1Gbps port. That has eliminated all of the retransmits that iperf3 reported when it was connected to a 10G port via the Wiitek SFP+ module, but of course that limits my max speed to 1Gbps.
5. My research has led me to the same conclusion so I'm still planning to create a new VLAN for all of the 10G ports. My main concern is how to let other devices access that VLAN and vice versa. I assume that's why you asked about a router - I suspected I would have to implement some routing on it to allow the VLAN to be seen by other devices. For example, my Nvidia Shield needs to be able to contact Plex on the main media unRAID system.
6. Any sites or tips you can provide to illustrate what kind of routing rules I need to configure, presumably on pfSense?
7. Most of the files on my unRAID systems are large - I only rip full remuxes from my physical discs. I do also use the second server for backups of other systems in my LAN. The backups contain lots of smaller files like documents and pictures - I suspect a large MTU will result in a lot of wasted overhead in packet transmission. The reason I want more LAN speed between the two servers is this: I rip and edit my full remuxes on the 2nd system. When I'm satisfied with the file, it then gets moved into one of the media folders (Movies, TV, Music, etc). Its this transfer between the two systems that I'm trying to improve. I've read good and bad about enabling jumbo frames but right now my feeling is to not enable it.
Note that my plan to put an Intel x520 10Gbe NIC into the x299 system wasn't implemented. Unfortunately I'm using all of the x8 slots that my motherboard supports. The x299 system does have Thunderbolt 3 ports on it so I was contemplating buying a TB3 10Gbe NIC. Alas that's an expensive option, even more than trying to find a known good SFP+ to RJ45 module with the Aquantia AQS-107 chip. There appear to be a LOT of 3rd party knock-offs of the Aquantia module - most of the ads I've seen state that they are 'compatible' but so was my Wiitek.
Thanks for the response and suggestions!