web-dev-qa-db-ja.com

Windows 8 Pro Hyper-Vゲストにインターネットがないのはなぜですか?

これを私のWindows8Proマシンで動作させようとしています。外部スイッチを作成しました

Win 2008OSを搭載したゲストマシンに新しく利用可能なアダプタを割り当てました。私のホストはインターネットに接続しています。ホストはゲストにpingできますが、ゲストはホストにpingできません。

ゲストはインターネットに接続していません。ホストとゲストの両方のIPを貼り付けます。

Host
==========================
Ethernet adapter vEthernet (EXTSW01):
Connection-specific DNS Suffix  . : 
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #2
Physical Address. . . . . . . . . : 9C-B7-0F-0F-D7-D0
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5434:a9fd:8611:d207%54(Preferred) 
IPv4 Address. . . . . . . . . . . : 192.168.0.15(Preferred) 
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Saturday, September 8, 2012 12:34:44 PM
Lease Expires . . . . . . . . . . : Saturday, September 15, 2012 12:34:44 PM
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DHCPv6 IAID . . . . . . . . . . . : 916240141
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-DC-C9-2C-9C-B7-0D-0D-D7-D0
DNS Servers . . . . . . . . . . . : 64.71.255.999
NetBIOS over Tcpip. . . . . . . . : Enabled

GUEST
==========================
Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : 
   Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-3F-0F-00
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::953f:ec5c:5d84:1b50%11(Preferred) 
   IPv4 Address. . . . . . . . . . . : 192.168.0.20(Preferred) 
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 0.0.0.0
   DHCPv6 IAID . . . . . . . . . . . : 234886493
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-DD-2F-29-0F-15-5E-00-0F-00
   DNS Servers . . . . . . . . . . . : ::1
   127.0.0.1
   NetBIOS over Tcpip. . . . . . . . : Enabled
4
Perplexed

これに似た問題がありました。 Hyper-Vと一緒に他の仮想化ソフトウェア(Virtualbox)がインストールされていることが原因のようです。 vEthernetアダプタの[プロパティ]-> [共有]タブを確認し、インターネットを共有するように設定してみてください。ただし、この設定ではインターネットの問題が断続的に発生していました。

Hyper-Vを確実に機能させるために、Virtualboxをアンインストールすることになりました。

編集: https://forums.virtualbox.org/viewtopic.php?f=6&t=48044

3
James T

Hyper-V-Managerのゲスト設定にある仮想LANIDをアクティブ化することを忘れないでください!

enter image description here

0
Willm