From 3715572b0e95e1e09d0af5695c9592ee4992577b Mon Sep 17 00:00:00 2001 From: Matthew Green Date: Mon, 4 Dec 2023 09:21:19 +0000 Subject: [PATCH] Adjust the IP address to support latest VirtualBox clients on Windows and WSL --- CHANGELOG.md | 1 + Vagrantfile.template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 225bb3e..504548d 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.0-20230127 * Build Vagrant boxes with GitHub (#63) 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