This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name : WslCore-Allow-Inbound-ICMPv4-1-40e0ac32-46a5-438a-a0b2-2b479e8f2e90 | |
DisplayName : WslCore Inbound ICMPv4 Default Allow Rule | |
Direction : Inbound | |
VMCreatorId : {40E0AC32-46A5-438A-A0B2-2B479E8F2E90} | |
Protocol : ICMPv4 | |
LocalAddresses : Any | |
LocalPorts : {3, 11} | |
RemoteAddresses : Any | |
RemotePorts : Any | |
Action : Allow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name : WslCore-Allow-Inbound-ICMPv4-1-40e0ac32-46a5-438a-a0b2-2b479e8f2e90 | |
DisplayName : WslCore Inbound ICMPv4 Default Allow Rule | |
Direction : Inbound | |
VMCreatorId : {40E0AC32-46A5-438A-A0B2-2B479E8F2E90} | |
Protocol : ICMPv4 | |
LocalAddresses : Any | |
LocalPorts : {3, 11} | |
RemoteAddresses : Any | |
RemotePorts : Any | |
Action : Allow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant destroy && vagrant up | |
==> homestead-15x: VM not created. Moving on... | |
Bringing machine 'homestead-15x' up with 'virtualbox' provider... | |
==> homestead-15x: Importing base box 'laravel/homestead'... | |
==> homestead-15x: Matching MAC address for NAT networking... | |
==> homestead-15x: Checking if box 'laravel/homestead' version '14.0.2' is up to date... | |
==> homestead-15x: Setting the name of the VM: homestead-15x | |
==> homestead-15x: Pruning invalid NFS exports. | |
==> homestead-15x: Clearing any previously set network interfaces... | |
==> homestead-15x: Preparing network interfaces based on configuration... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant destroy && vagrant up | |
==> homestead-15x: VM not created. Moving on... | |
Bringing machine 'homestead-15x' up with 'virtualbox' provider... | |
==> homestead-15x: Importing base box 'laravel/homestead'... | |
==> homestead-15x: Matching MAC address for NAT networking... | |
==> homestead-15x: Checking if box 'laravel/homestead' version '14.0.2' is up to date... | |
==> homestead-15x: Setting the name of the VM: homestead-15x | |
==> homestead-15x: Clearing any previously set network interfaces... | |
==> homestead-15x: Preparing network interfaces based on configuration... | |
homestead-15x: Adapter 1: nat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant destroy && vagrant up | |
homestead: Are you sure you want to destroy the 'homestead' VM? [y/N] y | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
==> homestead: Pruning invalid NFS exports. | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... | |
==> homestead: Matching MAC address for NAT networking... | |
==> homestead: Checking if box 'laravel/homestead' version '13.0.0' is up to date... | |
==> homestead: Setting the name of the VM: homestead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Homestead> vagrant destroy | |
homestead: Are you sure you want to destroy the 'homestead' VM? [y/N] y | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
==> homestead: Pruning invalid NFS exports. | |
D:\\Homestead> vagrant up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant destroy --force | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
==> homestead: Pruning invalid NFS exports. | |
Process finished with exit code 0 | |
vagrant up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... |