Good to hear that things are somewhat working now.
The reason you can't reach the server while connected to the other ports, is because you haven't told the server to listen for a specific IP on that port.
I've got to get some sleep soon, so let's focus first on checking that all the ports are working properly and keep working after a reboot:
- Log in on the server and on the left click on your server (labeled alexandria) and then go to System -> Network.
- For eno1 through eno4, double-click them and select the autostart box so it is on.
- At the top, click Create, Linux Bond and on the right select mode: Active Backup (make sure to keep the name as bond0
- For the slaves type in
eno1 eno2 eno4
(not 3 yet, seperated with spaces) and for bond-primairy put eno1
in there.
- Now click the Apply Configuration button to set up these settings.
- Once that is done, double-click vmbr0 and for bridge ports use
bond0
(replacing the eno3 already there)
- Go back to the bond0 you made before, and add eno3 to the list too so all 4 ports are there, and switch primary to eno3
- Now instead of apply, click the reboot option a bit above it to reboot the server and make sure it starts fresh.
Once rebooted, start pinging the server, then swap the cable between the different ports, waiting 30 seconds, or till you got a response.
If they now all work, you know hardware is set up correctly and is working.
You'll probably want to undo the above steps in reverse order though (but leave the auto-start on), so you can use the ports for different things, or switch to one of the other bond-mods, but then your switch or router needs to support that too and you need more cables attached.