When you have clone of the machine there is a bug that clone will have this same IP from Host-Only network after you change MAC address
to solve it please run bellow command.
sudo rm -f /etc/machine-id
sudo dbus-uuidgen --ensure=/etc/machine-id
sudo rm /var/lib/dbus/machine-id
sudo dbus-uuidgen --ensure
sudo reboot
Recent Comments