Kein Zugang zur VM nach Windows Update

Allgemeine Diskussionen über den Einsatz von VirtualBox.
Post Reply
rammi22
Posts: 26
Joined: 28. Jul 2017, 08:35

Kein Zugang zur VM nach Windows Update

Post by rammi22 »

Hallo,

nach dem Update meiner Windows Version (Windows 10, Version 1803) und der (obligatorischen?!) Neuinstallierung der VBox (Version 6.0.0 r127566 (Qt5.6.2)) erreiche ich die VM nicht mehr:

Code: Select all

C:\Users\xxx>ipconfig

Windows-IP-Konfiguration

...

Ethernet-Adapter VirtualBox Host-Only Network #2:

   Verbindungsspezifisches DNS-Suffix:
   Verbindungslokale IPv6-Adresse  . : fe80::f520:41f:72a:13fb%12
   IPv4-Adresse  . . . . . . . . . . : 192.168.56.1
   Subnetzmaske  . . . . . . . . . . : 255.255.255.0
   Standardgateway . . . . . . . . . :
VM ist an und der Apache läuft, aber:

Code: Select all

C:\Users\xxx>ping http://192.168.56.1
Ping-Anforderung konnte Host "http://192.168.56.1" nicht finden. Überprüfen Sie den Namen, und versuchen Sie es erneut.
Wie gehe ich da bei der Fehlerbehebung vor?

Vielen Dank
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Kein Zugang zur VM nach Windows Update

Post by socratis »

rammi22 wrote:
C:\Users\xxx>ping http://192.168.56.1
You don't ping a URI (Uniform Resource Identifier), you ping a TCP/IP address. As in:
  • 
    ping 192.168.56.1
And even for 'ping' you got to make sure that ICMP traffic is allowed in your guest/host firewall...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply