Re: Can't obtain IP from DHCP on Ubuntu Desktop in bridged m
Posted: 14. May 2013, 23:12
Servers don't come with a network manager so if it does not install properly on installation or you need to change it you have to do so manually.
Add the interface to the the /etc/network/interfaces file.
And reboot the guest
PS don't forget to fix the DNS if you can't reach a web site.
Add the interface to the the /etc/network/interfaces file.
Code: Select all
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
PS don't forget to fix the DNS if you can't reach a web site.