Alright, so the blue management network is what I in my terms would call the backplane.
And can I add this network to two interfaces, and set up the iptables or whatever harvester runs, so that I can say that traffic that isn't to the LAN is going to traverse these links?
Say something like:
node1:
eth0.management: 192.168.0.111
eth0.vlan1: 192.168.0.221/24
eth1.management: 10.0.0.0/31
node2:
eth0.management: 192.168.0.112/24
eth0.vlan1: 192.168.0.222/24
eth1.management: 10.0.0.1/31
where eth0 is connected to the LAN, and eth1 is the point to point link.