Skip to content

Commit 3715572

Browse files
committed
Adjust the IP address to support latest VirtualBox clients on Windows and WSL
1 parent 28f2bb3 commit 3715572

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## In Development
4+
* Update IP address to be `192.168.56.56` to support WSL and Windows latest VirtualBox client.
45

56
## v3.8.0-20230127
67
* Build Vagrant boxes with GitHub (#63)

Vagrantfile.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|
4141

4242
# Expose access to StackStorm via IP
4343
config.vm.network :private_network,
44-
ip: "10.10.10.10",
44+
ip: "192.168.56.56",
4545
netmask: "255.255.255.252"
4646

4747
# Create a public network, which generally matched to bridged network.
@@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
7272
╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
7373
7474
To access the Web UI, head to:
75-
https://10.10.10.10/
75+
https://192.168.56.56/
7676
Username: st2admin
7777
Password: Ch@ngeMe
7878

0 commit comments

Comments
 (0)