Closed yoonjs2 closed 1 year ago
@yoonjs2 Do you need to use WinRM? We have a set of packer examples in one of our repos and we decided to use the WinSSH as it is faster. Please have a look at the Packer Examples Repo example. Let me know if you can use that or not
@cjlapao I found this problem caused by dual network adapter (WiFi + USB-C LAN) and everything works fine after switch adapter priority like below (make WiFi as first) or turn off USB-C LAN adapter. and also found another problem: winRM is broken on vagrant 2.3.7 (https://github.com/hashicorp/vagrant/issues/13211) so I switched to winSSH and works fine. Thank you for the assistance.
Latest vagrant version(2.3.7 ARM64) keep throwing error when provisioning box with environment below:
vagrant version: 2.3.7 ARM64 (mac) host os: macos ventura 13.4.1 guest os: windows 11 provider: vagrant-parallels plugin version: 2.4.0 (global)
I've search the github and found similiar error occurred in other providers and its resolved:
https://github.com/hashicorp/vagrant/issues/8759 https://github.com/hashicorp/vagrant/pull/8831
Any helps?