On Fri, Jul 14, 2017 at 12:53:58PM -0400, Derrick Lobo wrote: > I would like to create eth0 as the WAN interface and the remaining eth1-6 > as the LAN interface so that I can connect multiple switches and devices > directly on the 7 remaining ports..
As others have said: if you want multiple of the 7 remaining ports go into the *same* switch: agr(4) is what you need. If you just want to have a single IP for all 7 interfaces and otherwise have them behave like a switch: bridge(4) is what you need. Martin