I have to use Vmware. I do not want to use Windows.
So I installed Vmwareplayer on my fedora machine. It works. Good.
Now I need to import a lot of VMs and Networks from a backup.
The VMs are running. But: how can I import Networksettings?
I got a binary registry file called "Networksettings":
[user]$ file Networksettings
Networksettings: MS Windows registry file, NT/2000 or above
Now in the Windows version of Vmwareplayer there is this "import" button. In the Linux version, when I start sudo vmware-netcfg
I could not find such an import button...
So I search around in /usr/bin/vmware-* and found out about this command and its arguments vmware-networks --migrate-network-settings <networkettingsfile>
. Then I logged into the root shell and got this:
[root]$ vmware-networks --migrate-network-settings Networksettings
Stopped all configured services on all networks
Failed to import configuration information from backup file Networksettings
Well. After that I even converted the file "Networkstetings" to xml-file and tried to import that, but no success either.
What should I do?
I'm thinking of setting up a dual boot... but I would rather just stick with Linux.