가 나는의 IPv6 주소를 수신 하이퍼 V.방랑 + 하이퍼 V IPV6 주소는 I가 방랑 않는 경우
와 윈도우 10에서 방랑 2.0.1와 문제를 많이 가지고있다 할당. 액세스 및 가상 제공에 실패 할 수없는 요리사 :
New-VMSwitch –SwitchName “NATSwitch” –SwitchType Internal
New-NetIPAddress –IPAddress 172.21.21.1 -PrefixLength 24 -InterfaceAlias "vEthernet (NATSwitch)"
New-NetNat –Name MyNATnetwork –InternalIPInterfaceAddressPrefix 172.21.21.0/24
흥미롭게도 모든 것을 내가 VM을 처음으로 설정 작동 :
Bringing machine 'default' up with 'hyperv' provider...
==> default: Verifying Hyper-V is enabled...
==> default: Configured startup memory is 2048
==> default: Configured cpus number is 2
==> default: Importing a Hyper-V instance
default: Cloning virtual hard drive...
default: Creating and registering the VM...
default: Setting VM Integration Services
default: Successfully imported a VM with name: vargrant-dev-source
==> default: Installing Chef cookbooks with Librarian-Chef...
==> default: Auto-generating node name for Chef...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
default: Timeout: 120 seconds
default: IP: fe80::215:5dff:fe02:f5a
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: fe80::215:5dff:fe02:f5a:22
default: SSH username: vagrant
default: SSH auth method: private key
... Eventually times out here ....
나는 신도 스위치를 설정하려면 다음 명령을 사용 스위치와 나는 유효한 IPV4 주소를 얻고 모든 것이 괜찮습니다. 그러나 재부팅 한 후 가상 컴퓨터는 IPV6 주소 만 가져오고 다시 부팅하기 전에 만들어진 가상 컴퓨터에 액세스 할 수 없습니다.
내 방랑 파일 :
내가 DHCP 및 정적 모두 모두 시도Vagrant.configure("2") do |config|
config.vm.provider "hyperv"
config.vm.box = "maxx/ubuntu16"
config.vm.boot_timeout = 2000
config.vm.network "private_network", ip: "172.21.21.2"
... general config omitted.
end
이 실패 할 것으로 보인다. 고정 IP는 겉보기에는 완전히 무시되었습니다.
내가 누락되었거나 잘못하고있는 아이디어가 있습니까? (해당 wifi 연결을 사용하고 있습니다.)