Separates cluster network

gosha

Well-Known Member
Oct 20, 2014
302
24
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!