Skip to content

Commit 8c1035e

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)