Hi there,
I have a question/problem in regard to having more than one NIC in your proxmox server.
Ok, here is our infrastructure:
We have two 2xQuadcore servers connected as proxmox cluster. Each server has a 100 MBit connection into our house network (in other word "external" interface). Additional to this each server has another 4port 1GBit NIC. So we decided to use those as "internal" network between both servers. To get more performance we bundled the GBit port by creating a bond device on each server. To each bond device we have assigned a static IP-adress from network segment completely different from the "external" IP adress.
In order to get proxmox to communicate across the internal (faster) network connection I removed the node from the master node (first bound via external ip) and (re)added it via the internal interface (other IP).
This is where the "fun" starts. proxmox reports that the master node accessed via internal ip is not a master:
In the proxmox webgui I can see the other server as node and see all the VMs running on it but it also permanently reports "nosync".
So here is my question:
Is proxmox clustering bound to one NIC ? Or does a master server also act as "master" if you access different nodes via more than one NIC ?
TIA,
Holger
I have a question/problem in regard to having more than one NIC in your proxmox server.
Ok, here is our infrastructure:
We have two 2xQuadcore servers connected as proxmox cluster. Each server has a 100 MBit connection into our house network (in other word "external" interface). Additional to this each server has another 4port 1GBit NIC. So we decided to use those as "internal" network between both servers. To get more performance we bundled the GBit port by creating a bond device on each server. To each bond device we have assigned a static IP-adress from network segment completely different from the "external" IP adress.
In order to get proxmox to communicate across the internal (faster) network connection I removed the node from the master node (first bound via external ip) and (re)added it via the internal interface (other IP).
This is where the "fun" starts. proxmox reports that the master node accessed via internal ip is not a master:
Code:
proxmox-epr003:~# pveca -a -h x.x.199.155
The authenticity of host 'x.x.199.155 (x.x.199.155)' can't be established.
RSA key fingerprint is bc:6f:4e:02:50:5d:1c:1b:ab:40:68:8f:1a:d7:4a:75.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'x.x.199.155' (RSA) to the list of known hosts.
host 'x.x.199.155' is not cluster master
In the proxmox webgui I can see the other server as node and see all the VMs running on it but it also permanently reports "nosync".
So here is my question:
Is proxmox clustering bound to one NIC ? Or does a master server also act as "master" if you access different nodes via more than one NIC ?
TIA,
Holger