VMWare 2.0 auf Serverloft Server L

christianwehner

New Member
Hallo,

Ich habe mir bei Serverloft einen Server L gemietet. Nun wollte ich den VMWare Server 2.0 installieren und dort 3 VM´s laufen lassen. Anleitung wie bei Hetzner:
VMware Externe IP-Adressen zuordnen über NAT ? Hetzner DokuWiki

Folgendes habe ich gemacht.

  1. VMware Server 2.0 per wget runtergeladen
  2. Entpackt und ./vmware-install.sh ausgeführt
  3. alles mit standard Werten gelassen und immer Return gedrückt
  4. bei Networking habe ich bridged mit no gemacht
  5. bei Networking habe ich Host Only ausgewählt und laut Anleitung 192.168.2.1 und 255.255.255.0 gemacht
  6. Guest System über .iso file installiert mit IP 192.168.2.101 und 255.255.255.0 und Gateway 192.168.2.1 und DNS 192.168.2.1
  7. Guest System nach Host System Ping geht und auch von Host System nach Guest System
  8. iptables ausgeführt wie im WIKI von Hetzner beschrieben
    iptables -t nat -I PREROUTING -d 2.IP von Serverloft -j DNAT --to 192.168.2.101
    iptables -t nat -I POSTROUTING -s 192.168.2.101 -j SNAT --to 2.IP von Serverloft

Von außen sind die Adressen nicht erreichbar. Eine Frage beim Support von Serverloft ergab das es an der Mac Adresse des Guest Systems liegt. Es wird also nur die Mac Adresse des Hosts akzeptiert.

Wie bekomme ich e es in VM Ware hin das die Guest Systeme die Mac Adresse des Host mitbenutzen?

Danke für die Antowrten

Gruß

Christian
 
Last edited by a moderator:
Hast Du diesen Thread schon gesehen?

Ansonsten liefert Dir die Forensuche mit "VMWare NAT" einige gute Anleitungen.
 
Last edited by a moderator:
ja danke für den link.

Aber nur mal so zum Verständniss. Wenn ich VMWare Server installiere fragt er ja ab ob ich networking aktivieren möchte. Wenn ich das mit yes bestätige konfiguriert er mit die vmnet0 mit bridged. Wenn ich no sage macht er ohne konfiguration weiter. Dann komme ich allerdings nicht mehr auf die Verwaltungsoberfläche drauf.

Laut dieser Anleitung konnte ich die eth0:1 und eth0:2 anlegen und diese auch von außen anpingen. Wenn ich nun allerdings eine VM Anlegen möchte mit der IP von Serverloft sagt er bei Gateway das es nicht erreichbar ist.

Wo hab ich denn da den fehler?
 
Wenn ich VMWare Server installiere fragt er ja ab ob ich networking aktivieren möchte. Wenn ich das mit yes bestätige konfiguriert er mit die vmnet0 mit bridged. Wenn ich no sage macht er ohne konfiguration weiter.
In meiner Erinnerung sind da zwei Fragen hängen geblieben:
a) "Willst du Networking aktivieren?"
b) "Willst du bridged Networking?"
Ausprobiert hab ich es jetzt nicht extra.


Pfiffikus,
der dir empfiehlt, das Skript einfach noch einmal laufen zu lassen
 
richtig. habe das script noch einmal laufen lassen.

Diesmal konnte ich auwählen ob ich mit wizard/editor/help konfigurieren will. hab dann mal den editor genommen.

Nur was soll ich da dann auswählen? bridged/hostonly/nat/none?


Als ich das Script nochmal durchlaufen lassen habe hatte ich mal hostonly ausgewählt. Allerdings konnte ich dann mit ifconfig den vmnet4 nicht sehen.

Kann mir da jemand wieterhelfen?
 
Vielleich könnte mir noch jemand erklären wie ich dieses hier umsetzen kann?

VMware nicht auf Bridging setzten, sondern in der VM-Konfiguration ein Custom-Net (z.B. vmnet4) auswählen.

Ich steh gerade echt auf dem Schlauch. hat jemand vielleicht ein HowTo wie man bei Serverloft einen VM Ware Server 2.0 aufsetzt?

Danke
 
So da ich jetzt glaub ich schon alle möglichen installationen, neustarts des Server sowie neiinstallation vom Server durchgeführt habe bin ich noch immer zu keinem Ergebniss gekommen.

Ich habe mich entschlossen meine komplette vorgehensweise zu beschreiben um jeglichen Fehler auszuschließen:

Serverdaten:

Server L bei Serverloft
Debian 4.0 - minimal - AMD64 (neue Installation)

Vorbereitende Tätigkeiten (Konsole):

vi /etc/network/interfaces

auto eth0
iface eth0 inet static
address 85.25.73.205
network 85.25.73.192
netmask 255.255.255.192
broadcast 85.25.73.255
gateway 85.25.73.193

auto eth0:1
iface eth0:1 inet static
address 85.25.78.231
gateway 85.25.78.129
netmask 255.255.255.128
broadcast 85.25.78.255

auto eth0:2
iface eth0:2 inet static
address 85.25.78.215
gateway 85.25.78.129
netmask 255.255.255.128
broadcast 85.25.78.255

auto eth0:3
iface eth0:3 inet static
address 85.25.78.213
gateway 85.25.78.129
netmask 255.255.255.128
broadcast 85.25.78.255

Alle IP Adressen sind über einen Ping von außen erreichbar.

Anschließend habe ich VMWare Server 2.0 runtergeladen entpackt und ./vmware-install.pl gestartet. Die Installation von VMWare beginnt.

Installing VMware Server.

In which directory do you want to install the binary files?
[/usr/bin]

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]

What is the directory that contains the init scripts?
[/etc/init.d]

In which directory do you want to install the daemon files?
[/usr/sbin]

In which directory do you want to install the library files?
[/usr/lib/vmware]

The path "/usr/lib/vmware" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want?
[yes]

In which directory do you want to install the manual files?
[/usr/share/man]

In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]

The path "/usr/share/doc/vmware" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]

The installation of VMware Server 2.0.0 build-122956 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".

Before running VMware Server for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes]

You must read and accept the End User License Agreement to continue.
Press enter to display it.

........
Do you accept? (yes/no) yes

Thank you.

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel?
[/lib/modules/2.6.24-etchnhalf.1-amd64/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.24-etchnhalf.1-amd64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
CC [M] /tmp/vmware-config0/vmmon-only/linux/driverLog.o
CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o
CC [M] /tmp/vmware-config0/vmmon-only/common/comport.o
CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o
CC [M] /tmp/vmware-config0/vmmon-only/common/hashFunc.o
CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o
CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o
CC [M] /tmp/vmware-config0/vmmon-only/common/task.o
CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o
CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o
LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
The vmmon module loads perfectly into the running kernel.

None of the pre-built vmci modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmci module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmci module.

Building the vmci module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmci-only'
make -C /lib/modules/2.6.24-etchnhalf.1-amd64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
CC [M] /tmp/vmware-config0/vmci-only/linux/driver.o
CC [M] /tmp/vmware-config0/vmci-only/linux/driverLog.o
CC [M] /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciContext.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciDatagram.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciDriver.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciDs.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciEvent.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciGroup.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciHashtable.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciProcess.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o
CC [M] /tmp/vmware-config0/vmci-only/common/vmciResource.o
LD [M] /tmp/vmware-config0/vmci-only/vmci.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config0/vmci-only/vmci.mod.o
LD [M] /tmp/vmware-config0/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/vmware-config0/vmci-only'
The vmci module loads perfectly into the running kernel.

None of the pre-built vsock modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vsock module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vsock module.

Building the vsock module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vsock-only'
make -C /lib/modules/2.6.24-etchnhalf.1-amd64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
CC [M] /tmp/vmware-config0/vsock-only/linux/af_vsock.o
CC [M] /tmp/vmware-config0/vsock-only/linux/driverLog.o
CC [M] /tmp/vmware-config0/vsock-only/linux/util.o
CC [M] /tmp/vmware-config0/vsock-only/linux/vsockAddr.o
LD [M] /tmp/vmware-config0/vsock-only/vsock.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: "VMCIDatagram_CreateHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
WARNING: "VMCIDatagram_DestroyHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
WARNING: "VMCI_GetContextID" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
WARNING: "VMCIDatagram_Send" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!
CC /tmp/vmware-config0/vsock-only/vsock.mod.o
LD [M] /tmp/vmware-config0/vsock-only/vsock.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
cp -f vsock.ko ./../vsock.o
make: Leaving directory `/tmp/vmware-config0/vsock-only'
The vsock module loads perfectly into the running kernel.

You have already setup networking.

Do you want networking for your virtual machines? (yes/no/help) [yes]

The following bridged networks have been defined:

. vmnet0 is bridged to eth0

Do you wish to configure another bridged network? (yes/no) [no]

Do you want to be able to use NAT networking in your virtual machines? (yes/no) [yes]

The following NAT networks have been defined:

. vmnet8 is a NAT network on private subnet 192.168.204.0. (hier habe ich nach einem Netzwerk suchen lassen)

Do you wish to configure another NAT network? (yes/no) [no]

Do you want to be able to use host-only networking in your virtual machines?
[yes] no

None of the pre-built vmnet modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmnet module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmnet module.

Building the vmnet module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmnet-only'
make -C /lib/modules/2.6.24-etchnhalf.1-amd64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
CC [M] /tmp/vmware-config0/vmnet-only/driver.o
CC [M] /tmp/vmware-config0/vmnet-only/hub.o
CC [M] /tmp/vmware-config0/vmnet-only/userif.o
CC [M] /tmp/vmware-config0/vmnet-only/netif.o
CC [M] /tmp/vmware-config0/vmnet-only/bridge.o
CC [M] /tmp/vmware-config0/vmnet-only/filter.o
CC [M] /tmp/vmware-config0/vmnet-only/procfs.o
CC [M] /tmp/vmware-config0/vmnet-only/smac_compat.o
CC [M] /tmp/vmware-config0/vmnet-only/smac.o
CC [M] /tmp/vmware-config0/vmnet-only/vnetEvent.o
CC [M] /tmp/vmware-config0/vmnet-only/vnetUserListener.o
LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o
LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory `/tmp/vmware-config0/vmnet-only'
The vmnet module loads perfectly into the running kernel.

Please specify a port for remote connections to use [902]

Port for http: 8222

Port for https: 8333

Do you want to use the current proxy port values? [yes]

The current administrative user for VMware Server is ''. Would you like to
specify a different administrator? [no]

Using root as the VMware Server administrator.

In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines]

The path "/var/lib/vmware/Virtual Machines" does not exist currently. This
program is going to create it, including needed parent directories. Is this
what you want? [yes]

You have a pre-existing datastores.xml. The new version will be created as
/etc/vmware/hostd/NEW_datastores.xml. Please check the new file for any new
values that you may need to migrate to your current datastores.xml.

Do you want to enter a serial number now? (yes/no/help) [no]

A previous installation of VMware VIX API has been detected.

The previous installation was made by the tar installer (version 4).

Keeping the tar4 installer database format.

You have a version of VMware VIX API installed. Continuing this install will
first uninstall the currently installed version. Do you wish to continue?
(yes/no) [yes]

Uninstalling the tar installation of VMware VIX API.

The removal of VMware VIX API 1.6.0 build-122956 for Linux completed
successfully.

Installing VMware VIX API.

In which directory do you want to install the VMware VIX API binary files?
[/usr/bin]

In which directory do you want to install the VMware VIX API library files?
[/usr/lib/vmware-vix/lib]

The path "/usr/lib/vmware-vix/lib" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]

In which directory do you want to install the VMware VIX API document pages?
[/usr/share/doc/vmware-vix]

The path "/usr/share/doc/vmware-vix" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]

The installation of VMware VIX API 1.6.0 build-122956 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-vix.pl".

Enjoy,

--the VMware team

Starting VMware services:
Virtual machine monitor done
Virtual machine communication interface done
VM communication interface socket family: done
Virtual ethernet done
Bridged networking on /dev/vmnet0 done
Host-only networking on /dev/vmnet8 (background) done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
VMware Server Authentication Daemon (background) done
Shared Memory Available done
Starting VMware management services:
VMware Server Host Agent (background) done
VMware Virtual Infrastructure Web Access
Starting VMware autostart virtual machines:
Virtual machines done

The configuration of VMware Server 2.0.0 build-122956 for Linux for this
running kernel completed successfully.

Dann kann ich mich unter https://IP-Adresse:8333 in das Webinterface einloggen.

Anschließend habe ich dann noch in der Konsole:

ifconfig vmnet8 85.25.78.1 netmask 255.255.255.128 broadcast 85.25.78.255

eingestellt.

Nun habe ich im Webinterface eine neue VM angelegt. Dort gab es dann schon die ersten Probleme:

Debian 4.0

address 85.25.78.231
netmask 255.255.255.128
gateway 85.25.78.129
dns 85.25.78.129

Diese Konfiguration hatte er übernommen ohne Fehler wenn ich allerdings

Debian 4.0

address 85.25.78.231
netmask 255.255.255.128
gateway 85.25.78.1
dns 85.25.78.1

heißt es Gateway nicht erreichbar.

Wie geht es dann weiter habe ich vorher schon einen Fehler in meinen Einstellungen?

Bitte um Rat:

Gruß

Christian
 
Back
Top