I've installed ubuntu server on my computer. I would like to connect to the internet to download more software. I've done:
ifconfig eth0 up
so when I print
ifconfig
I can see the eth0 listed, but it doesn't have IP address. I tried to dhclient but that doesn't print anything.
What do I have to do first?