Advice with bridge setup using two switches

Started by dcol, September 29, 2020, 02:07:28 AM

Previous topic - Next topic
I would like to setup two networks from 2 switches and bridge them. One managed with SPF+ ports using 9000 MTU devices. The other unmanaged with 1GB Ethernet ports connected to devices using 1500 MTU.

Is the best option to just bridge the two switches in OPNsense using two interfaces? I need the systems on the SPF switch to handle large media files, which is why I need Jumbo Frames. But I know it is not wise to mix MTU, so I am looking for the best options here.


September 29, 2020, 08:06:37 PM #2 Last Edit: September 30, 2020, 03:50:19 PM by pmhausen
To my knowledge you cannot bridge two different MTUs. You need to route between the networks so fragmentation can occur.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

September 29, 2020, 08:34:03 PM #3 Last Edit: September 29, 2020, 08:36:41 PM by dcol
I suppose another option then is to isolate the two switches and use a separate NIC for systems needing connections like internet access in the 1G switch.

I found a workable solution.
I created a new interface with 9000 MTU and connected it to the SPF+ managed switch. All the 1G devices connect to an unmanaged switch to a different interface port at 1500 MTU.

I will let OPNsense route the higher MTU traffic to the the lower MTU devices.

If this is not a good solution, please advise. Thank you.