Networking lost after update from Debian Wheezy to Jessie
- by Charaf
I am currently setting a Virtual Machine for development purposes. I did a big part of this configuration under Wheezy, but I need some debs that were available only on Jessie.
So, I've updated the sources.list and did a dist-upgrade.
Everything went well, but after the reboot, I noticed that I lost all the networking. Repositories are unreachable, as well as a simple ping google.fr returns nothing.
What can I do to quickly restore networking so that I can continue my working.
I have a poor connexion and can not afford to download the whole install DVDs.
root@vm~# ifconfig
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:65536 Metric 1
RX packets:452 errors:0 dropped:0 overruns:0 frame:0
TX packets:452 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:164238 (160.3 KiB) TX bytes:164238 (160.3 KiB)
root@vm~#
I am running VMware 1.0.1 build 1379776 and the last update of Jessie (debian 3.14.4-1)
Please help.
Thanks.