VMware virtual machine network devices malfunctioning

Posted by sheepz on Server Fault See other posts from Server Fault or by sheepz
Published on 2010-07-26T20:53:46Z Indexed on 2011/03/14 0:11 UTC
Read the original article Hit count: 462

I'm running Ubuntu 10.04 LTS and VMvware workstation 7.0.1 build-227600. The virtual machine i'm running in VMware is a custom distribution built on Debian Linux version 3.1. I'm still pretty much a beginner with UNIX administration. After having messed around with the vmware (changed only the name of the folder, the vmx and and other .v* files accordingly in which the .vmx was situated, and the configuration in the vmx file accordingly), the network devices on the virtual machine do not work anymore. The virtual machine is used for securely sending messages.

The virtual machine:

As far as I know, this perl file called proxy-gen-ifalias eth0 is responsible for properly setting up the two virtual network devices eth0 and eth1.

The Virtual machine comes with a GUI interface in which I have set up two ethernet network devices, one internal, the other external. Now, after having messed around with this, the UI gives me this error message:

perl proxy-gen-ifalias eth0
/etc/modprobe.d/alias-eth0
/sbin/update-modules
perl proxy-gen-ifalias eth1
/etc/modprobe.d/alias-eth1
/sbin/update-modules
ifdown eth0
ifdown: interface eth0 not configured
ifdown eth1
ifdown: interface eth1 not configured
perl proxy-gen-netcfg
/etc/network/interfaces
ifup eth0
SICCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
ifconfig eth0
eth0: error fetching interface information: Device not found
make: *** [/etc/network/interfaces] Error 1

~
Here are the contents of the two perl files referred to in the message: paste.pocoo.org/show/2AMzAYhoCRZqlGY7wUFk/ proxy-gen-netcfg

© Server Fault or respective owner

Related posts about networking

Related posts about vmware