I have a hardware appliance with 4 physical interfaces that I’m setting up and have the need for a traditional router setup with a single red/wan interface and multiple interfaces for the same lan/green zone, similar to this:
The closest thing I can find to accomplish this is bonding multiple interfaces. It appears bonding is meant more for load balancing and failover than acting as a switch. Will it cause any problems?
Also, if any ports are bonded but unplugged, NethServer keeps displaying a warning about unassigned ports, which makes me think it may not be the best solution.
I thought bridging was for joining multiple networks. I don’t get any connectivity on the additional ports when I use bridging. Here’s a screenshot of the config before setting up the bridge:
Plugged into eth1, everything works great before (obviously) and after setting up the bridge. I can’t even ping the gateway (192.168.1.1) when connected to eth2 or eth3. Am I doing something wrong?
You’re doing everything right, AFAICS.
Could you run tcpdump on eth2 or eth3 (tcpdump -nn -p -i eth2) while pinging?
Do you see lines logged in /var/log/firewall.log?
Has there been any solution to Multiple physical ports for one LAN zone?
I have tested and found the same as Adam’s post with Neth Server 7.4.1708 (All updates applied as of 30-4-2018).
I have tested creating 3 LAN ethernet ports with 3 different subnets and traffic will follow between each subnet and WAN as expected, however all tests with bridging has failed.