ich bin neu hier und komme gleich mit einem Problem.

Ich setze die aktuelle VMware Server 2.0 Build 122589 auf einem Dualprozessor AMD Opteron 2352 mit 16GB Speicher und knapp 1,5TB Plattenspeicher ein. Betriebssystem ist Windows Server 2003 Standard 64Bit mit allen aktuellen Servicepacks und Hotfixes.
Probleme habe ich mit einem Windows 2000 Gast. vmx siehe unten -->
Der Gast soll zunächst erst einmal über NAT laufen. Mit einem ebenfalls auf dem Host laufenden Windows Server 2003 Standard Gast gibt es dahingehend keine Probleme. Merkwürdigerweise wird der Netzwerkadapter zwar in "Unplug or Eject Hardware" aber nicht in den "Network and Dialup-Connections" angezeigt.
Ich wäre wirklich dankbar, wenn jemand eine Idee hätte, was da zu machen ist.
Es handelt sich hierbei übrigens um ein bestehendes System, welches ich virtualisiert habe. Daher auch die merkwürdige Festplattenkonfiguration. Die alten Netzwerkartentreiber habe ich radikal aus dem System deinstalliert. (inkl. DEVMGR_SHOW_NONPRESENT_DEVICES)
IPCONFIG /ALL
Code: Alles auswählen
C:\>ipconfig /all
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : geoinfo
Primary DNS Suffix . . . . . . . : geonord.de
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter {344F4286-9F36-4C53-BBB1-2A48A8063445}:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
Physical Address. . . . . . . . . : 00-0C-29-E6-8E-F4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . :
DNS Servers . . . . . . . . . . . :
C:\>
VMX
Code: Alles auswählen
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
scsi0.present = "TRUE"
scsi0.virtualdev = "buslogic"
memsize = "4096"
ide0:0.present = "TRUE"
ide0:0.fileName = "Platte0-000001.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "D:\Virtual Machines\VMwareToolsWindows.iso"
ide1:0.deviceType = "cdrom-image"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
displayName = "geonord_liteview"
guestOS = "win2000serv"
autostop = "softpoweroff"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
ide0:0.mode = "persistent"
ide0:1.present = "FALSE"
ide0:1.fileName = "Platte1.vmdk"
ide0:1.mode = "independent-persistent"
workingDir = "."
ide0:0.redo = ""
ide0:1.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d ae ce b6 7a 7d 15-dc e5 3f ab b8 e6 8e f4"
uuid.bios = "56 4d ae ce b6 7a 7d 15-dc e5 3f ab b8 e6 8e f4"
ethernet0.generatedAddress = "00:0c:29:e6:8e:f4"
ethernet0.generatedAddressOffset = "0"
extendedConfigFile = "Windows 2000 Server.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "upgradeAtPowerCycle"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge5.present = "TRUE"
pciBridge6.present = "TRUE"
pciBridge7.present = "TRUE"
vmci0.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.pciSlotNumber = "21"
pciBridge4.functions = "8"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.pciSlotNumber = "22"
pciBridge5.functions = "8"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.pciSlotNumber = "23"
pciBridge6.functions = "8"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.pciSlotNumber = "24"
pciBridge7.functions = "8"
ethernet0.features = "1"
ethernet0.networkName = "NAT"
ide1:0.allowGuestConnectionControl = "FALSE"
vmotion.checkpointFBSize = "67108864"
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
vmci0.pciSlotNumber = "33"
vmci0.id = "1332611826"
tools.remindInstall = "FALSE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Platte1-000001.vmdk"
scsi0:0.writeThrough = "TRUE"
scsi0:0.mode = "persistent"
scsi0:1.present = "TRUE"
scsi0:1.fileName = "Platte2-000001.vmdk"
scsi0:1.writeThrough = "TRUE"
scsi0:1.mode = "persistent"
scsi0:2.present = "TRUE"
scsi0:2.fileName = "Platte3-000001.vmdk"
scsi0:2.writeThrough = "TRUE"
scsi0:2.mode = "persistent"
scsi0:3.present = "TRUE"
scsi0:3.fileName = "Platte4-000001.vmdk"
scsi0:3.writeThrough = "TRUE"
scsi0:3.mode = "persistent"
scsi0:4.present = "FALSE"
scsi0:4.fileName = "Platte4.vmdk"
scsi0:4.writeThrough = "TRUE"
scsi0:4.mode = "independent-persistent"
scsi0:0.redo = ""
scsi0:1.redo = ""
scsi0:2.redo = ""
scsi0:3.redo = ""
scsi0:4.redo = ""
ide0:0.writeThrough = "TRUE"
ide1:0.startConnected = "TRUE"
tools.syncTime = "FALSE"
scsi0.sharedBus = "none"
ethernet0.allowGuestConnectionControl = "FALSE"
ethernet0.wakeOnPcktRcv = "FALSE"
Code: Alles auswählen