Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[ubuntu] after virtualized ubuntu doesn't detect eth0

$
0
0
Hello,

I had an ubuntu 10.04.2 LTS, and I virtualized it using vmware converter software.
Everything was right, except because eth0 is not detect by ubuntu (but it was detect by vmware converter software at the moment of the virtualization conversion process).
So, I edit interfaces file and add the new config for eth0 manually, because the original physical computer was using dhcp, and the virtualized computer requires an static IP.

So, the configuration I wrote is this:

Code:

    auto eth0
    iface eth0 inet static
    address 192.168.1.102
    netmask 255.255.255.0
    broadcast 192.168.1.255
    network 192.168.1.0
    gateway 192.168.1.1
    dns-nameserver 192.168.1.25
    dns-search af.local

When I do a networking restart I got these messages:

Code:

SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFADDR: No such device
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device

I've read here a possible solution

http://www.serenux.com/2009/11/howto...ox-to-another/

but it didn't work in my case.

Thank you for your help.

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>