Separates cluster network

gosha

Well-Known Member
Oct 20, 2014
302
26
58
Russia
Hi All!

I want separates cluster's needs network from bridge (for access to VMs and CTs) to dedicated adapter.
It is possible for existing cluster?
For example from vmbr0 to eth4:

Code:
auto vmbr0
iface vmbr0 inet static
    address  192.168.0.230
    netmask  255.255.255.0
    gateway  192.168.0.254
    bridge_ports bond0
    bridge_stp off
    bridge_fd 0
    pre-up ifup bond0
    post-down ifdown bond0
...
auto eth4
iface eth4 inet static
    address  192.168.110.4
    netmask  255.255.255.240

If "Yes", then how I can do it?

Best regards,
Gosha