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