I had internet connection, but when I upgraded my VGA and restarted my PC then everything for eth0 has gone.
When I used ifdown:
ifdown: interface eth0 not configured
Is there something I could do?
EDIT:
Content of /etc/network/interfaces
auto lo
iface lo inet loopback
When I ifconfig I don't have these lines:
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::219:5bff:fe5e:a5e/64 Scope:Link
In the Terminal typed:
sudo gedit /etc/network/interfaces
and then added these lines in the bottom:
auto eth0
iface eth0 inet dhcp
then I typed:
sudo ifdown eth0
sudo ifup eth0
when I send the second command I received the below message:
No DHCPOFFERS received
No working leases in persistent database - sleeping
Any help?
Try:
If that doesn't work boot from a live CD, back up your old network settings, clear out any system connection file and copy over the ones from the live CD.
Change to Root:
backup:
clear:
copy:
Can you try to edit
/etc/network/interfaces
and put it the default settings for DHCP below?Try to restart the networking service with:
If it doesn't work, then try:
Then the following command to bring up the interface:
Then, force Ubuntu to ask for a new DHCP lease with:
Thanks . It worked for me.
My
/etc/network/interfaces
had the following content:I was having
ifconfig
output as (this is manual edit - it was somewhat like this)I changed the
/etc/network/interfaces
to:Then I followed the steps included in the answer above:
This is when I got the connection to the network, these steps worked.
FYI - The Live CD also had internet connection. I did not copy the files from Live CD.
I've had quite a similar issue after an Ubuntu (12.04) updtate.
I resolved it by logging in recovery mode, then activate the network, then typing into the console: