Changing cluster network interface

dthompson

Well-Known Member
Nov 23, 2011
146
14
58
Canada
www.digitaltransitions.ca
Hi all,

I couldn't find this so apoligies if its been asked before and if so and someone could point me to a wiki article or a forum post, I would appreciate it.

I have 4 Proxmox servers in a cluster. The setup as as follows:

vmbr0 --> eth1 (1GB)
vmbr1 --> eth2 (1GB)
vmbr2 --> eth3 (10GB)
vmbr3 --> eth4 (10GB)

I have a cluster VLAN setup on the vmbr0 interface over 1GB.
I'd like to know how hard (easy) it is to switch all the servers from using the 1GB interface to only using the 10GB

Ideally, I'd like to remove the 1GB networks completely and run solely on 10GB. Is it possible to easily change this around, or is this best to rebuild the cluster from scratch and only use the 10GB network interfaces?

Thanks for any help.
 
Can you show your network configuration?
If you can configure the same IP addresses on another interface / VLAN you should be okay. Changing the IP addresses themselves will be tough in a cluster.
 
Sorry for the late reply. I don't know why I didn't get the notification on this.
Here is the configuration:

allow-vmbr1 enp1s0f1
iface enp1s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1

allow-vmbr0 enp1s0f0
iface enp1s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0

allow-vmbr2 enp3s0f0
iface enp3s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr2

allow-vmbr3 enp3s0f1
iface enp3s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr3

allow-vmbr1 vlan102
iface vlan102 inet static
address 172.16.3.3
netmask 255.255.255.0
gateway 172.16.3.1
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=102
#Proxmox Management

allow-vmbr0 vlan100
iface vlan100 inet static
address 172.16.1.3
netmask 255.255.255.0
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=100
#Cluster Network

allow-vmbr1 vlan1001
iface vlan1001 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=1001
#Beaches Media Services

allow-vmbr1 vlan200
iface vlan200 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=200
#Internal Essential Services

allow-vmbr1 vlan300
iface vlan300 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=300
#Backup Services

allow-vmbr1 vlan400
iface vlan400 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=400
#DMZ: Essential Services

allow-vmbr1 vlan401
iface vlan401 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=401
#DMZ: Mail Services

allow-vmbr0 vlan101
iface vlan101 inet static
address 172.16.2.3
netmask 255.255.255.0
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=101
#1GB Storage Network

allow-vmbr1 vlan10
iface vlan10 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=10
#Terago VLAN Access

allow-vmbr1 vlan99
iface vlan99 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=99
#Switch / FW VLAN

allow-vmbr1 vlan500
iface vlan500 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=500
#DEV VLAN

allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports enp1s0f1 vlan102 vlan1001 vlan200 vlan300 vlan400 vlan401 vlan10 vlan99 vlan500
#Public Interface

allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports enp1s0f0 vlan100 vlan101
#Private Interface

allow-ovs vmbr2
iface vmbr2 inet static
address 10.10.10.3
netmask 255.255.255.0
ovs_type OVSBridge
ovs_ports enp3s0f0
#10GB Bridge Network

allow-ovs vmbr3
iface vmbr3 inet static
address 10.10.11.3
netmask 255.255.255.0
ovs_type OVSBridge
ovs_ports enp3s0f1
#CEPH 10GB Network
 

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!