vcenter server management network configuration not allowed

 Error:


While changing the network from DCUI console you will get errors as :

management network configuration not allowed


Solution:

From the DCUI console press Alt-F1 and log in as root. Now edit the IPV4 config as below

VI /etc/systemd/network/10-eth0.network
root@VCSA [ ~ ]# cat /etc/systemd/network/10-eth0.network
[Match]
Name=eth0

[Network]
Gateway=192.168.199.2
Address=192.168.199.7/24
LinkLocalAddressing=no
DHCP=yes
Domains=lab.local

[DHCP]
UseDNS=false

[Route]
Gateway=192.168.199.2
Destination=0.0.0.0/0

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...