UBUNTU 14.04 получение IP адрес по DHCP
Нужно привести файл /etc/network/interfaces к следующему виду:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 ## Название сетевого интерфейса (может отличаться)
iface eth0 inet dhcp