This issue might happen if previously there was a VCHA and it was destroyed.
Symptoms:
Unable to set VCHA
GUI it throws error "A dynamic IP configuration was found on the management network interface (NIC 0) of the Active node. vCenter HA requires static IP addresses. Log in to the appliance management interface of the Active node to remove any dynamic IP addresses and switch off any IPv6 DHCP or router advertisement settings."
Login to VAMI page show static IP and no IPv6
Checking and Configuring Network Interfaces
To verify the configuration of your network interfaces (eth0 and eth1 if present), follow these steps:
/etc/systemd/network/
.ls /etc/systemd/network/
2.View a Specific Interface Configuration:
cat /etc/systemd/network/10-eth0.network
3.Validate DHCP Settings:
DHCP=IPv6
and ensure it's set to DHCP=no
.[Match] Name=eth0 [Network] Gateway=192.168.0.1 Address=192.168.0.51/24 DHCP=no
4.Correcting IPv6 Configuration:
eth
configuration files and resolve the issue.This approach provides a clear and concise guide, making it easier for users to understand and follow. It includes key steps, examples, and explanations, along with troubleshooting tips.