diff --git a/CHANGELOG.md b/CHANGELOG.md index d43799a..84e50c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## In Development +* Update IP address to be `192.168.56.56` to support WSL and Windows latest VirtualBox client. ## v3.8.1-20231213 * StackStorm 3.8.1 released diff --git a/Vagrantfile.template b/Vagrantfile.template index 4753964..9c8ed86 100644 --- a/Vagrantfile.template +++ b/Vagrantfile.template @@ -41,7 +41,7 @@ Vagrant.configure("2") do |config| # Expose access to StackStorm via IP config.vm.network :private_network, - ip: "10.10.10.10", + ip: "192.168.56.56", netmask: "255.255.255.252" # Create a public network, which generally matched to bridged network. @@ -72,7 +72,7 @@ Vagrant.configure("2") do |config| ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ To access the Web UI, head to: - https://10.10.10.10/ + https://192.168.56.56/ Username: st2admin Password: Ch@ngeMe