Skip to content

Commit

Permalink
Adjust the IP address to support latest VirtualBox clients on Windows…
Browse files Browse the repository at this point in the history
… and WSL
  • Loading branch information
matthew-lxr committed Dec 4, 2023
1 parent 28f2bb3 commit 3715572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Vagrantfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3715572

Please sign in to comment.