Ip address duplication
-
After Storware esxi appliance installation, I set up the static ip address via "nmtui" but now the VM haves two ip (one static e one taken from the dhcp)
-
I resolved this issue with this command:
ip addr del 10.10.122.13/24 dev enp3s0
-