Hello There is an issue already open for this: https://github.com/mitchellh/vagrant/issues/8759
You can follow that one. Alvaro On Sat, Aug 5, 2017 at 7:03 AM, ashok vaddevalli <[email protected]> wrote: > *Vagrant version* > Vagrant 1.9.7 > > > *Host operating system* > Windows 7 > > > *Guest operating system* > Windows7 > > > *Vagrantfile* > > Vagrant.configure("2") do |config| > > config.vm.box = 'dummy' > config.vm.box_url = 'dummy.box' > > config.vm.communicator = "winrm" > config.winrm.username = "administrator" > config.winrm.password = "xxx" > config.winrm.timeout = 1800 > > config.vm.provider :vsphere do |vsphere| > vsphere.host = 'xxx' > vsphere.compute_resource_name = 'XXX' > vsphere.data_center_name = 'DemoIAM' > vsphere.template_name = 'Templates/win7nsllatest' > vsphere.name = 'test' > vsphere.user = '[email protected]' > vsphere.password = 'xxx' > vsphere.insecure = true > end > > end > > > *Expected behavior:* > > VM should have started and provisioning process executed. The connection > should be established through IPv4 once the VM gets its IP address from > DHCP. > > > *Actual behavior:* > > VM started but Vagrant for some reason grabbed its IPv6 autoconfigured > address instead of the IPv4 address (assigned via DHCP) and was thereafter > unable to connect to it for whatever reason via WinRM. > > > > E:\Vagrant-vpshere\Vagrant>vagrant up --provider=vsphere > Bringing machine 'default' up with 'vsphere' provider... > ==> default: Calling vSphere CloneVM with the following settings: > ==> default: -- Template VM: Demo/vm/Templates/win7-vagrant > ==> default: -- Target VM: Demo/vm/Templates/test > ==> default: New virtual machine successfully cloned > ==> default: Waiting for the machine to report its IP address... > default: Timeout: 240 seconds > default: IP: X.X.X.X > ==> default: Waiting for machine to boot. This may take a few minutes... > default: WinRM address: X.X.X.X:5985 > default: WinRM username: administrator > default: WinRM execution_time_limit: PT2H > default: WinRM transport: negotiate > bad URI(is not URI?): http://2002:a463:5ab4::a463:5ab4:5985/wsman > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/vagrant-up/77f679b0-6970-4228-8c37-21baf88757b9%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/77f679b0-6970-4228-8c37-21baf88757b9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezNfPRXvudhFt9gepcXTDY6R825D%3D6Dc95beaZaN4QP3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
