Thursday, July 14, 2011

Network Configuration after copy VMware Workstation Files (SLES 10)

First, open the VM files and load into the workstation.
Then set up your desired network connection on VM workstation on the settings.
In my case is bridged network.
After loaded into the Virtual Machine, check the network address: ifconfig
If no Ethernet was found (means no network connection),
OR
If you see eth'X' No configuration found for eth'X'
Nevertheless the interface will be shut down...

1) Remove all uncommented lines in: /etc/udev/rules.d/30-net_persistent_names.rules
2) goto.. Yast->Network Device->Network Card->Traditional Method with ifup->Edit unconfigured network card to Automatic settings. 
3) Restart network, /etc/init.d/network restart


Done. The virtual machine should be able to connect to the internet now.
Test connection by 'ping google.com'

No comments:

Post a Comment