Hello,
I have configured a kind of network backbone for my 4 node cluster to enable a faster networking between all VMs.
I was able to set this up via static ip addresses but this needs to be carefully configured to prevent ip conflicts.
Here is what I have as an example for one node:
The other nodes have the same config with 10.175.175.1 - ...
What I want to have now is a DHCP server that automatically gives addresses for example from
10.175.176.x
I guess this needs to be configured on one node only and the VMs from the oder nodes will receive their IP from the first node.
I found this for
But I still want to define the IPs of the physical NICs and the DHCP VM IPs shall be in a defined range.
Hope you can help.
Thanks.
I have configured a kind of network backbone for my 4 node cluster to enable a faster networking between all VMs.
I was able to set this up via static ip addresses but this needs to be carefully configured to prevent ip conflicts.
Here is what I have as an example for one node:
The other nodes have the same config with 10.175.175.1 - ...
What I want to have now is a DHCP server that automatically gives addresses for example from
10.175.176.x
I guess this needs to be configured on one node only and the VMs from the oder nodes will receive their IP from the first node.
I found this for
/etc/network/interfaces
:
Code:
iface vmbr1 inet dhcp
bridge-ports eno5
bridge-stp off
bridge-fd 0
But I still want to define the IPs of the physical NICs and the DHCP VM IPs shall be in a defined range.
Hope you can help.
Thanks.
Last edited: