When Ubuntu server 14.04 on virtualbox can't get right IP address(on bridged network configuration), you should do this

sudo rm -rf /etc/udev/rules.d/70-persistent-net.rules
sudo reboot

The above command will remove network persistence rules.

Comments