Hello,
I have a cluster consisting of 3 nodes. Each node is equipped with 4 network interfaces (NICs):
I want to migrate the management interface from the Ethernet port (nic0) to the second SFP+ port (nic3), with the ultimate goal of using only the two SFP+ ports (nic2 and nic3) for all traffic on each node.
Steps Taken So Far:
Are there any cluster-specific considerations or steps I need to take when reconfiguring network interfaces in this way? For example, do I need to update the cluster configuration, ensure interface bonding, or handle failover settings differently?
Thx a lot
I have a cluster consisting of 3 nodes. Each node is equipped with 4 network interfaces (NICs):
- 2 × 1G Ethernet ports
- 2 × SFP+ ports
- vmbr0/nic0 (Ethernet): Used for internet access and management traffic.
- nic3 (SFP+): Dedicated solely for migration traffic.
I want to migrate the management interface from the Ethernet port (nic0) to the second SFP+ port (nic3), with the ultimate goal of using only the two SFP+ ports (nic2 and nic3) for all traffic on each node.
Steps Taken So Far:
- Modified the vmbr0 bridge configuration on each node, replacing the slave interface from nic0 to nic2.
- Applied the changes and restarted the network configuration.
- Result: Lost internet connectivity. Had to manually revert the configuration to restore access.
Are there any cluster-specific considerations or steps I need to take when reconfiguring network interfaces in this way? For example, do I need to update the cluster configuration, ensure interface bonding, or handle failover settings differently?
Thx a lot