virutalbox always get back the same ip
- by user1012451
I exported a virtual machine from my work station, and I am trying to renew the ip-address at home. I put one copy on my laptop and one copy on my PC.
I've done this
sudo rm /etc/udev/rules.d/70-persistent-net.rules
and changed the MAC address, but they keep coming back as 192.168.1.165. I need them to be different because I need to run two of these exports at the same time, so I cannot afford to have the same IP.
What can I do?
Thanks.